Skip to content

Console Output

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

Building remotely on basic-01rxj (basic) in workspace /home/jenkins/agent/workspace/gemini-blueprint-equinox
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-gemini/gemini.blueprint
 > git init /home/jenkins/agent/workspace/gemini-blueprint-equinox # timeout=10
Fetching upstream changes from https://github.com/eclipse-gemini/gemini.blueprint
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/eclipse-gemini/gemini.blueprint +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-gemini/gemini.blueprint # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/prepare-new-development-cycle^{commit} # timeout=10
Checking out Revision 8ec79944cbaa93f1f18a9095c4fe8bce694df5dc (origin/prepare-new-development-cycle)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8ec79944cbaa93f1f18a9095c4fe8bce694df5dc # timeout=10
Commit message: "Avoid deprecated `label` within kubernetes build agent"
 > git rev-list --no-walk 8ec79944cbaa93f1f18a9095c4fe8bce694df5dc # timeout=10
[gemini-blueprint-equinox] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean install -Pequinox -Pit
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint:gemini-blueprint-mock:jar:3.0.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-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.1.BUILD-SNAPSHOT                    [1/58]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ gemini-blueprint ---
[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] --- install:2.5.2:install (default-install) @ gemini-blueprint ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.gemini.blueprint:gemini-blueprint-mock >---------
[INFO] Building Gemini Blueprint Mocks 3.0.1.BUILD-SNAPSHOT              [2/58]
[INFO]   from mock/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ gemini-blueprint-mock ---
[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] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gemini-blueprint-equinox/mock/target/classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/mock/src/main/java/org/eclipse/gemini/blueprint/mock/MockBundle.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/mock/src/main/java/org/eclipse/gemini/blueprint/mock/MockBundle.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-mock ---
[WARNING] /home/jenkins/agent/workspace/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/mock/target/test-classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/mock/src/test/java/org/eclipse/gemini/blueprint/mock/MockBundleTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/mock/src/test/java/org/eclipse/gemini/blueprint/mock/MockBundleTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:2.19.1:test (default-test) @ gemini-blueprint-mock ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.gemini.blueprint.mock.EntryLookupControllingMockBundleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.mock.EntryLookupControllingMockBundleTest
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.MockBundleTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.mock.MockBundleTest
Running org.eclipse.gemini.blueprint.mock.MockServiceReferenceTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.mock.MockServiceReferenceTest
Running org.eclipse.gemini.blueprint.mock.MockBundleContextTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.mock.MockBundleContextTest
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.MockFilterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.mock.MockFilterTest
Running org.eclipse.gemini.blueprint.mock.MockServiceRegistrationTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.mock.MockServiceRegistrationTest

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/gemini-blueprint-equinox/mock/target/gemini-blueprint-mock-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-mock ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemini-blueprint-equinox/mock/target/gemini-blueprint-mock-3.0.1.BUILD-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ gemini-blueprint-mock ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/mock/target/gemini-blueprint-mock-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-mock/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-mock-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/mock/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-mock/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-mock-3.0.1.BUILD-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/mock/target/gemini-blueprint-mock-3.0.1.BUILD-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-mock/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-mock-3.0.1.BUILD-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.gemini.blueprint:gemini-blueprint-io >----------
[INFO] Building Gemini Blueprint IO 3.0.1.BUILD-SNAPSHOT                 [3/58]
[INFO]   from io/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ gemini-blueprint-io ---
[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/gemini-blueprint-equinox/io/target/classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/io/src/main/java/org/eclipse/gemini/blueprint/io/internal/resolver/DependencyResolver.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/io/src/main/java/org/eclipse/gemini/blueprint/io/internal/resolver/DependencyResolver.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/io/src/main/java/org/eclipse/gemini/blueprint/io/internal/resolver/PackageAdminResolver.java: /home/jenkins/agent/workspace/gemini-blueprint-equinox/io/src/main/java/org/eclipse/gemini/blueprint/io/internal/resolver/PackageAdminResolver.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/io/target/test-classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/io/src/test/java/org/eclipse/gemini/blueprint/io/OsgiBundleResourceLoaderTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/io/src/test/java/org/eclipse/gemini/blueprint/io/OsgiBundleResourceLoaderTest.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.OsgiBundleResourceLoaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec - in org.eclipse.gemini.blueprint.io.OsgiBundleResourceLoaderTest
Running org.eclipse.gemini.blueprint.io.OsgiBundleResourceTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 sec - in org.eclipse.gemini.blueprint.io.OsgiBundleResourceTest
Running org.eclipse.gemini.blueprint.io.internal.OsgiHeaderUtilsTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.gemini.blueprint.io.internal.OsgiHeaderUtilsTest
Running org.eclipse.gemini.blueprint.io.internal.OsgiResourceUtilsTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.io.internal.OsgiResourceUtilsTest
Running org.eclipse.gemini.blueprint.io.OsgiBundleResourcePatternResolverTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 sec - in org.eclipse.gemini.blueprint.io.OsgiBundleResourcePatternResolverTest

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/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-io ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ gemini-blueprint-io ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-io/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/io/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-io/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-io/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.gemini.blueprint:gemini-blueprint-core >---------
[INFO] Building Gemini Blueprint Core 3.0.1.BUILD-SNAPSHOT               [4/58]
[INFO]   from core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ gemini-blueprint-core ---
[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/gemini-blueprint-equinox/core/target/classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/core/src/main/java/org/eclipse/gemini/blueprint/config/internal/AbstractReferenceDefinitionParser.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/core/src/main/java/org/eclipse/gemini/blueprint/config/internal/AbstractReferenceDefinitionParser.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/core/src/main/java/org/eclipse/gemini/blueprint/service/exporter/support/internal/support/ServiceRegistrationWrapper.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/core/src/main/java/org/eclipse/gemini/blueprint/service/exporter/support/internal/support/ServiceRegistrationWrapper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-core ---
[WARNING] /home/jenkins/agent/workspace/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/core/target/test-classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/core/src/test/java/org/eclipse/gemini/blueprint/GCTests.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/core/src/test/java/org/eclipse/gemini/blueprint/GCTests.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/core/src/test/java/org/eclipse/gemini/blueprint/blueprint/config/TypeConverterTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/core/src/test/java/org/eclipse/gemini/blueprint/blueprint/config/TypeConverterTest.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.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.463 sec - in org.eclipse.gemini.blueprint.blueprint.config.TypeConverterTest
Running org.eclipse.gemini.blueprint.blueprint.config.SchemaWithLocationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.eclipse.gemini.blueprint.blueprint.config.SchemaWithLocationTest
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.113 sec - in org.eclipse.gemini.blueprint.blueprint.config.SpringDmRfc124Test
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.086 sec - in org.eclipse.gemini.blueprint.blueprint.config.MixedRfc124BeansTest
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.016 sec - in org.eclipse.gemini.blueprint.blueprint.config.NestedElementsTest
Running org.eclipse.gemini.blueprint.blueprint.config.ConstructorInjectionTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 sec - in org.eclipse.gemini.blueprint.blueprint.config.ConstructorInjectionTest
Running org.eclipse.gemini.blueprint.blueprint.config.ComponentSubElementTest
1353 [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
1381 [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
1436 [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
1458 [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
1480 [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
1534 [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
1554 [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
1575 [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
1629 [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
1650 [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
1670 [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
1691 [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
1736 [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
1755 [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@5e81e5ac
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449 sec - in org.eclipse.gemini.blueprint.blueprint.config.ComponentSubElementTest
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.09 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.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.101 sec - in org.eclipse.gemini.blueprint.blueprint.container.TestBlueprintBuiltinConvertersTest
Running org.eclipse.gemini.blueprint.blueprint.container.LazyExporterTest
[ServiceOne, ServiceOneService]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.gemini.blueprint.blueprint.container.LazyExporterTest
Running org.eclipse.gemini.blueprint.blueprint.container.CycleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.gemini.blueprint.blueprint.container.CycleTest
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.024 sec - in org.eclipse.gemini.blueprint.blueprint.container.TestLazyBeansTest
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.024 sec - in org.eclipse.gemini.blueprint.blueprint.container.BlueprintFieldsTest
Running org.eclipse.gemini.blueprint.blueprint.container.TypeFactoryTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.gemini.blueprint.blueprint.container.TypeFactoryTest
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.014 sec - in org.eclipse.gemini.blueprint.blueprint.container.GenericsTest
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.117 sec - in org.eclipse.gemini.blueprint.blueprint.reflect.NestedDefinitionMetadataTest
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.077 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.DefaultsTest
Running org.eclipse.gemini.blueprint.blueprint.metadata.BeanComponentMetadataTest
2253 [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
2270 [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@8ab78bc
2284 [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;@24be2d9c
null
java.net.URL
class [Ljava.lang.Object;
[org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@5bd73d1a, org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@aec50a1]
null
http://www.osgi.org
null
http://www.gmail.com
2328 [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
2340 [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
2352 [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
2365 [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
2377 [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
2388 [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
2400 [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
2436 [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
2447 [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
2459 [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
2471 [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
2483 [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
2495 [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
2528 [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@7ff2b8d2
2540 [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
2553 [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@6331250e]
2567 [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@66434cc8
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.BeanComponentMetadataTest
Running org.eclipse.gemini.blueprint.blueprint.metadata.ImporterCollectionsMetadataTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.ImporterCollectionsMetadataTest
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.208 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.ImporterMetadataTest
Running org.eclipse.gemini.blueprint.blueprint.metadata.ExporterMetadataTest
[org.eclipse.gemini.blueprint.blueprint.reflect.SimpleMapEntry@64030b91, org.eclipse.gemini.blueprint.blueprint.reflect.SimpleMapEntry@2032e725]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.ExporterMetadataTest
Running org.eclipse.gemini.blueprint.blueprint.metadata.BundleContextApiTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 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.ConfigPropertiesHandlerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 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.047 sec - in org.eclipse.gemini.blueprint.compendium.config.ManagedServiceFactoryTest
Running org.eclipse.gemini.blueprint.compendium.config.ManagedPropertiesTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.eclipse.gemini.blueprint.compendium.config.ManagedPropertiesTest
Running org.eclipse.gemini.blueprint.compendium.config.CmConfigAndCtxPropertiesConfigurationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.gemini.blueprint.compendium.config.CmConfigAndCtxPropertiesConfigurationTest
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.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.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.config.OsgiReferenceCollectionNamespaceHandlerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.eclipse.gemini.blueprint.config.OsgiReferenceCollectionNamespaceHandlerTest
Running org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest
3191 [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!
3191 [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.006 sec - in org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest
Running org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest
3199 [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@65753040]
org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionCustomListener$1: expected!
3200 [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!
3200 [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.009 sec - in org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest
Running org.eclipse.gemini.blueprint.config.OsgiServiceNamespaceHandlerTest
string bean
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec - in org.eclipse.gemini.blueprint.config.OsgiServiceNamespaceHandlerTest
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.OsgiReferenceNamespaceHandlerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.eclipse.gemini.blueprint.config.OsgiReferenceNamespaceHandlerTest
Running org.eclipse.gemini.blueprint.config.NestedReferencesTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec - in org.eclipse.gemini.blueprint.config.NestedReferencesTest
Running org.eclipse.gemini.blueprint.config.BundleFactoryBeanParserTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.eclipse.gemini.blueprint.config.BundleFactoryBeanParserTest
Running org.eclipse.gemini.blueprint.config.OsgiSingleReferenceParserWithInvalidFilesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.gemini.blueprint.config.OsgiSingleReferenceParserWithInvalidFilesTest
Running org.eclipse.gemini.blueprint.context.support.AbstractRefreshableOsgiBundleApplicationContextTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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.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.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.internal.context.support.OsgiReferenceToServiceReferenceConversionTest
org.eclipse.gemini.blueprint.service.importer.support.internal.aop.SwappingServiceReferenceProxy@6deff0f9
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.gemini.blueprint.internal.context.support.OsgiReferenceToServiceReferenceConversionTest
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.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.OsgiServiceDynamicInterceptorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.002 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorTest
Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceStaticInterceptorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceStaticInterceptorTest
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.382 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.RetryTemplateTest
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.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.WeakCollectionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec - in org.eclipse.gemini.blueprint.internal.service.collection.WeakCollectionTest
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.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.002 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSortedListTest
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.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.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 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 Writer is waiting for time 20
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
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 Iter1 is waiting for time 40
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
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.464 sec - in org.eclipse.gemini.blueprint.internal.service.collection.threading.DynamicCollectionThreadingTest
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.DynamicCollectionIteratorTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicCollectionIteratorTest
Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicSortedSetIteratorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicSortedSetIteratorTest
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 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceCollectionTest
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.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.DynamicCollectionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicCollectionTest
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.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.001 sec - in org.eclipse.gemini.blueprint.util.OsgiBundleUtilsTest
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.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.BundleDelegatingClassLoaderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoaderTest
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.102 sec - in org.eclipse.gemini.blueprint.util.ClassUtilsTest
Running org.eclipse.gemini.blueprint.util.SimpleLoggerTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.gemini.blueprint.util.SimpleLoggerTest
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.001 sec - in org.eclipse.gemini.blueprint.util.OsgiListenerUtilsTest
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.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.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.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.OsgiServiceProxyEqualityTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.InfrastructureProxyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.importer.support.InfrastructureProxyTest
Running org.eclipse.gemini.blueprint.service.importer.OsgiSingleServiceProxyFactoryBeanTest
20878 [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 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 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.exporter.support.OsgiServiceFactoryBeanTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBeanTest
Running org.eclipse.gemini.blueprint.service.exporter.support.internal.support.ServiceRegistrationWrapperTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.exporter.support.internal.support.ServiceRegistrationWrapperTest
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.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.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.service.OsgiFilterUtilsTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.OsgiFilterUtilsTest
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.ThreadTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 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.OsgiExceptionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ gemini-blueprint-core ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-core/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-core/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-core/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.gemini.blueprint:gemini-blueprint-extender >-------
[INFO] Building Gemini Blueprint Extender 3.0.1.BUILD-SNAPSHOT           [5/58]
[INFO]   from extender/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ gemini-blueprint-extender ---
[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/gemini-blueprint-equinox/extender/target/classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/src/main/java/org/eclipse/gemini/blueprint/extender/internal/blueprint/event/BlueprintConstants.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/src/main/java/org/eclipse/gemini/blueprint/extender/internal/blueprint/event/BlueprintConstants.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/extender/bnd.bnd [0:0]: Unused Import-Package instructions: [org.aopalliance.*] 
[WARNING] /home/jenkins/agent/workspace/gemini-blueprint-equinox/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/gemini-blueprint-equinox/extender/target/test-classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/src/test/java/org/eclipse/gemini/blueprint/extender/internal/activator/ListListenerAdapterTest.java: /home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/src/test/java/org/eclipse/gemini/blueprint/extender/internal/activator/ListListenerAdapterTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/src/test/java/org/eclipse/gemini/blueprint/extender/internal/activator/ListListenerAdapterTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/src/test/java/org/eclipse/gemini/blueprint/extender/internal/blueprint/support/BlueprintConfigUtilsTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/src/test/java/org/eclipse/gemini/blueprint/extender/internal/blueprint/support/BlueprintConfigUtilsTest.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.004 sec - in org.eclipse.gemini.blueprint.extender.internal.blueprint.support.BlueprintConfigUtilsTest
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.4 sec - in org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfigurationDefaultSettingsTest
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.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: 0.601 sec - in org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfigurationCustomSettingsTest
Running org.eclipse.gemini.blueprint.extender.internal.support.ApplicationContextConfigurationTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.extender.internal.support.ApplicationContextConfigurationTest
Running org.eclipse.gemini.blueprint.extender.internal.activator.ListListenerAdapterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec - in org.eclipse.gemini.blueprint.extender.internal.activator.ListListenerAdapterTest
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_202]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_202]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_202]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_202]
	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@135606db]" Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec - in org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManagerTest
Running org.eclipse.gemini.blueprint.extender.internal.activator.GenericsTest
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:748)
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 sec - in org.eclipse.gemini.blueprint.extender.internal.util.ConfigUtilsVersioningTest
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.util.concurrent.RunnableTimedExecutionTest
ERROR [org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecution] - org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecutionTest$2@14fa86ae 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.02 sec - in org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecutionTest
Running org.eclipse.gemini.blueprint.extender.internal.dependencies.BlueprintShutdownSorterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-extender ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ gemini-blueprint-extender ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-extender/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-extender/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-extender/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.eclipse.gemini.blueprint:gemini-blueprint-extensions >------
[INFO] Building Gemini Blueprint Extensions 3.0.1.BUILD-SNAPSHOT         [6/58]
[INFO]   from extensions/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ gemini-blueprint-extensions ---
[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/gemini-blueprint-equinox/extensions/target/classes
[INFO] 
[INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-extensions ---
[WARNING] /home/jenkins/agent/workspace/gemini-blueprint-equinox/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/gemini-blueprint-equinox/extensions/target/test-classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/extensions/src/test/java/org/eclipse/gemini/blueprint/extensions/annotation/OsgiServiceAnnotationTest.java: /home/jenkins/agent/workspace/gemini-blueprint-equinox/extensions/src/test/java/org/eclipse/gemini/blueprint/extensions/annotation/OsgiServiceAnnotationTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/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.364 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/gemini-blueprint-equinox/extensions/target/gemini-blueprint-extensions-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-extensions ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemini-blueprint-equinox/extensions/target/gemini-blueprint-extensions-3.0.1.BUILD-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ gemini-blueprint-extensions ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/extensions/target/gemini-blueprint-extensions-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-extensions/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-extensions-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/extensions/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-extensions/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-extensions-3.0.1.BUILD-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/extensions/target/gemini-blueprint-extensions-3.0.1.BUILD-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-extensions/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-extensions-3.0.1.BUILD-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.gemini.blueprint:gemini-blueprint-test >---------
[INFO] Building Gemini Blueprint Testing Framework 3.0.1.BUILD-SNAPSHOT  [7/58]
[INFO]   from test-support/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ gemini-blueprint-test ---
[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/gemini-blueprint-equinox/test-support/target/classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/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/gemini-blueprint-equinox/test-support/src/main/java/org/eclipse/gemini/blueprint/test/AbstractOptionalDependencyInjectionTests.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/src/main/java/org/eclipse/gemini/blueprint/test/AbstractOsgiTests.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/src/main/java/org/eclipse/gemini/blueprint/test/AbstractOsgiTests.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-test ---
[WARNING] /home/jenkins/agent/workspace/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/test-support/target/test-classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/src/test/java/org/eclipse/gemini/blueprint/test/JUnitTestActivatorTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/src/test/java/org/eclipse/gemini/blueprint/test/JUnitTestActivatorTest.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.011 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.014 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.007 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.03 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.197 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.204 sec - in org.eclipse.gemini.blueprint.test.provisioning.internal.LocalFileSystemMavenRepositoryTest
Running org.eclipse.gemini.blueprint.test.platform.AbstractOsgiPlatformTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec - in org.eclipse.gemini.blueprint.test.platform.AbstractOsgiPlatformTest
Running org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatformTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 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: 0.521 sec - in org.eclipse.gemini.blueprint.test.platform.EquinoxPlatformTest
Running org.eclipse.gemini.blueprint.test.platform.FelixPlatformTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 sec - in org.eclipse.gemini.blueprint.test.platform.FelixPlatformTest
Running org.eclipse.gemini.blueprint.test.platform.PlatformConfigurationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec - in org.eclipse.gemini.blueprint.test.platform.PlatformConfigurationTest
Running org.eclipse.gemini.blueprint.test.JUnitTestActivatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec - in org.eclipse.gemini.blueprint.test.JUnitTestActivatorTest
Running org.eclipse.gemini.blueprint.test.parsing.DifferentParentsInDifferentBundlesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 sec - in org.eclipse.gemini.blueprint.test.parsing.DifferentParentsInDifferentBundlesTest
Running org.eclipse.gemini.blueprint.test.ConfigurableBundleCreatorTestsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 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/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-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.1.BUILD-SNAPSHOT from the shaded jar.
[INFO] Excluding org.eclipse.gemini.blueprint:gemini-blueprint-io:jar:3.0.1.BUILD-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.1.BUILD-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/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar with /home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT-shaded.jar
[INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/dependency-reduced-pom.xml
[INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/gemini-blueprint-equinox/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/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ gemini-blueprint-test ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-test/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-test/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/gemini-blueprint-test/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-test-3.0.1.BUILD-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.1.BUILD-SNAPSHOT [8/58]
[INFO]   from integration-tests/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ gemini-blueprint-integration-tests-parent ---
[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] --- install:2.5.2:install (default-install) @ gemini-blueprint-integration-tests-parent ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/gemini-blueprint-integration-tests-parent/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-integration-tests-parent-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemini.blueprint.iandt:gemini-blueprint-integration-test-bundles >--
[INFO] Building Eclipse Gemini Blueprint Integration Testing Bundles 3.0.1.BUILD-SNAPSHOT [9/58]
[INFO]   from integration-tests/bundles/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ gemini-blueprint-integration-test-bundles ---
[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] --- install:2.5.2:install (default-install) @ gemini-blueprint-integration-test-bundles ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/gemini-blueprint-integration-test-bundles/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-integration-test-bundles-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.gemini.blueprint.iandt:simple.service >----------
[INFO] Building Gemini Blueprint Test Bundle: Simple service test bundle 3.0.1.BUILD-SNAPSHOT [10/58]
[INFO]   from integration-tests/bundles/simple.service.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ simple.service ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ simple.service ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ simple.service ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/simple.service/3.0.1.BUILD-SNAPSHOT/simple.service-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/simple.service/3.0.1.BUILD-SNAPSHOT/simple.service-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.eclipse.gemini.blueprint.iandt:simple.service.identical >-----
[INFO] Building Gemini Blueprint Test Bundle: Simple service test bundle (impl differs) 3.0.1.BUILD-SNAPSHOT [11/58]
[INFO]   from integration-tests/bundles/simple.service.bundle.identical/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ simple.service.identical ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle.identical/target/simple.service.identical-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ simple.service.identical ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ simple.service.identical ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle.identical/target/simple.service.identical-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/simple.service.identical/3.0.1.BUILD-SNAPSHOT/simple.service.identical-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle.identical/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/simple.service.identical/3.0.1.BUILD-SNAPSHOT/simple.service.identical-3.0.1.BUILD-SNAPSHOT.pom
[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.1.BUILD-SNAPSHOT [12/58]
[INFO]   from integration-tests/bundles/simple.service.bundle.2.identical/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ simple.service.2.identical ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle.2.identical/target/simple.service.2.identical-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ simple.service.2.identical ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ simple.service.2.identical ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle.2.identical/target/simple.service.2.identical-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/simple.service.2.identical/3.0.1.BUILD-SNAPSHOT/simple.service.2.identical-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle.2.identical/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/simple.service.2.identical/3.0.1.BUILD-SNAPSHOT/simple.service.2.identical-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.gemini.blueprint.iandt:simple.service2 >---------
[INFO] Building Gemini Blueprint Test Bundle: Simple service test bundle 2 3.0.1.BUILD-SNAPSHOT [13/58]
[INFO]   from integration-tests/bundles/simple.service.2.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ simple.service2 ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/simple.service.2.bundle/target/simple.service2-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ simple.service2 ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ simple.service2 ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.2.bundle/target/simple.service2-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/simple.service2/3.0.1.BUILD-SNAPSHOT/simple.service2-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.2.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/simple.service2/3.0.1.BUILD-SNAPSHOT/simple.service2-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.gemini.blueprint.iandt:simple.service3 >---------
[INFO] Building Gemini Blueprint Test Bundle: Simple service test bundle 3 3.0.1.BUILD-SNAPSHOT [14/58]
[INFO]   from integration-tests/bundles/simple.service.3.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ simple.service3 ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/simple.service.3.bundle/target/simple.service3-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ simple.service3 ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ simple.service3 ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.3.bundle/target/simple.service3-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/simple.service3/3.0.1.BUILD-SNAPSHOT/simple.service3-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.3.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/simple.service3/3.0.1.BUILD-SNAPSHOT/simple.service3-3.0.1.BUILD-SNAPSHOT.pom
[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.1.BUILD-SNAPSHOT [15/58]
[INFO]   from integration-tests/bundles/dependency.factory.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ dependendencies.factory ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/dependency.factory.bundle/target/dependendencies.factory-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ dependendencies.factory ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ dependendencies.factory ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/dependency.factory.bundle/target/dependendencies.factory-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/dependendencies.factory/3.0.1.BUILD-SNAPSHOT/dependendencies.factory-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/dependency.factory.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/dependendencies.factory/3.0.1.BUILD-SNAPSHOT/dependendencies.factory-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.gemini.blueprint.iandt:trivial >-------------
[INFO] Building Gemini Blueprint Test Bundle: Trivial OSGi bundle 3.0.1.BUILD-SNAPSHOT [16/58]
[INFO]   from integration-tests/bundles/trivial.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ trivial ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/trivial.bundle/target/trivial-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ trivial ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ trivial ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/trivial.bundle/target/trivial-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/trivial/3.0.1.BUILD-SNAPSHOT/trivial-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/trivial.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/trivial/3.0.1.BUILD-SNAPSHOT/trivial-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.gemini.blueprint.iandt:trivial.tests >----------
[INFO] Building Gemini Blueprint Test Bundle: Simple test that uses trivial bundle 3.0.1.BUILD-SNAPSHOT [17/58]
[INFO]   from integration-tests/bundles/trivial.test.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ trivial.tests ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/trivial.test.bundle/target/trivial.tests-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ trivial.tests ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ trivial.tests ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/trivial.test.bundle/target/trivial.tests-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/trivial.tests/3.0.1.BUILD-SNAPSHOT/trivial.tests-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/trivial.test.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/trivial.tests/3.0.1.BUILD-SNAPSHOT/trivial.tests-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.gemini.blueprint.iandt:lifecycle >------------
[INFO] Building Gemini Blueprint Test Bundle: Spring context lifecycle test bundle 3.0.1.BUILD-SNAPSHOT [18/58]
[INFO]   from integration-tests/bundles/lifecycle.test.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ lifecycle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ lifecycle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ lifecycle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/lifecycle/3.0.1.BUILD-SNAPSHOT/lifecycle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/lifecycle.test.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/lifecycle/3.0.1.BUILD-SNAPSHOT/lifecycle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.eclipse.gemini.blueprint.iandt:service.listener >---------
[INFO] Building Gemini Blueprint Test Bundle: Spring context service listener test bundle 3.0.1.BUILD-SNAPSHOT [19/58]
[INFO]   from integration-tests/bundles/service.listener.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ service.listener ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/service.listener.bundle/target/service.listener-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ service.listener ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ service.listener ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/service.listener.bundle/target/service.listener-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/service.listener/3.0.1.BUILD-SNAPSHOT/service.listener-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/service.listener.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/service.listener/3.0.1.BUILD-SNAPSHOT/service.listener-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.gemini.blueprint.iandt:reference.proxy >---------
[INFO] Building Gemini Blueprint Test Bundle: Spring context service reference lifecycle test bundle 3.0.1.BUILD-SNAPSHOT [20/58]
[INFO]   from integration-tests/bundles/reference.test.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ reference.proxy ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/reference.test.bundle/target/reference.proxy-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ reference.proxy ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ reference.proxy ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/reference.test.bundle/target/reference.proxy-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/reference.proxy/3.0.1.BUILD-SNAPSHOT/reference.proxy-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/reference.test.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/reference.proxy/3.0.1.BUILD-SNAPSHOT/reference.proxy-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.eclipse.gemini.blueprint.iandt:proxy.destruction >--------
[INFO] Building Gemini Blueprint Test Bundle: Spring context service reference destruction test bundle 3.0.1.BUILD-SNAPSHOT [21/58]
[INFO]   from integration-tests/bundles/proxy.destruction.test.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ proxy.destruction ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/proxy.destruction.test.bundle/target/proxy.destruction-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ proxy.destruction ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ proxy.destruction ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/proxy.destruction.test.bundle/target/proxy.destruction-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/proxy.destruction/3.0.1.BUILD-SNAPSHOT/proxy.destruction-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/proxy.destruction.test.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/proxy.destruction/3.0.1.BUILD-SNAPSHOT/proxy.destruction-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.gemini.blueprint.iandt:dependencies >-----------
[INFO] Building Gemini Blueprint Test Bundle: Spring context dependencies test bundle 3.0.1.BUILD-SNAPSHOT [22/58]
[INFO]   from integration-tests/bundles/dependency.test.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ dependencies ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/dependency.test.bundle/target/dependencies-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ dependencies ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ dependencies ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/dependency.test.bundle/target/dependencies-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/dependencies/3.0.1.BUILD-SNAPSHOT/dependencies-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/dependency.test.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/dependencies/3.0.1.BUILD-SNAPSHOT/dependencies-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.gemini.blueprint.iandt:cardinality0to1 >---------
[INFO] Building Gemini Blueprint Test Bundle: Spring context service reference cardinality 0..1 bundle 3.0.1.BUILD-SNAPSHOT [23/58]
[INFO]   from integration-tests/bundles/cardinality.0to1.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ cardinality0to1 ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ cardinality0to1 ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ cardinality0to1 ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/cardinality0to1/3.0.1.BUILD-SNAPSHOT/cardinality0to1-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/cardinality.0to1.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/cardinality0to1/3.0.1.BUILD-SNAPSHOT/cardinality0to1-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.gemini.blueprint.iandt:scoped.bundle.a >---------
[INFO] Building Gemini Blueprint Test Bundle: Bundle scoping test bundle - A 3.0.1.BUILD-SNAPSHOT [24/58]
[INFO]   from integration-tests/bundles/scoped.a.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ scoped.bundle.a ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/scoped.a.bundle/target/scoped.bundle.a-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ scoped.bundle.a ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ scoped.bundle.a ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/scoped.a.bundle/target/scoped.bundle.a-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/scoped.bundle.a/3.0.1.BUILD-SNAPSHOT/scoped.bundle.a-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/scoped.a.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/scoped.bundle.a/3.0.1.BUILD-SNAPSHOT/scoped.bundle.a-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.gemini.blueprint.iandt:scoped.bundle.b >---------
[INFO] Building Gemini Blueprint Test Bundle: Bundle scoping test bundle - B 3.0.1.BUILD-SNAPSHOT [25/58]
[INFO]   from integration-tests/bundles/scoped.b.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ scoped.bundle.b ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/scoped.b.bundle/target/scoped.bundle.b-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ scoped.bundle.b ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ scoped.bundle.b ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/scoped.b.bundle/target/scoped.bundle.b-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/scoped.bundle.b/3.0.1.BUILD-SNAPSHOT/scoped.bundle.b-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/scoped.b.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/scoped.bundle.b/3.0.1.BUILD-SNAPSHOT/scoped.bundle.b-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.eclipse.gemini.blueprint.iandt:scoped.bundle.common >-------
[INFO] Building Gemini Blueprint Test Bundle: Bundle scoping test bundle - Common 3.0.1.BUILD-SNAPSHOT [26/58]
[INFO]   from integration-tests/bundles/scoped.common.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ scoped.bundle.common ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/scoped.common.bundle/target/scoped.bundle.common-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ scoped.bundle.common ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ scoped.bundle.common ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/scoped.common.bundle/target/scoped.bundle.common-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/scoped.bundle.common/3.0.1.BUILD-SNAPSHOT/scoped.bundle.common-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/scoped.common.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/scoped.bundle.common/3.0.1.BUILD-SNAPSHOT/scoped.bundle.common-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.eclipse.gemini.blueprint.iandt:io.fragment.1.bundle >-------
[INFO] Building Gemini Blueprint Test Bundle: IO fragment 1 bundle 3.0.1.BUILD-SNAPSHOT [27/58]
[INFO]   from integration-tests/bundles/io.fragment.1.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ io.fragment.1.bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ io.fragment.1.bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ io.fragment.1.bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/io.fragment.1.bundle/3.0.1.BUILD-SNAPSHOT/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.1.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/io.fragment.1.bundle/3.0.1.BUILD-SNAPSHOT/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.eclipse.gemini.blueprint.iandt:io.fragment.2.bundle >-------
[INFO] Building Gemini Blueprint Test Bundle: IO fragment 2 bundle 3.0.1.BUILD-SNAPSHOT [28/58]
[INFO]   from integration-tests/bundles/io.fragment.2.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ io.fragment.2.bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ io.fragment.2.bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ io.fragment.2.bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/io.fragment.2.bundle/3.0.1.BUILD-SNAPSHOT/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.2.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/io.fragment.2.bundle/3.0.1.BUILD-SNAPSHOT/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.gemini.blueprint.iandt:error >--------------
[INFO] Building Gemini Blueprint Test Bundle: Error bundle 3.0.1.BUILD-SNAPSHOT [29/58]
[INFO]   from integration-tests/bundles/error.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ error ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/error.bundle/target/error-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ error ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ error ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/error.bundle/target/error-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/error/3.0.1.BUILD-SNAPSHOT/error-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/error.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/error/3.0.1.BUILD-SNAPSHOT/error-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.gemini.blueprint.iandt:deadlock >-------------
[INFO] Building Gemini Blueprint Test Bundle: Deadlock bundle 3.0.1.BUILD-SNAPSHOT [30/58]
[INFO]   from integration-tests/bundles/deadlock.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ deadlock ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/deadlock.bundle/target/deadlock-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ deadlock ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ deadlock ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/deadlock.bundle/target/deadlock-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/deadlock/3.0.1.BUILD-SNAPSHOT/deadlock-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/deadlock.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/deadlock/3.0.1.BUILD-SNAPSHOT/deadlock-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.gemini.blueprint.iandt:configuration >----------
[INFO] Building Gemini Blueprint Test Bundle: Configuration test bundle 3.0.1.BUILD-SNAPSHOT [31/58]
[INFO]   from integration-tests/bundles/configuration.test.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ configuration ---
[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/gemini-blueprint-equinox/integration-tests/bundles/configuration.test.bundle/target/classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/configuration.test.bundle/src/main/java/org/springframework/osgi/iandt/configuration/ManagedServiceListener.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/configuration.test.bundle/src/main/java/org/springframework/osgi/iandt/configuration/ManagedServiceListener.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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/configuration.test.bundle/target/configuration-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ configuration ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ configuration ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/configuration.test.bundle/target/configuration-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/configuration/3.0.1.BUILD-SNAPSHOT/configuration-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/configuration.test.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/configuration/3.0.1.BUILD-SNAPSHOT/configuration-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.gemini.blueprint.iandt:extender-version-bundle >-----
[INFO] Building Gemini Blueprint Test Bundle: ExtenderVersion-Test-Bundle 3.0.1.BUILD-SNAPSHOT [32/58]
[INFO]   from integration-tests/bundles/extender.version.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ extender-version-bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/extender.version.bundle/target/extender-version-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ extender-version-bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ extender-version-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/extender.version.bundle/target/extender-version-bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/extender-version-bundle/3.0.1.BUILD-SNAPSHOT/extender-version-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/extender.version.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/extender-version-bundle/3.0.1.BUILD-SNAPSHOT/extender-version-bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.gemini.blueprint.iandt:config.bundle >----------
[INFO] Building Gemini Blueprint Test Bundle: Integration testing bundles for configuration options 3.0.1.BUILD-SNAPSHOT [33/58]
[INFO]   from integration-tests/bundles/config.bundle/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ config.bundle ---
[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] --- install:2.5.2:install (default-install) @ config.bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/config.bundle/3.0.1.BUILD-SNAPSHOT/config.bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.eclipse.gemini.blueprint.iandt:nopublish-bundle >---------
[INFO] Building Gemini Blueprint Test Bundle: NoPublish-Bundle 3.0.1.BUILD-SNAPSHOT [34/58]
[INFO]   from integration-tests/bundles/config.bundle/no.publish.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ nopublish-bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/no.publish.bundle/target/nopublish-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ nopublish-bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ nopublish-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/no.publish.bundle/target/nopublish-bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/nopublish-bundle/3.0.1.BUILD-SNAPSHOT/nopublish-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/no.publish.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/nopublish-bundle/3.0.1.BUILD-SNAPSHOT/nopublish-bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] -------< org.eclipse.gemini.blueprint.iandt:async-nowait-bundle >-------
[INFO] Building Gemini Blueprint Test Bundle: Async-NoWait-Bundle 3.0.1.BUILD-SNAPSHOT [35/58]
[INFO]   from integration-tests/bundles/config.bundle/async.nowait.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ async-nowait-bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/async.nowait.bundle/target/async-nowait-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ async-nowait-bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ async-nowait-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/async.nowait.bundle/target/async-nowait-bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/async-nowait-bundle/3.0.1.BUILD-SNAPSHOT/async-nowait-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/async.nowait.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/async-nowait-bundle/3.0.1.BUILD-SNAPSHOT/async-nowait-bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.eclipse.gemini.blueprint.iandt:async-wait-bundle >--------
[INFO] Building Gemini Blueprint Test Bundle: Async-Wait-Bundle 3.0.1.BUILD-SNAPSHOT [36/58]
[INFO]   from integration-tests/bundles/config.bundle/async.wait.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ async-wait-bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/async.wait.bundle/target/async-wait-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ async-wait-bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ async-wait-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/async.wait.bundle/target/async-wait-bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/async-wait-bundle/3.0.1.BUILD-SNAPSHOT/async-wait-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/async.wait.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/async-wait-bundle/3.0.1.BUILD-SNAPSHOT/async-wait-bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] -------< org.eclipse.gemini.blueprint.iandt:sync-nowait-bundle >--------
[INFO] Building Gemini Blueprint Test Bundle: Sync-NoWait-Bundle 3.0.1.BUILD-SNAPSHOT [37/58]
[INFO]   from integration-tests/bundles/config.bundle/sync.nowait.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ sync-nowait-bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/sync.nowait.bundle/target/sync-nowait-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ sync-nowait-bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ sync-nowait-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/sync.nowait.bundle/target/sync-nowait-bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/sync-nowait-bundle/3.0.1.BUILD-SNAPSHOT/sync-nowait-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/sync.nowait.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/sync-nowait-bundle/3.0.1.BUILD-SNAPSHOT/sync-nowait-bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.eclipse.gemini.blueprint.iandt:sync-tail-bundle >---------
[INFO] Building Gemini Blueprint Test Bundle: Sync-Tail-Bundle 3.0.1.BUILD-SNAPSHOT [38/58]
[INFO]   from integration-tests/bundles/config.bundle/sync.tail.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ sync-tail-bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/sync.tail.bundle/target/sync-tail-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ sync-tail-bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ sync-tail-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/sync.tail.bundle/target/sync-tail-bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/sync-tail-bundle/3.0.1.BUILD-SNAPSHOT/sync-tail-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/sync.tail.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/sync-tail-bundle/3.0.1.BUILD-SNAPSHOT/sync-tail-bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.eclipse.gemini.blueprint.iandt:sync-wait-bundle >---------
[INFO] Building Gemini Blueprint Test Bundle: Sync-Wait-Bundle 3.0.1.BUILD-SNAPSHOT [39/58]
[INFO]   from integration-tests/bundles/config.bundle/sync.wait.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ sync-wait-bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/sync.wait.bundle/target/sync-wait-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ sync-wait-bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ sync-wait-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/sync.wait.bundle/target/sync-wait-bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/sync-wait-bundle/3.0.1.BUILD-SNAPSHOT/sync-wait-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/sync.wait.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/sync-wait-bundle/3.0.1.BUILD-SNAPSHOT/sync-wait-bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.gemini.blueprint.iandt:tccl.intf >------------
[INFO] Building Gemini Blueprint Test Bundle: Spring service TCCL management inteface test bundle 3.0.1.BUILD-SNAPSHOT [40/58]
[INFO]   from integration-tests/bundles/tccl.intf.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ tccl.intf ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tccl.intf ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ tccl.intf ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/tccl.intf/3.0.1.BUILD-SNAPSHOT/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/tccl.intf.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/tccl.intf/3.0.1.BUILD-SNAPSHOT/tccl.intf-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.gemini.blueprint.iandt:tccl >---------------
[INFO] Building Gemini Blueprint Test Bundle: Spring service TCCL management test bundle 3.0.1.BUILD-SNAPSHOT [41/58]
[INFO]   from integration-tests/bundles/tccl.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ tccl ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tccl ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ tccl ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/tccl/3.0.1.BUILD-SNAPSHOT/tccl-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/tccl.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/tccl/3.0.1.BUILD-SNAPSHOT/tccl-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.gemini.blueprint.iandt:config-with-dots.bundle >-----
[INFO] Building Gemini Blueprint Test Bundle: Config File With Dots bundle 3.0.1.BUILD-SNAPSHOT [42/58]
[INFO]   from integration-tests/bundles/config.file.with.dots.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ config-with-dots.bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/config.file.with.dots.bundle/target/config-with-dots.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ config-with-dots.bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ config-with-dots.bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.file.with.dots.bundle/target/config-with-dots.bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/config-with-dots.bundle/3.0.1.BUILD-SNAPSHOT/config-with-dots.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.file.with.dots.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/config-with-dots.bundle/3.0.1.BUILD-SNAPSHOT/config-with-dots.bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.gemini.blueprint.iandt:proxy.creator >----------
[INFO] Building Gemini Blueprint Test Bundle: Spring Proxy Creator bundle 3.0.1.BUILD-SNAPSHOT [43/58]
[INFO]   from integration-tests/bundles/proxy.creator.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ proxy.creator ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/proxy.creator.bundle/target/proxy.creator-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ proxy.creator ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ proxy.creator ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/proxy.creator.bundle/target/proxy.creator-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/proxy.creator/3.0.1.BUILD-SNAPSHOT/proxy.creator-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/proxy.creator.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/proxy.creator/3.0.1.BUILD-SNAPSHOT/proxy.creator-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.eclipse.gemini.blueprint.iandt:extender-fragment-bundle >-----
[INFO] Building Gemini Blueprint Test Bundle: Extender Configuration Fragment Bundle 3.0.1.BUILD-SNAPSHOT [44/58]
[INFO]   from integration-tests/bundles/extender.fragment.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ extender-fragment-bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/extender.fragment.bundle/target/extender-fragment-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ extender-fragment-bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ extender-fragment-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/extender.fragment.bundle/target/extender-fragment-bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/extender-fragment-bundle/3.0.1.BUILD-SNAPSHOT/extender-fragment-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/extender.fragment.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/extender-fragment-bundle/3.0.1.BUILD-SNAPSHOT/extender-fragment-bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.gemini.blueprint.iandt:jdk.proxy >------------
[INFO] Building Gemini Blueprint Test Bundle: JDK proxy test 3.0.1.BUILD-SNAPSHOT [45/58]
[INFO]   from integration-tests/bundles/jdk.proxy.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ jdk.proxy ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/jdk.proxy.bundle/target/jdk.proxy-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jdk.proxy ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ jdk.proxy ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/jdk.proxy.bundle/target/jdk.proxy-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/jdk.proxy/3.0.1.BUILD-SNAPSHOT/jdk.proxy-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/jdk.proxy.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/jdk.proxy/3.0.1.BUILD-SNAPSHOT/jdk.proxy-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.eclipse.gemini.blueprint.iandt:extender.listener.bundle >-----
[INFO] Building Gemini Blueprint Test Bundle: Extender Event listener bundle Bundle 3.0.1.BUILD-SNAPSHOT [46/58]
[INFO]   from integration-tests/bundles/extender.listener.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ extender.listener.bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/extender.listener.bundle/target/extender.listener.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ extender.listener.bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ extender.listener.bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/extender.listener.bundle/target/extender.listener.bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/extender.listener.bundle/3.0.1.BUILD-SNAPSHOT/extender.listener.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/extender.listener.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/extender.listener.bundle/3.0.1.BUILD-SNAPSHOT/extender.listener.bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.gemini.blueprint.iandt:ns.own.consumer >---------
[INFO] Building Gemini Blueprint Test Bundle: namespace provider and consumer bundle 3.0.1.BUILD-SNAPSHOT [47/58]
[INFO]   from integration-tests/bundles/namespace.own.consumer.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ ns.own.consumer ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/namespace.own.consumer.bundle/target/ns.own.consumer-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ ns.own.consumer ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ ns.own.consumer ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/namespace.own.consumer.bundle/target/ns.own.consumer-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/ns.own.consumer/3.0.1.BUILD-SNAPSHOT/ns.own.consumer-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/namespace.own.consumer.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/ns.own.consumer/3.0.1.BUILD-SNAPSHOT/ns.own.consumer-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.gemini.blueprint.iandt:proxy.listener >----------
[INFO] Building Gemini Blueprint Test Bundle: Just a listener exported as a service 3.0.1.BUILD-SNAPSHOT [48/58]
[INFO]   from integration-tests/bundles/proxy.listener/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ proxy.listener ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/proxy.listener/target/proxy.listener-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ proxy.listener ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ proxy.listener ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/proxy.listener/target/proxy.listener-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/proxy.listener/3.0.1.BUILD-SNAPSHOT/proxy.listener-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/proxy.listener/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/proxy.listener/3.0.1.BUILD-SNAPSHOT/proxy.listener-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemini.blueprint.iandt:export-import-dependency-bundle >--
[INFO] Building Gemini Blueprint Test Bundle: Export Import Dependency Bundle 3.0.1.BUILD-SNAPSHOT [49/58]
[INFO]   from integration-tests/bundles/export.import.dependency.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ export-import-dependency-bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/export.import.dependency.bundle/target/export-import-dependency-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ export-import-dependency-bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ export-import-dependency-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/export.import.dependency.bundle/target/export-import-dependency-bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/export-import-dependency-bundle/3.0.1.BUILD-SNAPSHOT/export-import-dependency-bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/export.import.dependency.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/export-import-dependency-bundle/3.0.1.BUILD-SNAPSHOT/export-import-dependency-bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemini.blueprint.iandt:spring-osgi-jdk5-integration-test-bundles >--
[INFO] Building Eclipse Gemini Blueprint JDK5 Integration Testing Bundles 3.0.1.BUILD-SNAPSHOT [50/58]
[INFO]   from integration-tests/bundles/jdk5/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ spring-osgi-jdk5-integration-test-bundles ---
[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] --- install:2.5.2:install (default-install) @ spring-osgi-jdk5-integration-test-bundles ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/jdk5/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/spring-osgi-jdk5-integration-test-bundles/3.0.1.BUILD-SNAPSHOT/spring-osgi-jdk5-integration-test-bundles-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.eclipse.gemini.blueprint.iandt:component.scan.bundle >------
[INFO] Building Gemini Blueprint Test Bundle: @Component beans bundle 3.0.1.BUILD-SNAPSHOT [51/58]
[INFO]   from integration-tests/bundles/jdk5/component.scan.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ component.scan.bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/jdk5/component.scan.bundle/target/component.scan.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ component.scan.bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ component.scan.bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/jdk5/component.scan.bundle/target/component.scan.bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/component.scan.bundle/3.0.1.BUILD-SNAPSHOT/component.scan.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/jdk5/component.scan.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/component.scan.bundle/3.0.1.BUILD-SNAPSHOT/component.scan.bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.gemini.blueprint.iandt:recursive >------------
[INFO] Building Eclipse Gemini Blueprint Test Bundle: Recursive Type test bundle 3.0.1.BUILD-SNAPSHOT [52/58]
[INFO]   from integration-tests/bundles/recursive.type.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ recursive ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/recursive.type.bundle/target/recursive-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ recursive ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ recursive ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/recursive.type.bundle/target/recursive-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/recursive/3.0.1.BUILD-SNAPSHOT/recursive-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/recursive.type.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/recursive/3.0.1.BUILD-SNAPSHOT/recursive-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.eclipse.gemini.blueprint.iandt.blueprint:bundles >--------
[INFO] Building Gemini Blueprint Integration Testing Bundles 3.0.1.BUILD-SNAPSHOT [53/58]
[INFO]   from integration-tests/bundles/blueprint/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ bundles ---
[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] --- install:2.5.2:install (default-install) @ bundles ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/blueprint/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/blueprint/bundles/3.0.1.BUILD-SNAPSHOT/bundles-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.gemini.blueprint.iandt.blueprint:simple.bundle >-----
[INFO] Building Eclipse Gemini Blueprint Test Bundle: Simple service test bundle 3.0.1.BUILD-SNAPSHOT [54/58]
[INFO]   from integration-tests/bundles/blueprint/simple.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ simple.bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/blueprint/simple.bundle/target/simple.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ simple.bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ simple.bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/blueprint/simple.bundle/target/simple.bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/blueprint/simple.bundle/3.0.1.BUILD-SNAPSHOT/simple.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/blueprint/simple.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/blueprint/simple.bundle/3.0.1.BUILD-SNAPSHOT/simple.bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.gemini.blueprint.iandt.blueprint:error.bundle >------
[INFO] Building Eclipse Gemini Blueprint Test Bundle: Error bundle 3.0.1.BUILD-SNAPSHOT [55/58]
[INFO]   from integration-tests/bundles/blueprint/error.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ error.bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/blueprint/error.bundle/target/error.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ error.bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ error.bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/blueprint/error.bundle/target/error.bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/blueprint/error.bundle/3.0.1.BUILD-SNAPSHOT/error.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/blueprint/error.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/blueprint/error.bundle/3.0.1.BUILD-SNAPSHOT/error.bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.eclipse.gemini.blueprint.iandt.blueprint:waiting.bundle >-----
[INFO] Building Eclipse Gemini Blueprint Test Bundle: Waiting bundle 3.0.1.BUILD-SNAPSHOT [56/58]
[INFO]   from integration-tests/bundles/blueprint/waiting.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ waiting.bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/blueprint/waiting.bundle/target/waiting.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ waiting.bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ waiting.bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/blueprint/waiting.bundle/target/waiting.bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/blueprint/waiting.bundle/3.0.1.BUILD-SNAPSHOT/waiting.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/blueprint/waiting.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/blueprint/waiting.bundle/3.0.1.BUILD-SNAPSHOT/waiting.bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.gemini.blueprint.iandt.blueprint:config.bundle >-----
[INFO] Building Eclipse Gemini Blueprint Test Bundle: Configuration test bundle 3.0.1.BUILD-SNAPSHOT [57/58]
[INFO]   from integration-tests/bundles/blueprint/config.bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ config.bundle ---
[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/gemini-blueprint-equinox/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/gemini-blueprint-equinox/integration-tests/bundles/blueprint/config.bundle/target/config.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ config.bundle ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ config.bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/blueprint/config.bundle/target/config.bundle-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/blueprint/config.bundle/3.0.1.BUILD-SNAPSHOT/config.bundle-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/blueprint/config.bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/blueprint/config.bundle/3.0.1.BUILD-SNAPSHOT/config.bundle-3.0.1.BUILD-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemini.blueprint.iandt:gemini-blueprint-integration-tests >--
[INFO] Building Eclipse Gemini Blueprint Integration Tests 3.0.1.BUILD-SNAPSHOT [58/58]
[INFO]   from integration-tests/tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.0.0:clean (default-clean) @ gemini-blueprint-integration-tests ---
[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/gemini-blueprint-equinox/integration-tests/tests/target/test-classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/src/test/java/org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/src/test/java/org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-equinox/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/gemini-blueprint-equinox/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
-------------------------------------------------------
00:25:21,940 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:22,041 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:22,043 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:22,056 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:22,076 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:22,078 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:22,081 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:22,087 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used
00:25:22,096 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:22,096 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:22,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:22,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:22,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:22,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:22,098 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:22,098 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:22,098 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:22,098 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:22,098 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:22,098 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:22,098 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:22,098 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:22,098 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:22,098 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:22,098 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:22,099 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:22,099 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:22,100 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.bundleScope.ScopingTest
00:25:22.181 [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 
00:25:22.184 [main]            TRACE o.e.g.b.i.b.ScopingTest:85 - Instantiating platform wrapper... 
00:25:22.185 [main]            DEBUG o.e.g.b.i.b.ScopingTest:215 - About to start Equinox OSGi Platform 
00:25:22.423 [main]            INFO  o.e.g.b.i.b.ScopingTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:22.426 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:22.426 [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.1.BUILD-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} 
00:25:22.427 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:22.428 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:22.511 [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] 
00:25:22.519 [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] 
00:25:22.523 [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] 
00:25:22.524 [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] 
00:25:22.539 [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] 
00:25:22.544 [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] 
00:25:22.546 [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] 
00:25:22.551 [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] 
00:25:22.557 [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] 
00:25:22.566 [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] 
00:25:22.577 [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] 
00:25:22.580 [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] 
00:25:22.584 [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] 
00:25:22.591 [main]            DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:22.593 [main]            DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:22.596 [main]            DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:22.599 [main]            DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:22.602 [main]            DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/scoped.common.bundle/target/scoped.bundle.common-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:22.606 [main]            DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/scoped.a.bundle/target/scoped.bundle.a-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:22.607 [main]            DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/scoped.b.bundle/target/scoped.bundle.b-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:22.642 [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] 
00:25:22.660 [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] 
00:25:22.661 [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] 
00:25:22.661 [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] 
00:25:22.661 [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] 
00:25:22.662 [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] 
00:25:22.662 [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] 
00:25:22.662 [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] 
00:25:22.662 [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] 
00:25:22.662 [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] 
00:25:22.663 [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] 
00:25:22.663 [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] 
00:25:22.663 [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] 
00:25:22.663 [main]            DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:22.664 [main]            DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:22.664 [main]            DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:22,690 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:22,713 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:22,715 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:22,721 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:22,747 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:22,748 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:22,751 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:22,756 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@29215f06 - No compression will be used
00:25:22,759 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:22,759 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:22,760 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:22,760 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:22,761 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:22,761 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:22,761 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:22,761 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:22,761 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:22,761 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:22,761 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:22,761 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:22,761 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:22,761 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:22,761 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:22,761 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:22,762 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:22,762 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:22,762 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:22,763 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3527942a - Registering current configuration as safe fallback point
00:25:22.770 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:22.777 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:22.834 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:22.835 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:22.838 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:22.841 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:22.844 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:22.846 [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 
00:25:22.846 [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) 
00:25:22.846 [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)] 
00:25:22.846 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:22.847 [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 
00:25:22.847 [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) 
00:25:22.847 [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)] 
00:25:22.847 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:22.848 [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 
00:25:22.848 [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) 
00:25:22.848 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:22.848 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:22.848 [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 
00:25:22.848 [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) 
00:25:22.849 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:22.849 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:22.849 [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 
00:25:22.849 [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) 
00:25:22.849 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:22.850 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:22.850 [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 
00:25:22.850 [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) 
00:25:22.850 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:22.850 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:22.850 [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 
00:25:22.851 [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) 
00:25:22.851 [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)] 
00:25:22.851 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:22.854 [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 
00:25:22.854 [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) 
00:25:22.854 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:22.854 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:22.855 [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 
00:25:22.856 [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) 
00:25:22.856 [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)] 
00:25:22.856 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:22.857 [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 
00:25:22.857 [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) 
00:25:22.857 [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)] 
00:25:22.857 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:22.859 [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 
00:25:22.859 [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) 
00:25:22.859 [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)] 
00:25:22.859 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:22.860 [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 
00:25:22.860 [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) 
00:25:22.860 [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)] 
00:25:22.860 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:22.861 [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 
00:25:22.861 [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) 
00:25:22.861 [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)] 
00:25:22.861 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:22.862 [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 
00:25:22.862 [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) 
00:25:22.862 [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)] 
00:25:22.862 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:22.862 [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 
00:25:22.863 [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) 
00:25:22.863 [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)] 
00:25:22.863 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:22.863 [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 
00:25:22.864 [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) 
00:25:22.864 [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)] 
00:25:22.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)] 
00:25:22.870 [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)] 
00:25:22.875 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:22.875 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:22.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)] 
00:25:22.879 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:22.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@56dc1551 w/ reference null 
00:25:22.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@56dc1551 w/ reference null 
00:25:22.880 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:22.883 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:22.890 [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 
00:25:22.890 [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)] 
00:25:22.890 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:22.891 [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 
00:25:22.891 [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)] 
00:25:22.891 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:22.891 [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 
00:25:22.891 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:22.892 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:22.892 [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 
00:25:22.892 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:22.892 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:22.893 [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 
00:25:22.893 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:22.893 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:22.893 [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 
00:25:22.894 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:22.894 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:22.894 [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 
00:25:22.894 [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)] 
00:25:22.894 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:22.895 [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 
00:25:22.895 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:22.895 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:22.896 [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 
00:25:22.896 [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)] 
00:25:22.896 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:22.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 
00:25:22.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)] 
00:25:22.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)] 
00:25:22.899 [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 
00:25:22.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)] 
00:25:22.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)] 
00:25:22.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 
00:25:22.900 [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)] 
00:25:22.900 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:22.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 
00:25:22.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)] 
00:25:22.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)] 
00:25:22.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 
00:25:22.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)] 
00:25:22.902 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:22.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 
00:25:22.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)] 
00:25:22.903 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:22.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 
00:25:22.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)] 
00:25:22.904 [main]            DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:22.907 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:22.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 
00:25:22.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) 
00:25:22.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)] 
00:25:22.908 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:22.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 
00:25:22.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)] 
00:25:22.909 [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/gemini-blueprint-equinox/integration-tests/bundles/scoped.common.bundle/target/scoped.bundle.common-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:22.909 [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)] 
00:25:22.909 [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 
00:25:22.909 [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) 
00:25:22.910 [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)] 
00:25:22.910 [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)] 
00:25:22.910 [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 
00:25:22.910 [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)] 
00:25:22.910 [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/gemini-blueprint-equinox/integration-tests/bundles/scoped.a.bundle/target/scoped.bundle.a-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:22.911 [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)] 
00:25:22.911 [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 
00:25:22.911 [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) 
00:25:22.911 [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)] 
00:25:22.916 [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... 
00:25:22.917 [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 
00:25:22.917 [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)] 
00:25:22.919 [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)] 
00:25:22.919 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:25:22.919 [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)] 
00:25:22.920 [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@7b52b984 
00:25:22.920 [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 
00:25:22.920 [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) 
00:25:22.920 [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)] 
00:25:22.920 [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) 
00:25:22.920 [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/gemini-blueprint-equinox/integration-tests/bundles/scoped.b.bundle/target/scoped.bundle.b-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:22.921 [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)] 
00:25:22.921 [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 
00:25:22.921 [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) 
00:25:22.921 [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)] 
00:25:22.921 [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... 
00:25:22.921 [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 
00:25:22.921 [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 [Thu May 09 00:25:22 UTC 2024]; root of context hierarchy 
00:25:22.922 [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)] 
00:25:22.922 [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)] 
00:25:22.922 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:25:22.922 [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)] 
00:25:22.922 [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 
00:25:22.923 [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)] 
00:25:22.937 [main]            INFO  o.e.g.b.i.b.ScopingTest:199 - org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest-bundle.properties was not found; using defaults 
00:25:22.937 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:22.938 [main]            DEBUG o.e.g.b.i.b.ScopingTest:511 - Post processing: creating test bundle 
00:25:22.938 [main]            INFO  o.e.g.b.i.b.ScopingTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.MF] 
00:25:22.946 [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] 
00:25:22.946 [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]] 
00:25:22.947 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:22.947 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:22.947 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:22.947 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:22.947 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:22.947 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:22.947 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:22.947 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:22.947 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:22.948 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:22.948 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ 
00:25:22.948 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.MF 
00:25:22.948 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.class 
00:25:22.948 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml 
00:25:22.953 [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 
00:25:22.953 [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.* 
00:25:22.956 [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)] 
00:25:22.956 [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 
00:25:22.956 [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) 
00:25:22.956 [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)] 
00:25:22.956 [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)] 
00:25:22.957 [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 
00:25:22.957 [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)] 
00:25:22.957 [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 
00:25:22.957 [main]            DEBUG o.e.g.b.i.b.ScopingTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:22.959 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1571967156/META-INF/spring/scoped-beans.xml] 
00:25:22.959 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:22.959 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:22.960 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:22.960 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:22.960 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:22.960 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:22.961 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:22.961 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:22.962 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:22.963 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:22.964 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:22.965 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:22.965 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:22.966 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:22.966 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:22.967 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:22.967 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:22.967 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:22.967 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.scope.common] does not trigger a context creation. 
00:25:22.968 [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 
00:25:22.968 [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 
00:25:22.970 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:22.970 [main]            DEBUG o.e.g.b.i.b.ScopingTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.scope.a 
00:25:22.980 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:22.981 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1571967156/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:22.981 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:22.981 [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.fwk1571967156/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:23.110 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:23.111 [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.fwk1571967156/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:23.147 [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@6cdbbd77: defining beans [a.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,staticReference]; root of factory hierarchy 
00:25:23.153 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:23.153 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:23.153 [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} 
00:25:23.154 [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] 
00:25:23.160 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:25:23.162 [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@6cdbbd77: defining beans [a.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,staticReference]; root of factory hierarchy] 
00:25:23.162 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:25:23.163 [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@52659677 
00:25:23.163 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:25:23.163 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:25:23.163 [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) 
00:25:23.163 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:25:23.163 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:25:23.163 [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) 
00:25:23.163 [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) 
00:25:23.163 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:25:23.164 [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@7b52b984 
00:25:23.164 [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) 
00:25:23.164 [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) 
00:25:23.164 [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 [Thu May 09 00:25:23 UTC 2024]; root of context hierarchy 
00:25:23.164 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:23.165 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1571967156/META-INF/spring/scoped-beans.xml] 
00:25:23.167 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:23.167 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1571967156/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:23.167 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:23.167 [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.fwk1571967156/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:23.182 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:23.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.fwk1571967156/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:23.189 [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@40e9d164: defining beans [b.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,serviceFromA,staticReference]; root of factory hierarchy 
00:25:23.189 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:23.189 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:23.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} 
00:25:23.190 [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] 
00:25:23.190 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:25:23.191 [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@40e9d164: defining beans [b.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,serviceFromA,staticReference]; root of factory hierarchy] 
00:25:23.191 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:25:23.191 [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@52659677 
00:25:23.191 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&serviceFromA] 
00:25:23.191 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:25:23.209 [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))] 
00:25:23.209 [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))] 
00:25:23.210 [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] 
00:25:23.210 [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) 
00:25:23.211 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:25:23.211 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:25:23.211 [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) 
00:25:23.211 [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) 
00:25:23.211 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:25:23.211 [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) 
00:25:23.213 [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@113e0665] 
00:25:23.213 [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@1352b4fa] 
00:25:23.217 [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 
00:25:23.217 [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:{} 
00:25:23.218 [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:[] 
00:25:23.218 [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 {} 
00:25:23.218 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}] 
00:25:23.219 [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 
00:25:23.221 [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 
00:25:23.222 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:25:23.222 [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 
00:25:23.222 [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 
00:25:23.222 [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 
00:25:23.223 [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 
00:25:23.223 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:25:23.223 [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 
00:25:23.237 [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@79276fa1] 
00:25:23.239 [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 [Thu May 09 00:25:22 UTC 2024]; root of context hierarchy] 
00:25:23.241 [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} 
00:25:23.241 [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} 
00:25:23.242 [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 
00:25:23.242 [main]            DEBUG o.e.g.b.i.b.ScopingTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.scope.a 
00:25:23.242 [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 
00:25:23.242 [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 
00:25:23.243 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:23.243 [main]            DEBUG o.e.g.b.i.b.ScopingTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.scope.b 
00:25:23.244 [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] 
00:25:23.245 [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) 
00:25:23.245 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:25:23.249 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:25:23.253 [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 
00:25:23.253 [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 
00:25:23.253 [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 
00:25:23.254 [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 
00:25:23.254 [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 
00:25:23.255 [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@72da70d4] 
00:25:23.256 [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@7006dcb2] 
00:25:23.256 [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 
00:25:23.257 [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:{} 
00:25:23.257 [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:[] 
00:25:23.257 [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} 
00:25:23.257 [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}] 
00:25:23.257 [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 
00:25:23.258 [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))] 
00:25:23.258 [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}} 
00:25:23.258 [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 
00:25:23.258 [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 
00:25:23.259 [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 
00:25:23.259 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:25:23.259 [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 
00:25:23.259 [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 
00:25:23.259 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:25:23.260 [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 
00:25:23.260 [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@71cfbb60] 
00:25:23.260 [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 [Thu May 09 00:25:23 UTC 2024]; root of context hierarchy] 
00:25:23.261 [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} 
00:25:23.261 [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} 
00:25:23.261 [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 
00:25:23.261 [main]            DEBUG o.e.g.b.i.b.ScopingTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.scope.b 
00:25:23.262 [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] 
00:25:23.262 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.scope.integration] does not trigger a context creation. 
00:25:23.262 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testExportedScopedBeansDestructionCallbackCalled] to OSGi 
00:25:23.271 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedScopedBeansDestructionCallbackCalled] for execution inside OSGi 
00:25:23.271 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportedScopedBeansDestructionCallbackCalled] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@11f0a5a1 
00:25:23.271 [main]            INFO  o.e.g.b.i.b.ScopingTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml 
00:25:23.272 [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 [Thu May 09 00:25:23 UTC 2024]; root of context hierarchy 
00:25:23.272 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:23.272 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1571967156/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml] 
00:25:23.274 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:23.275 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1571967156/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:23.275 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:23.275 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1571967156/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:23.286 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:23.286 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1571967156/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:23.291 [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@21129f1f: 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 
00:25:23.291 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:23.291 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:23.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} 
00:25:23.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] 
00:25:23.292 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@68d279ec] 
00:25:23.292 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@258d79be] 
00:25:23.293 [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 
00:25:23.293 [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:{} 
00:25:23.293 [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:[] 
00:25:23.294 [main]            TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class java.util.Properties] classes {} 
00:25:23.294 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.util.Map}] 
00:25:23.294 [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 
00:25:23.295 [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 
00:25:23.295 [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:{} 
00:25:23.295 [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:[] 
00:25:23.295 [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} 
00:25:23.295 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.Object}] 
00:25:23.296 [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 
00:25:23.296 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@176b75f7] 
00:25:23.296 [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 [Thu May 09 00:25:23 UTC 2024]; root of context hierarchy] 
00:25:23.296 [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} 
00:25:23.297 [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} 
00:25:23.311 [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} 
00:25:23.311 [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) 
00:25:23.311 [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) 
00:25:23.312 [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 [Thu May 09 00:25:23 UTC 2024]; root of context hierarchy 
00:25:23.312 [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) 
00:25:23.312 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 
00:25:23.313 [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 
00:25:23.313 [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 
00:25:23.313 [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} 
00:25:23.313 [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}] 
00:25:23.314 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:23.314 [main]            DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [a.service] 
00:25:23.337 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1571967156/META-INF/spring/scoped-beans.xml] 
00:25:23.338 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:23.339 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1571967156/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:23.339 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:23.339 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1571967156/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:23.349 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:23.349 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1571967156/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:23.354 [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@56c4278e: defining beans [a.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,staticReference]; root of factory hierarchy 
00:25:23.355 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:23.355 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:23.355 [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} 
00:25:23.355 [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] 
00:25:23.356 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:25:23.356 [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@56c4278e: defining beans [a.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,staticReference]; root of factory hierarchy] 
00:25:23.356 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:25:23.356 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@52659677 
00:25:23.356 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:25:23.357 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:25:23.357 [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) 
00:25:23.357 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:25:23.357 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:25:23.357 [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) 
00:25:23.357 [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) 
00:25:23.357 [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) 
00:25:23.358 [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@1a6365e6] 
00:25:23.358 [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@33c1dd10] 
00:25:23.359 [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 
00:25:23.359 [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:{} 
00:25:23.359 [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:[] 
00:25:23.359 [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 {} 
00:25:23.359 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}] 
00:25:23.359 [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 
00:25:23.359 [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 
00:25:23.359 [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 
00:25:23.360 [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@3a4c75a5] 
00:25:23.360 [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 [Thu May 09 00:25:23 UTC 2024]; root of context hierarchy] 
00:25:23.360 [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} 
00:25:23.360 [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} 
00:25:23.361 [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] 
00:25:24.357 [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} 
00:25:24.358 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:24.359 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testExportedScopedBeansDestructionCallbackCalled] 
00:25:24.359 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testExportedScopedBeansDestructionCallbackCalled]'s result read 
00:25:24.360 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceBInBundleBAndTestBundle] to OSGi 
00:25:24.360 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceBInBundleBAndTestBundle] for execution inside OSGi 
00:25:24.360 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceBInBundleBAndTestBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@20c0a64d 
00:25:24.361 [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} 
00:25:24.362 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:24.362 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceBInBundleBAndTestBundle] 
00:25:24.362 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceBInBundleBAndTestBundle]'s result read 
00:25:24.362 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceAScopeForCurrentBundle] to OSGi 
00:25:24.362 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAScopeForCurrentBundle] for execution inside OSGi 
00:25:24.362 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceAScopeForCurrentBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@41ab013 
00:25:24.363 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:24.363 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceAScopeForCurrentBundle] 
00:25:24.363 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceAScopeForCurrentBundle]'s result read 
00:25:24.363 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceAScopeForBundleA] to OSGi 
00:25:24.364 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAScopeForBundleA] for execution inside OSGi 
00:25:24.364 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceAScopeForBundleA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@14bee915 
286649365
137275020
00:25:24.364 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:24.364 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceAScopeForBundleA] 
00:25:24.364 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceAScopeForBundleA]'s result read 
00:25:24.364 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceAScopeForBundleB] to OSGi 
00:25:24.365 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAScopeForBundleB] for execution inside OSGi 
00:25:24.365 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceAScopeForBundleB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@59e505b2 
00:25:24.368 [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} 
00:25:24.369 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:24.369 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceAScopeForBundleB] 
00:25:24.369 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceAScopeForBundleB]'s result read 
00:25:24.369 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testBeanReferenceAndLocalScopeInstanceForBundleA] to OSGi 
00:25:24.370 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBeanReferenceAndLocalScopeInstanceForBundleA] for execution inside OSGi 
00:25:24.370 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBeanReferenceAndLocalScopeInstanceForBundleA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6bc407fd 
00:25:24.370 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:24.370 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testBeanReferenceAndLocalScopeInstanceForBundleA] 
00:25:24.370 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testBeanReferenceAndLocalScopeInstanceForBundleA]'s result read 
00:25:24.371 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testBeanReferenceAndLocalScopeInstanceForBundleB] to OSGi 
00:25:24.371 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBeanReferenceAndLocalScopeInstanceForBundleB] for execution inside OSGi 
00:25:24.371 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBeanReferenceAndLocalScopeInstanceForBundleB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@17d88132 
00:25:24.371 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:24.371 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testBeanReferenceAndLocalScopeInstanceForBundleB] 
00:25:24.372 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testBeanReferenceAndLocalScopeInstanceForBundleB]'s result read 
00:25:24.372 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testEnvironmentValidity] to OSGi 
00:25:24.372 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testEnvironmentValidity] for execution inside OSGi 
00:25:24.372 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testEnvironmentValidity] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5ddcc487 
00:25:24.372 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:24.373 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testEnvironmentValidity] 
00:25:24.373 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testEnvironmentValidity]'s result read 
00:25:24.373 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testScopedBeanNotExported] to OSGi 
00:25:24.373 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testScopedBeanNotExported] for execution inside OSGi 
00:25:24.373 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testScopedBeanNotExported] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@16eccb2e 
00:25:24.374 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:24.374 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testScopedBeanNotExported] 
00:25:24.374 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testScopedBeanNotExported]'s result read 
00:25:24.374 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testScopedBeanDestructionCallbackDuringContextRefresh] to OSGi 
00:25:24.375 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testScopedBeanDestructionCallbackDuringContextRefresh] for execution inside OSGi 
00:25:24.375 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testScopedBeanDestructionCallbackDuringContextRefresh] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5ef5c734 
00:25:24.375 [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 [Thu May 09 00:25:24 UTC 2024]; root of context hierarchy 
00:25:24.375 [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) 
00:25:24.376 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 
00:25:24.376 [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}] 
00:25:24.376 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 
00:25:24.376 [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}] 
00:25:24.376 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:24.376 [main]            DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [props] 
00:25:24.377 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1571967156/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml] 
00:25:24.379 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:24.379 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1571967156/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:24.379 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:24.379 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1571967156/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:24.387 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:24.388 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1571967156/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:24.392 [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@3bd323e9: 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 
00:25:24.392 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:24.392 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:24.392 [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} 
00:25:24.392 [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] 
00:25:24.393 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3403e2ac] 
00:25:24.393 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@65b104b9] 
00:25:24.394 [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 
00:25:24.394 [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:{} 
00:25:24.394 [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:[] 
00:25:24.394 [main]            TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class java.util.Properties] classes {} 
00:25:24.394 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.util.Map}] 
00:25:24.395 [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 
00:25:24.396 [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 
00:25:24.396 [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:{} 
00:25:24.396 [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:[] 
00:25:24.396 [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} 
00:25:24.396 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.Object}] 
00:25:24.396 [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 
00:25:24.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@19c65cdc] 
00:25:24.397 [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 [Thu May 09 00:25:24 UTC 2024]; root of context hierarchy] 
00:25:24.397 [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} 
00:25:24.397 [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} 
00:25:24.398 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:24.398 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testScopedBeanDestructionCallbackDuringContextRefresh] 
00:25:24.398 [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: 2.22 sec - in org.eclipse.gemini.blueprint.iandt.bundleScope.ScopingTest
00:25:24.401 [Thread-0]        INFO  o.e.g.b.i.b.ScopingTest:471 - Shutting down OSGi platform 
00:25:24.401 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:24.401 [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) 
00:25:24.401 [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]] 
00:25:24.401 [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 [Thu May 09 00:25:24 UTC 2024]; root of context hierarchy 
00:25:24.402 [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 [Thu May 09 00:25:24 UTC 2024]; root of context hierarchy] 
00:25:24.403 [Thread-4]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 
00:25:24.403 [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}] 
00:25:24.403 [Thread-4]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 
00:25:24.403 [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}] 
00:25:24.403 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:24.403 [Thread-4]        DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [props] 
00:25:24.408 [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]] 
00:25:24.408 [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 
00:25:24.408 [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]] 
00:25:24.409 [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 
00:25:24.409 [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) 
00:25:24.409 [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@7b52b984 
00:25:24.410 [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) 
00:25:24.410 [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) 
00:25:24.410 [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) 
00:25:24.410 [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 [Thu May 09 00:25:23 UTC 2024]; root of context hierarchy 
00:25:24.410 [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 [Thu May 09 00:25:23 UTC 2024]; root of context hierarchy] 
00:25:24.410 [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] 
00:25:24.411 [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} 
00:25:24.411 [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}] 
00:25:24.411 [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 
00:25:24.411 [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 
00:25:24.411 [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} 
00:25:24.412 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:24.412 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [b.service] 
00:25:24.412 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:25:24.412 [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@7b52b984 
00:25:24.412 [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 
00:25:24.412 [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 
00:25:24.413 [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]] 
00:25:24.413 [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 
00:25:24.413 [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) 
00:25:24.413 [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@7b52b984 
00:25:24.413 [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) 
00:25:24.413 [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) 
00:25:24.413 [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) 
00:25:24.413 [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 [Thu May 09 00:25:23 UTC 2024]; root of context hierarchy 
00:25:24.413 [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 [Thu May 09 00:25:23 UTC 2024]; root of context hierarchy] 
00:25:24.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] 
00:25:24.414 [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} 
00:25:24.414 [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}] 
00:25:24.414 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:24.414 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [a.service] 
00:25:24.414 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:25:24.414 [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@7b52b984 
00:25:24.414 [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 
00:25:24.414 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:24.414 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:24.414 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:24.414 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:24.414 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:24.414 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:24.415 [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 
00:25:24.415 [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@57c1038b 
00:25:24.416 [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 
00:25:24.416 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:24.416 [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 
00:25:24.416 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:24.436 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:25,046 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:25,109 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:25,111 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:25,124 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:25,157 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:25,158 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:25,162 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:25,168 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6e0e048a - No compression will be used
00:25:25,177 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:25,177 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:25,178 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:25,178 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:25,178 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:25,179 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:25,179 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:25,179 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:25,179 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:25,179 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:25,179 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:25,179 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:25,179 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:25,179 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:25,179 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:25,179 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:25,179 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:25,180 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:25,180 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:25,181 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@32709393 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test
00:25:25.258 [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 
00:25:25.261 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:85 - Instantiating platform wrapper... 
00:25:25.261 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:215 - About to start Equinox OSGi Platform 
00:25:25.477 [main]            INFO  o.e.g.b.i.c.Cardinality0to1Test:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:25.480 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:25.481 [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.1.BUILD-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} 
00:25:25.482 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:25.482 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:25.560 [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] 
00:25:25.569 [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] 
00:25:25.572 [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] 
00:25:25.574 [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] 
00:25:25.580 [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] 
00:25:25.584 [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] 
00:25:25.586 [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] 
00:25:25.591 [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] 
00:25:25.597 [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] 
00:25:25.605 [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] 
00:25:25.616 [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] 
00:25:25.638 [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] 
00:25:25.642 [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] 
00:25:25.649 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:25.651 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:25.654 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:25.657 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:25.660 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:25.664 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:25.673 [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] 
00:25:25.689 [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] 
00:25:25.690 [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] 
00:25:25.690 [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] 
00:25:25.690 [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] 
00:25:25.690 [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] 
00:25:25.691 [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] 
00:25:25.691 [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] 
00:25:25.691 [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] 
00:25:25.691 [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] 
00:25:25.692 [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] 
00:25:25.692 [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] 
00:25:25.692 [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] 
00:25:25.692 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:25.692 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:25.693 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:25,744 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:25,766 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:25,767 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:25,774 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:25,788 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:25,789 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:25,800 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:25,804 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@27f981c6 - No compression will be used
00:25:25,807 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:25,807 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:25,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:25,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:25,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:25,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:25,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:25,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:25,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
00:25:25,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:25,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:25,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:25,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:25,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:25,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:25,809 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:25,809 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:25,810 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:25,810 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:25,810 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@53aac487 - Registering current configuration as safe fallback point
00:25:25.818 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:25.824 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:25.884 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:25.885 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:25.888 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:25.890 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:25.893 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:25.895 [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 
00:25:25.895 [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) 
00:25:25.895 [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)] 
00:25:25.895 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:25.896 [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 
00:25:25.896 [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) 
00:25:25.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)] 
00:25:25.896 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:25.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 
00:25:25.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) 
00:25:25.896 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:25.897 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:25.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 
00:25:25.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) 
00:25:25.897 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:25.897 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:25.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 
00:25:25.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) 
00:25:25.898 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:25.898 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:25.898 [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 
00:25:25.898 [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) 
00:25:25.898 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:25.899 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:25.899 [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 
00:25:25.899 [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) 
00:25:25.899 [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)] 
00:25:25.899 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:25.900 [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 
00:25:25.900 [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) 
00:25:25.900 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:25.900 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:25.901 [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 
00:25:25.901 [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) 
00:25:25.901 [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)] 
00:25:25.901 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:25.902 [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 
00:25:25.902 [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) 
00:25:25.902 [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)] 
00:25:25.903 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:25.904 [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 
00:25:25.904 [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) 
00:25:25.904 [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)] 
00:25:25.904 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:25.904 [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 
00:25:25.905 [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) 
00:25:25.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)] 
00:25:25.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)] 
00:25:25.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 
00:25:25.905 [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) 
00:25:25.905 [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)] 
00:25:25.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)] 
00:25:25.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 
00:25:25.906 [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) 
00:25:25.906 [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)] 
00:25:25.907 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:25.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 
00:25:25.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) 
00:25:25.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)] 
00:25:25.907 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:25.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 
00:25:25.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) 
00:25:25.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)] 
00:25:25.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)] 
00:25:25.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)] 
00:25:25.918 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:25.918 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:25.938 [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)] 
00:25:25.939 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:25.939 [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 
00:25:25.939 [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 
00:25:25.940 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:25.942 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:25.957 [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 
00:25:25.958 [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)] 
00:25:25.958 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:25.959 [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 
00:25:25.959 [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)] 
00:25:25.959 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:25.959 [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 
00:25:25.959 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:25.959 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:25.960 [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 
00:25:25.960 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:25.960 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:25.960 [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 
00:25:25.961 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:25.961 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:25.961 [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 
00:25:25.961 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:25.961 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:25.962 [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 
00:25:25.962 [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)] 
00:25:25.962 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:25.963 [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 
00:25:25.963 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:25.963 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:25.964 [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 
00:25:25.964 [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)] 
00:25:25.964 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:25.965 [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 
00:25:25.965 [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)] 
00:25:25.966 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:25.967 [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 
00:25:25.967 [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)] 
00:25:25.967 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:25.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 
00:25:25.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)] 
00:25:25.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)] 
00:25:25.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 
00:25:25.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)] 
00:25:25.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)] 
00:25:25.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 
00:25:25.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)] 
00:25:25.970 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:25.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 
00:25:25.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)] 
00:25:25.971 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:25.972 [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 
00:25:25.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)] 
00:25:25.973 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:25.977 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:25.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 
00:25:25.978 [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) 
00:25:25.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)] 
00:25:25.978 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:25.979 [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 
00:25:25.979 [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)] 
00:25:25.979 [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/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:25.979 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:25:25.979 [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 
00:25:25.980 [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) 
00:25:25.980 [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)] 
00:25:25.986 [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... 
00:25:25.987 [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 
00:25:25.987 [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)] 
00:25:25.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 [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:25:25.989 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:25:25.990 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:25:25.990 [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@35b9aee0 
00:25:25.990 [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 
00:25:25.990 [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) 
00:25:25.990 [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)] 
00:25:25.990 [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) 
00:25:25.990 [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/gemini-blueprint-equinox/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:25.991 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 
00:25:25.991 [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 
00:25:25.991 [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) 
00:25:25.991 [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)] 
00:25:25.992 [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... 
00:25:25.992 [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 [Thu May 09 00:25:25 UTC 2024]; root of context hierarchy 
00:25:25.992 [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 
00:25:25.992 [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)] 
00:25:25.992 [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)] 
00:25:25.992 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:25:25.992 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 
00:25:25.993 [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 
00:25:25.993 [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)] 
00:25:25.995 [main]            INFO  o.e.g.b.i.c.Cardinality0to1Test:199 - org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test-bundle.properties was not found; using defaults 
00:25:25.995 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:511 - Post processing: creating test bundle 
00:25:25.996 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:26.040 [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] 
00:25:26.041 [main]            INFO  o.e.g.b.i.c.Cardinality0to1Test:202 - Automatically creating Manifest for the test bundle 
00:25:26.041 [main]            INFO  o.e.g.b.i.c.Cardinality0to1Test:366 - Using the test class for generating bundle imports 
00:25:26.043 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.class 
00:25:26.043 [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... 
00:25:26.046 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class Cardinality0to1Test 
00:25:26.055 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:26.055 [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... 
00:25:26.055 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class BaseIntegrationTest 
00:25:26.056 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk407697359/META-INF/spring/simpleservice.xml] 
00:25:26.058 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:26.058 [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... 
00:25:26.058 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:25:26.059 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:26.059 [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... 
00:25:26.059 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:25:26.060 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:25:26.060 [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 
00:25:26.060 [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} 
00:25:26.060 [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] 
00:25:26.060 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:25:26.061 [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] 
00:25:26.061 [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] 
00:25:26.061 [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]] 
00:25:26.061 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:26.061 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:26.061 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:26.062 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:26.062 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:26.062 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:26.062 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:26.062 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:26.062 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:26.062 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:26.062 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/ 
00:25:26.062 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.MF 
00:25:26.062 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.class 
00:25:26.067 [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 
00:25:26.068 [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.* 
00:25:26.070 [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)] 
00:25:26.071 [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 
00:25:26.071 [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) 
00:25:26.071 [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)] 
00:25:26.071 [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)] 
00:25:26.071 [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 
00:25:26.072 [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)] 
00:25:26.072 [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 
00:25:26.072 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:26.074 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:26.075 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:26.075 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:26.075 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:26.075 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:26.076 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:26.076 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:26.077 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:26.078 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:26.080 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:26.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:26.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk407697359/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:26.138 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:26.138 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:26.139 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:26.139 [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.fwk407697359/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:26.139 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:26.140 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:26.140 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:26.141 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:26.141 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:26.142 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:26.142 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 
00:25:26.143 [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 
00:25:26.145 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:26.145 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:25:26.275 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk407697359/META-INF/spring/simpleservice-osgi.xml] 
00:25:26.277 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:26.277 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk407697359/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:26.277 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:26.278 [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.fwk407697359/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:26.339 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:26.339 [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.fwk407697359/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:26.354 [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@1fcf0a83: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:25:26.360 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:26.360 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:26.360 [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} 
00:25:26.361 [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] 
00:25:26.366 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:25:26.368 [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@1fcf0a83: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:25:26.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:25:26.369 [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@1c2b74b7 
00:25:26.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:25:26.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:25:26.369 [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) 
00:25:26.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:25:26.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:25:26.369 [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) 
00:25:26.370 [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) 
00:25:26.370 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:25:26.370 [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@35b9aee0 
00:25:26.370 [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) 
00:25:26.370 [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) 
00:25:26.370 [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 [Thu May 09 00:25:26 UTC 2024]; root of context hierarchy 
00:25:26.371 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:26.371 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk407697359/META-INF/spring/cardinality0to1.xml] 
00:25:26.373 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:26.374 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk407697359/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:26.374 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:26.374 [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.fwk407697359/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:26.386 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:26.387 [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.fwk407697359/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:26.440 [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@4f87dae: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy 
00:25:26.440 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:26.440 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:26.441 [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} 
00:25:26.441 [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] 
00:25:26.442 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:25:26.442 [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@4f87dae: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy] 
00:25:26.442 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:25:26.442 [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@1c2b74b7 
00:25:26.442 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 
00:25:26.442 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:25:26.463 [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 
00:25:26.464 [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 
00:25:26.464 [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 
00:25:26.465 [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)] 
00:25:26.465 [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)] 
00:25:26.466 [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] 
00:25:26.466 [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) 
00:25:26.466 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:25:26.466 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:25:26.466 [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) 
00:25:26.466 [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) 
00:25:26.466 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:25:26.466 [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) 
00:25:26.468 [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@7e084dde] 
00:25:26.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@7369702f] 
Delaying for:0
00:25:26.472 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:25:26.473 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:25:26.473 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:25:26.474 [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 {} 
00:25:26.474 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:25:26.475 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:25:26.476 [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@22e2c298] 
00:25:26.478 [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 [Thu May 09 00:25:25 UTC 2024]; root of context hierarchy] 
00:25:26.479 [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} 
00:25:26.480 [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} 
00:25:26.480 [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 
00:25:26.480 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:25:26.481 [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 
00:25:26.481 [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 
00:25:26.481 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:26.481 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 
00:25:26.483 [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] 
00:25:26.483 [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) 
00:25:26.484 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:25:26.487 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:25:26.537 [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 
00:25:26.537 [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 
00:25:26.537 [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 
00:25:26.537 [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 
00:25:26.538 [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 
00:25:26.540 [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@79a6486e] 
00:25:26.540 [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@1c47afa0] 
00:25:26.540 [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)] 
00:25:26.541 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
00:25:26.541 [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@4de0f5ac w/ reference null 
00:25:26.541 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
00:25:26.541 [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) 
00:25:26.542 [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@4de0f5ac w/ reference null 
00:25:26.542 [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 
00:25:26.542 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:25:26.543 [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 
00:25:26.543 [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 
00:25:26.543 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:25:26.543 [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 
00:25:26.544 [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@5e084b58] 
00:25:26.544 [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 [Thu May 09 00:25:26 UTC 2024]; root of context hierarchy] 
00:25:26.545 [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} 
00:25:26.545 [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} 
00:25:26.545 [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 
00:25:26.546 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 
00:25:26.546 [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] 
00:25:26.546 [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. 
00:25:26.546 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:364 - Writing test name [test0to1Cardinality] to OSGi 
00:25:26.555 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [test0to1Cardinality] for execution inside OSGi 
00:25:26.555 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [test0to1Cardinality] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@48d61b48 
00:25:26.555 [main]            INFO  o.e.g.b.i.c.Cardinality0to1Test:190 - Loading context for locations:  
00:25:26.556 [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 [Thu May 09 00:25:26 UTC 2024]; root of context hierarchy 
00:25:26.556 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:25:26.556 [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@409c54f: defining beans []; root of factory hierarchy 
00:25:26.557 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:26.557 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:26.557 [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} 
00:25:26.557 [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] 
00:25:26.557 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@48793bef] 
00:25:26.557 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7d286fb6] 
00:25:26.558 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3eb77ea8] 
00:25:26.558 [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 [Thu May 09 00:25:26 UTC 2024]; root of context hierarchy] 
00:25:26.558 [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} 
00:25:26.558 [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} 
00:25:26.571 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:26.580 [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 [Thu May 09 00:25:26 UTC 2024]; root of context hierarchy 
00:25:26.580 [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@600b9d27] 
00:25:26.591 [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 [Thu May 09 00:25:26 UTC 2024]; root of context hierarchy 
00:25:26.591 [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@600b9d27] 
Starting dependency
00:25:26.592 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:25:26.592 [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 
00:25:26.592 [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) 
00:25:26.593 [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)] 
00:25:26.593 [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... 
00:25:26.593 [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 
00:25:26.593 [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)] 
00:25:26.593 [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)] 
00:25:26.593 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
00:25:26.594 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:25:26.594 [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@35b9aee0 
00:25:26.594 [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) 
00:25:26.594 [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 
00:25:26.594 [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) 
00:25:26.594 [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)] 
00:25:26.594 [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 [Thu May 09 00:25:26 UTC 2024]; root of context hierarchy 
00:25:26.594 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:26.594 [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 
00:25:26.595 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk407697359/META-INF/spring/simpleservice-osgi.xml] 
00:25:26.595 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:26.595 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
00:25:26.597 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:26.597 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk407697359/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:26.636 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:26.637 [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.fwk407697359/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:26.646 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:26.646 [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.fwk407697359/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:26.651 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk407697359/META-INF/spring/simpleservice.xml] 
00:25:26.652 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:26.652 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk407697359/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:26.653 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:26.653 [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.fwk407697359/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:26.661 [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@133618d8: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
00:25:26.661 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:26.661 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:26.661 [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} 
00:25:26.662 [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] 
00:25:26.662 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:25:26.662 [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@133618d8: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
00:25:26.663 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:25:26.663 [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@1c2b74b7 
00:25:26.663 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:25:26.663 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:25:26.663 [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) 
00:25:26.663 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:25:26.663 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:25:26.663 [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) 
00:25:26.663 [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) 
00:25:26.663 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:25:26.663 [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) 
00:25:26.664 [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@70f74a73] 
00:25:26.664 [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@7540d346] 
00:25:26.668 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
00:25:26.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
00:25:26.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
00:25:26.669 [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 {} 
00:25:26.669 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
00:25:26.669 [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 
00:25:26.669 [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 
00:25:26.669 [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@4de0f5ac 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} 
00:25:26.670 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@164c2256 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;@7492b899, service.id=36} 
00:25:26.670 [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) 
00:25:26.670 [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@4de0f5ac 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} 
00:25:26.670 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
00:25:26.670 [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@6ca76e1c] 
00:25:26.670 [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 [Thu May 09 00:25:26 UTC 2024]; root of context hierarchy] 
00:25:26.671 [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} 
00:25:26.671 [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} 
00:25:26.671 [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 
00:25:26.671 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
Dependency started
00:25:26.672 [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] 
00:25:26.672 [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} 
00:25:26.673 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:26.673 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:440 - Reading OSGi results for test [test0to1Cardinality] 
00:25:26.673 [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: 1.419 sec - in org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test
00:25:26.676 [Thread-0]        INFO  o.e.g.b.i.c.Cardinality0to1Test:471 - Shutting down OSGi platform 
00:25:26.676 [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) 
00:25:26.676 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:26.677 [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 [Thu May 09 00:25:26 UTC 2024]; root of context hierarchy 
00:25:26.677 [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]] 
00:25:26.677 [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 [Thu May 09 00:25:26 UTC 2024]; root of context hierarchy] 
00:25:26.677 [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 
00:25:26.678 [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 
00:25:26.678 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:26.737 [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]] 
00:25:26.737 [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]] 
00:25:26.738 [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 
00:25:26.738 [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) 
00:25:26.738 [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@35b9aee0 
00:25:26.738 [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) 
00:25:26.738 [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) 
00:25:26.739 [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) 
00:25:26.739 [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 [Thu May 09 00:25:26 UTC 2024]; root of context hierarchy 
00:25:26.739 [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 [Thu May 09 00:25:26 UTC 2024]; root of context hierarchy] 
00:25:26.739 [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@4de0f5ac 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} 
00:25:26.739 [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@164c2256 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;@3fc72f8d, service.id=36} 
00:25:26.739 [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) 
00:25:26.740 [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@4de0f5ac 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} 
00:25:26.740 [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 
00:25:26.740 [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 
00:25:26.740 [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} 
00:25:26.741 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:26.741 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
00:25:26.741 [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@35b9aee0 
00:25:26.741 [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 
00:25:26.741 [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 
00:25:26.742 [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) 
00:25:26.742 [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@35b9aee0 
00:25:26.742 [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) 
00:25:26.742 [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) 
00:25:26.742 [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) 
00:25:26.742 [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 [Thu May 09 00:25:25 UTC 2024]; root of context hierarchy 
00:25:26.742 [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 [Thu May 09 00:25:25 UTC 2024]; root of context hierarchy] 
00:25:26.742 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:25:26.742 [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}] 
00:25:26.743 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:26.743 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:25:26.743 [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@35b9aee0 
00:25:26.743 [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 
00:25:26.743 [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 
00:25:26.743 [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]] 
00:25:26.743 [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 
00:25:26.743 [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) 
00:25:26.743 [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@35b9aee0 
00:25:26.743 [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) 
00:25:26.743 [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) 
00:25:26.743 [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) 
00:25:26.744 [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 [Thu May 09 00:25:26 UTC 2024]; root of context hierarchy 
00:25:26.744 [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 [Thu May 09 00:25:26 UTC 2024]; root of context hierarchy] 
00:25:26.744 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
00:25:26.744 [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}] 
00:25:26.744 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:26.744 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:25:26.744 [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@35b9aee0 
00:25:26.744 [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 
00:25:26.744 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:26.744 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:26.745 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:26.745 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:26.745 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:26.745 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:26.746 [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@654e39d 
00:25:26.746 [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 
00:25:26.746 [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@8931d27 
00:25:26.746 [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 
00:25:26.746 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:26.746 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:26.746 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:27,443 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:27,545 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:27,547 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:27,559 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:27,580 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:27,581 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:27,584 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:27,590 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fac631b - No compression will be used
00:25:27,599 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:27,636 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:27,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:27,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:27,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:27,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:27,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:27,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:27,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:27,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:27,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:27,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:27,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:27,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:27,639 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:27,639 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:27,639 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:27,639 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:27,639 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:27,640 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@50b494a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest
00:25:27.744 [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 
00:25:27.747 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:85 - Instantiating platform wrapper... 
00:25:27.748 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:215 - About to start Equinox OSGi Platform 
00:25:27.978 [main]            INFO  o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:27.980 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:27.981 [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.1.BUILD-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} 
00:25:27.982 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:27.983 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:28.051 [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] 
00:25:28.060 [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] 
00:25:28.063 [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] 
00:25:28.065 [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] 
00:25:28.070 [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] 
00:25:28.075 [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] 
00:25:28.076 [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] 
00:25:28.082 [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] 
00:25:28.087 [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] 
00:25:28.097 [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] 
00:25:28.107 [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] 
00:25:28.110 [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] 
00:25:28.114 [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] 
00:25:28.141 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:28.143 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:28.147 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:28.149 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:28.160 [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] 
00:25:28.178 [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] 
00:25:28.179 [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] 
00:25:28.179 [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] 
00:25:28.179 [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] 
00:25:28.179 [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] 
00:25:28.180 [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] 
00:25:28.180 [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] 
00:25:28.180 [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] 
00:25:28.180 [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] 
00:25:28.181 [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] 
00:25:28.181 [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] 
00:25:28.181 [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] 
00:25:28.181 [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/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:28.182 [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/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:28.182 [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/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:28,209 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:28,245 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:28,246 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:28,253 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:28,268 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:28,269 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:28,272 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:28,277 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:25:28,280 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:28,280 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:28,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:28,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:28,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:28,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:28,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:28,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:28,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:28,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:28,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:28,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:28,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:28,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:28,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:28,282 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:28,282 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:28,282 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:28,283 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:28,283 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:25:28.298 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:28.304 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:28.364 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:28.364 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:28.367 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:28.370 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:28.372 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:28.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 
00:25:28.374 [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) 
00:25:28.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)] 
00:25:28.375 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:28.375 [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 
00:25:28.375 [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) 
00:25:28.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)] 
00:25:28.376 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:28.376 [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 
00:25:28.376 [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) 
00:25:28.376 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:28.376 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:28.376 [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 
00:25:28.376 [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) 
00:25:28.377 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:28.377 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:28.377 [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 
00:25:28.377 [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) 
00:25:28.377 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:28.378 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:28.378 [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 
00:25:28.378 [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) 
00:25:28.378 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:28.378 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:28.378 [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 
00:25:28.379 [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) 
00:25:28.379 [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)] 
00:25:28.379 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:28.379 [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 
00:25:28.380 [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) 
00:25:28.380 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:28.380 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:28.380 [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 
00:25:28.381 [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) 
00:25:28.381 [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)] 
00:25:28.381 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:28.382 [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 
00:25:28.382 [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) 
00:25:28.382 [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)] 
00:25:28.382 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:28.383 [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 
00:25:28.384 [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) 
00:25:28.384 [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)] 
00:25:28.384 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:28.384 [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 
00:25:28.384 [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) 
00:25:28.384 [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)] 
00:25:28.384 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:28.385 [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 
00:25:28.385 [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) 
00:25:28.385 [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)] 
00:25:28.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)] 
00:25:28.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 
00:25:28.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) 
00:25:28.390 [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)] 
00:25:28.390 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:28.390 [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 
00:25:28.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) 
00:25:28.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)] 
00:25:28.390 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:28.391 [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 
00:25:28.391 [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) 
00:25:28.391 [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)] 
00:25:28.397 [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)] 
00:25:28.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)] 
00:25:28.401 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:28.401 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:28.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)] 
00:25:28.404 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:28.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@1b410b60 w/ reference null 
00:25:28.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@1b410b60 w/ reference null 
00:25:28.405 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:28.410 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:28.418 [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 
00:25:28.419 [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)] 
00:25:28.419 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:28.419 [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 
00:25:28.419 [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)] 
00:25:28.420 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:28.420 [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 
00:25:28.420 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:28.420 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:28.420 [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 
00:25:28.420 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:28.421 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:28.421 [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 
00:25:28.421 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:28.421 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:28.422 [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 
00:25:28.422 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:28.422 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:28.422 [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 
00:25:28.422 [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)] 
00:25:28.423 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:28.423 [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 
00:25:28.424 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:28.424 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:28.424 [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 
00:25:28.425 [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)] 
00:25:28.425 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:28.426 [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 
00:25:28.426 [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)] 
00:25:28.426 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:28.428 [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 
00:25:28.428 [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)] 
00:25:28.428 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:28.428 [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 
00:25:28.428 [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)] 
00:25:28.429 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:28.429 [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 
00:25:28.429 [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)] 
00:25:28.429 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:28.430 [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 
00:25:28.430 [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)] 
00:25:28.431 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:28.431 [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 
00:25:28.431 [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)] 
00:25:28.431 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:28.432 [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 
00:25:28.432 [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)] 
00:25:28.432 [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/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:28.438 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:28.439 [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 
00:25:28.439 [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) 
00:25:28.439 [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)] 
00:25:28.439 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:28.440 [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 
00:25:28.440 [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)] 
00:25:28.441 [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 
00:25:28.442 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:511 - Post processing: creating test bundle 
00:25:28.449 [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] 
00:25:28.450 [main]            INFO  o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:202 - Automatically creating Manifest for the test bundle 
00:25:28.450 [main]            INFO  o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:366 - Using the test class for generating bundle imports 
00:25:28.452 [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 
00:25:28.452 [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... 
00:25:28.454 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class CallingResourceOnDifferentBundlesTest 
00:25:28.463 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:28.463 [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... 
00:25:28.463 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class BaseIntegrationTest 
00:25:28.464 [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 
00:25:28.464 [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... 
00:25:28.465 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:25:28.466 [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 
00:25:28.466 [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... 
00:25:28.466 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:25:28.466 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:25:28.467 [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 
00:25:28.467 [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} 
00:25:28.467 [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] 
00:25:28.467 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:25:28.467 [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] 
00:25:28.467 [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] 
00:25:28.467 [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]] 
00:25:28.468 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:28.468 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:28.468 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:28.468 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:28.468 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:28.468 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:28.468 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:28.468 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:28.468 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:28.468 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:28.468 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 
00:25:28.469 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 
00:25:28.469 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 
00:25:28.469 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 
00:25:28.469 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 
00:25:28.469 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 
00:25:28.469 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 
00:25:28.469 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 
00:25:28.469 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 
00:25:28.474 [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 
00:25:28.474 [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.* 
00:25:28.476 [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)] 
00:25:28.477 [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 
00:25:28.477 [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) 
00:25:28.477 [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)] 
00:25:28.477 [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)] 
00:25:28.477 [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 
00:25:28.478 [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)] 
00:25:28.478 [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 
00:25:28.478 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:28.479 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:28.480 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:28.480 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:28.480 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:28.481 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:28.481 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:28.481 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:28.482 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:28.482 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:28.483 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:28.484 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:28.485 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:28.485 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:28.486 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:28.486 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:28.486 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:28.487 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:28.487 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:28.487 [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. 
00:25:28.488 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:364 - Writing test name [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] to OSGi 
00:25:28.496 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] for execution inside OSGi 
00:25:28.496 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@125290e5 
00:25:28.496 [main]            INFO  o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:190 - Loading context for locations:  
00:25:28.502 [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 [Thu May 09 00:25:28 UTC 2024]; root of context hierarchy 
00:25:28.506 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:25:28.518 [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@3f57bcad: defining beans []; root of factory hierarchy 
00:25:28.524 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:28.524 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:28.525 [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} 
00:25:28.537 [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] 
00:25:28.539 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@73cd37c0] 
00:25:28.539 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@21337f7b] 
00:25:28.541 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1800a575] 
00:25:28.543 [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 [Thu May 09 00:25:28 UTC 2024]; root of context hierarchy] 
00:25:28.544 [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} 
00:25:28.545 [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} 
00:25:28.568 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:28.568 [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 
00:25:28.568 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:440 - Reading OSGi results for test [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] 
00:25:28.569 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:447 - Test[testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent]'s result read 
00:25:28.569 [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
00:25:28.569 [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 
00:25:28.570 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:364 - Writing test name [testCallGetResourcesOnADifferentBundle] to OSGi 
00:25:28.570 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCallGetResourcesOnADifferentBundle] for execution inside OSGi 
00:25:28.570 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCallGetResourcesOnADifferentBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@53941c2f 
00:25:28.570 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 
00:25:28.571 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle slf4j-api (slf4j.api) 
00:25:28.571 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle jcl-over-slf4j (jcl.over.slf4j) 
00:25:28.571 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle Logback Core Module (ch.qos.logback.core) 
00:25:28.571 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle Logback Classic Module (ch.qos.logback.classic) 
00:25:28.571 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 
00:25:28.571 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle AssertJ fluent assertions (org.assertj.core) 
00:25:28.572 [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) 
00:25:28.572 [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) 
00:25:28.572 [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) 
00:25:28.572 [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) 
00:25:28.572 [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) 
00:25:28.572 [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) 
00:25:28.573 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 
00:25:28.573 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 
00:25:28.573 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender) 
00:25:28.573 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 
00:25:28.573 [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) 
00:25:28.573 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:28.573 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:440 - Reading OSGi results for test [testCallGetResourcesOnADifferentBundle] 
00:25:28.573 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:447 - Test[testCallGetResourcesOnADifferentBundle]'s result read 
00:25:28.574 [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
00:25:28.574 [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 
00:25:28.574 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:364 - Writing test name [testCallGetResourceOnADifferentBundle] to OSGi 
00:25:28.574 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCallGetResourceOnADifferentBundle] for execution inside OSGi 
00:25:28.574 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCallGetResourceOnADifferentBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6dab9b6d 
00:25:28.575 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 
00:25:28.575 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle slf4j-api (slf4j.api) 
00:25:28.575 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle jcl-over-slf4j (jcl.over.slf4j) 
00:25:28.575 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle Logback Core Module (ch.qos.logback.core) 
00:25:28.575 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle Logback Classic Module (ch.qos.logback.classic) 
00:25:28.575 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 
00:25:28.575 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle AssertJ fluent assertions (org.assertj.core) 
00:25:28.575 [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) 
00:25:28.575 [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) 
00:25:28.576 [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) 
00:25:28.576 [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) 
00:25:28.576 [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) 
00:25:28.576 [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) 
00:25:28.576 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 
00:25:28.576 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 
00:25:28.576 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender) 
00:25:28.576 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 
00:25:28.577 [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) 
00:25:28.577 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:28.577 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:440 - Reading OSGi results for test [testCallGetResourceOnADifferentBundle] 
00:25:28.577 [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: 0.835 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest
00:25:28.579 [Thread-0]        INFO  o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:471 - Shutting down OSGi platform 
00:25:28.580 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:28.580 [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) 
00:25:28.580 [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 [Thu May 09 00:25:28 UTC 2024]; root of context hierarchy 
00:25:28.580 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:28.580 [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 [Thu May 09 00:25:28 UTC 2024]; root of context hierarchy] 
00:25:28.580 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:28.580 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:28.580 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:28.581 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:28.581 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:28.581 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:28.581 [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 
00:25:28.581 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:28.581 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:28.582 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:28.583 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:29,197 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:29,263 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:29,264 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:29,277 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:29,298 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:29,300 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:29,303 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:29,309 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:25:29,318 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:29,318 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:29,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:29,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:29,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:29,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:29,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:29,320 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:29,320 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:29,320 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:29,320 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:29,320 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:29,320 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:29,320 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:29,320 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:29,320 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:29,320 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:29,321 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:29,321 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:29,322 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest
00:25:29.404 [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 
00:25:29.407 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:85 - Instantiating platform wrapper... 
00:25:29.407 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:215 - About to start Equinox OSGi Platform 
00:25:29.625 [main]            INFO  o.e.g.b.i.c.i.BundleClassPathTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:29.628 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:29.628 [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.1.BUILD-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} 
00:25:29.629 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:29.630 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:29.699 [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] 
00:25:29.708 [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] 
00:25:29.711 [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] 
00:25:29.713 [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] 
00:25:29.718 [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] 
00:25:29.723 [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] 
00:25:29.724 [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] 
00:25:29.741 [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] 
00:25:29.747 [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] 
00:25:29.756 [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] 
00:25:29.766 [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] 
00:25:29.769 [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] 
00:25:29.773 [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] 
00:25:29.780 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:29.781 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:29.785 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:29.788 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:29.799 [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] 
00:25:29.839 [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] 
00:25:29.839 [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] 
00:25:29.840 [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] 
00:25:29.840 [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] 
00:25:29.840 [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] 
00:25:29.841 [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] 
00:25:29.841 [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] 
00:25:29.841 [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] 
00:25:29.841 [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] 
00:25:29.842 [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] 
00:25:29.842 [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] 
00:25:29.842 [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] 
00:25:29.842 [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/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:29.843 [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/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:29.843 [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/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:29,869 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:29,892 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:29,893 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:29,900 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:29,915 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:29,917 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:29,919 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:29,924 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:25:29,927 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:29,927 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:29,928 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:29,928 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:29,928 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:29,928 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:29,928 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:29,928 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:29,929 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:29,929 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:29,929 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:29,929 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:29,929 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:29,929 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:29,937 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:29,937 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:29,937 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:29,938 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:29,938 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:29,938 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:25:29.946 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:29.952 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:30.010 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:30.011 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:30.014 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:30.016 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:30.019 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:30.021 [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 
00:25:30.021 [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) 
00:25:30.021 [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)] 
00:25:30.022 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:30.022 [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 
00:25:30.022 [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) 
00:25:30.023 [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)] 
00:25:30.023 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:30.023 [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 
00:25:30.023 [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) 
00:25:30.023 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:30.023 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:30.024 [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 
00:25:30.024 [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) 
00:25:30.024 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:30.024 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:30.025 [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 
00:25:30.025 [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) 
00:25:30.025 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:30.025 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:30.025 [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 
00:25:30.025 [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) 
00:25:30.026 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:30.026 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:30.026 [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 
00:25:30.026 [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) 
00:25:30.026 [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)] 
00:25:30.026 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:30.027 [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 
00:25:30.027 [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) 
00:25:30.028 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:30.028 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:30.028 [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 
00:25:30.029 [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) 
00:25:30.029 [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)] 
00:25:30.029 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:30.030 [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 
00:25:30.030 [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) 
00:25:30.030 [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)] 
00:25:30.030 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:30.032 [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 
00:25:30.032 [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) 
00:25:30.032 [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)] 
00:25:30.032 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:30.032 [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 
00:25:30.032 [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) 
00:25:30.033 [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)] 
00:25:30.033 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:30.033 [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 
00:25:30.033 [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) 
00:25:30.034 [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)] 
00:25:30.038 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:30.039 [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 
00:25:30.039 [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) 
00:25:30.039 [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)] 
00:25:30.039 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:30.039 [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 
00:25:30.039 [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) 
00:25:30.040 [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)] 
00:25:30.040 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:30.040 [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 
00:25:30.040 [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) 
00:25:30.040 [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)] 
00:25:30.046 [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)] 
00:25:30.046 [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)] 
00:25:30.050 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:30.051 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:30.053 [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)] 
00:25:30.054 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:30.054 [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@1b410b60 w/ reference null 
00:25:30.054 [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@1b410b60 w/ reference null 
00:25:30.055 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:30.057 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:30.068 [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 
00:25:30.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)] 
00:25:30.069 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:30.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 
00:25:30.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)] 
00:25:30.070 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:30.070 [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 
00:25:30.070 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:30.071 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:30.071 [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 
00:25:30.071 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:30.071 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:30.072 [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 
00:25:30.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)] 
00:25:30.072 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:30.072 [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 
00:25:30.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)] 
00:25:30.073 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:30.073 [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 
00:25:30.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)] 
00:25:30.073 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:30.074 [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 
00:25:30.074 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:30.074 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:30.075 [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 
00:25:30.075 [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)] 
00:25:30.075 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:30.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 
00:25:30.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)] 
00:25:30.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)] 
00:25:30.078 [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 
00:25:30.078 [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)] 
00:25:30.078 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:30.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 
00:25:30.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)] 
00:25:30.079 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:30.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 
00:25:30.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)] 
00:25:30.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)] 
00:25:30.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 
00:25:30.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)] 
00:25:30.081 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:30.081 [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 
00:25:30.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)] 
00:25:30.082 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:30.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 
00:25:30.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)] 
00:25:30.083 [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/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:30.086 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:30.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 
00:25:30.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) 
00:25:30.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)] 
00:25:30.087 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:30.088 [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 
00:25:30.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)] 
00:25:30.089 [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 
00:25:30.089 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:511 - Post processing: creating test bundle 
00:25:30.097 [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] 
00:25:30.097 [main]            INFO  o.e.g.b.i.c.i.BundleClassPathTest:202 - Automatically creating Manifest for the test bundle 
00:25:30.098 [main]            INFO  o.e.g.b.i.c.i.BundleClassPathTest:366 - Using the test class for generating bundle imports 
00:25:30.099 [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 
00:25:30.099 [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... 
00:25:30.101 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BundleClassPathTest 
00:25:30.110 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:30.111 [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... 
00:25:30.111 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BaseIntegrationTest 
00:25:30.112 [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 
00:25:30.112 [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... 
00:25:30.112 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:25:30.113 [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 
00:25:30.113 [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... 
00:25:30.113 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:25:30.114 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:25:30.114 [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 
00:25:30.114 [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} 
00:25:30.114 [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] 
00:25:30.114 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:25:30.115 [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] 
00:25:30.115 [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] 
00:25:30.115 [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]] 
00:25:30.115 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:30.115 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:30.115 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 
00:25:30.115 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 
00:25:30.116 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 
00:25:30.116 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 
00:25:30.116 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 
00:25:30.116 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 
00:25:30.116 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 
00:25:30.116 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 
00:25:30.116 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 
00:25:30.116 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file 
00:25:30.116 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 
00:25:30.116 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 
00:25:30.117 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:30.117 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:30.117 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:30.117 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:30.117 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:30.117 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:30.117 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 
00:25:30.117 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 
00:25:30.117 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 
00:25:30.117 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 
00:25:30.117 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 
00:25:30.118 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 
00:25:30.118 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 
00:25:30.118 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 
00:25:30.118 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 
00:25:30.123 [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 
00:25:30.123 [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.* 
00:25:30.126 [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)] 
00:25:30.127 [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 
00:25:30.127 [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) 
00:25:30.127 [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)] 
00:25:30.127 [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)] 
00:25:30.127 [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 
00:25:30.127 [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)] 
00:25:30.128 [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 
00:25:30.128 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:30.129 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:30.130 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:30.130 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:30.130 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:30.136 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:30.137 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:30.137 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:30.138 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:30.138 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:30.139 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:30.140 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:30.141 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:30.141 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:30.142 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:30.142 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:30.143 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:30.143 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:30.143 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:30.144 [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. 
00:25:30.144 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileJustInsideFolderOnClassPath] to OSGi 
00:25:30.153 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileJustInsideFolderOnClassPath] for execution inside OSGi 
00:25:30.153 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnFileJustInsideFolderOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@57576994 
00:25:30.154 [main]            INFO  o.e.g.b.i.c.i.BundleClassPathTest:190 - Loading context for locations:  
00:25:30.159 [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 [Thu May 09 00:25:30 UTC 2024]; root of context hierarchy 
00:25:30.163 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:25:30.177 [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@51549490: defining beans []; root of factory hierarchy 
00:25:30.183 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:30.184 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:30.184 [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} 
00:25:30.185 [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] 
00:25:30.187 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2bb3058] 
00:25:30.187 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7a362b6b] 
00:25:30.189 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@10a9d961] 
00:25:30.191 [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 [Thu May 09 00:25:30 UTC 2024]; root of context hierarchy] 
00:25:30.192 [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} 
00:25:30.193 [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} 
00:25:30.216 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:30.217 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileJustInsideFolderOnClassPath] 
00:25:30.217 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileJustInsideFolderOnClassPath]'s result read 
00:25:30.218 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileJustInsideBundle] to OSGi 
00:25:30.218 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileJustInsideBundle] for execution inside OSGi 
00:25:30.218 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnFileJustInsideBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@34158c08 
00:25:30.219 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:30.219 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileJustInsideBundle] 
00:25:30.219 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileJustInsideBundle]'s result read 
00:25:30.219 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testFindEntriesOnFileJustInsideJarOnClassPath] to OSGi 
00:25:30.219 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnFileJustInsideJarOnClassPath] for execution inside OSGi 
00:25:30.220 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFindEntriesOnFileJustInsideJarOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@19e4fcac 
running testtestFindEntriesOnFileJustInsideJarOnClassPath
00:25:30.220 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:30.220 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testFindEntriesOnFileJustInsideJarOnClassPath] 
00:25:30.220 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testFindEntriesOnFileJustInsideJarOnClassPath]'s result read 
00:25:30.220 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileOnBundleClassPathAndBundleJar] to OSGi 
00:25:30.221 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileOnBundleClassPathAndBundleJar] for execution inside OSGi 
00:25:30.221 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnFileOnBundleClassPathAndBundleJar] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@52c3cb31 
00:25:30.221 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:30.221 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileOnBundleClassPathAndBundleJar] 
00:25:30.221 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileOnBundleClassPathAndBundleJar]'s result read 
00:25:30.222 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnClassInsideBundle] to OSGi 
00:25:30.222 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnClassInsideBundle] for execution inside OSGi 
00:25:30.222 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnClassInsideBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4b79ac84 
00:25:30.222 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:30.222 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnClassInsideBundle] 
00:25:30.223 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnClassInsideBundle]'s result read 
00:25:30.223 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testFindEntriesOnFileJustInsideFolderOnClassPath] to OSGi 
00:25:30.223 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnFileJustInsideFolderOnClassPath] for execution inside OSGi 
00:25:30.223 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFindEntriesOnFileJustInsideFolderOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@53941c2f 
running testtestFindEntriesOnFileJustInsideFolderOnClassPath
00:25:30.223 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:30.224 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testFindEntriesOnFileJustInsideFolderOnClassPath] 
00:25:30.224 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testFindEntriesOnFileJustInsideFolderOnClassPath]'s result read 
00:25:30.224 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetEntryOnFileJustInsideFolderOnClassPath] to OSGi 
00:25:30.224 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntryOnFileJustInsideFolderOnClassPath] for execution inside OSGi 
00:25:30.224 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetEntryOnFileJustInsideFolderOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6dab9b6d 
running testtestGetEntryOnFileJustInsideFolderOnClassPath
00:25:30.225 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:30.225 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetEntryOnFileJustInsideFolderOnClassPath] 
00:25:30.225 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetEntryOnFileJustInsideFolderOnClassPath]'s result read 
00:25:30.225 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetEntryOnFileJustInsideJarOnClassPath] to OSGi 
00:25:30.225 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntryOnFileJustInsideJarOnClassPath] for execution inside OSGi 
00:25:30.226 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetEntryOnFileJustInsideJarOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@21fd5faa 
running testtestGetEntryOnFileJustInsideJarOnClassPath
00:25:30.226 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:30.226 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetEntryOnFileJustInsideJarOnClassPath] 
00:25:30.226 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetEntryOnFileJustInsideJarOnClassPath]'s result read 
00:25:30.226 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] to OSGi 
00:25:30.227 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] for execution inside OSGi 
00:25:30.227 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2766ca9d 
running test testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle
found res bundleresource://18.fwk1340565491/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file
found res bundleresource://18.fwk1340565491:1/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file
found res bundleresource://18.fwk1340565491:2/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file
00:25:30.227 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:30.227 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] 
00:25:30.227 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle]'s result read 
00:25:30.228 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileJustInsideJarOnClassPath] to OSGi 
00:25:30.228 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileJustInsideJarOnClassPath] for execution inside OSGi 
00:25:30.228 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnFileJustInsideJarOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5460cf3a 
00:25:30.228 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:30.228 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileJustInsideJarOnClassPath] 
00:25:30.229 [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: 0.828 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest
00:25:30.231 [Thread-0]        INFO  o.e.g.b.i.c.i.BundleClassPathTest:471 - Shutting down OSGi platform 
00:25:30.231 [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) 
00:25:30.231 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:30.231 [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 [Thu May 09 00:25:30 UTC 2024]; root of context hierarchy 
00:25:30.232 [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 [Thu May 09 00:25:30 UTC 2024]; root of context hierarchy] 
00:25:30.232 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:30.232 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:30.232 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:30.232 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:30.232 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:30.232 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:30.232 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:30.233 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:30.236 [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 
00:25:30.236 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:30.237 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:30.237 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:30,858 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:30,922 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:30,924 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:30,937 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:30,959 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:30,960 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:30,964 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:30,970 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:25:30,979 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:30,979 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:30,980 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:30,980 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:30,980 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:30,980 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:30,980 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:30,980 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:30,980 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:30,980 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:30,980 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:30,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:30,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:30,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:30,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:30,981 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:30,981 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:30,981 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:30,981 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:30,982 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.compliance.io.FragmentTest
00:25:31.070 [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 
00:25:31.074 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:85 - Instantiating platform wrapper... 
00:25:31.074 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:215 - About to start Equinox OSGi Platform 
00:25:31.291 [main]            INFO  o.e.g.b.i.c.io.FragmentTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:31.293 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:31.294 [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.1.BUILD-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} 
00:25:31.295 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:31.295 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:31.370 [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] 
00:25:31.378 [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] 
00:25:31.382 [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] 
00:25:31.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-core/1.0.13/logback-core-1.0.13.jar] 
00:25:31.390 [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] 
00:25:31.395 [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] 
00:25:31.396 [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] 
00:25:31.402 [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] 
00:25:31.408 [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] 
00:25:31.439 [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] 
00:25:31.450 [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] 
00:25:31.453 [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] 
00:25:31.458 [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] 
00:25:31.465 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:31.466 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:31.470 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:31.473 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:31.476 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:31.482 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:31.491 [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] 
00:25:31.509 [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] 
00:25:31.510 [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] 
00:25:31.510 [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] 
00:25:31.510 [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] 
00:25:31.511 [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] 
00:25:31.511 [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] 
00:25:31.511 [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] 
00:25:31.511 [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] 
00:25:31.512 [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] 
00:25:31.512 [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] 
00:25:31.536 [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] 
00:25:31.537 [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] 
00:25:31.537 [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/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:31.537 [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/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:31.538 [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/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:31,564 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:31,588 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:31,590 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:31,597 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:31,619 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:31,620 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:31,623 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:31,627 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4b0d79fc - No compression will be used
00:25:31,631 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:31,631 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:31,632 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:31,632 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:31,632 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:31,632 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:31,632 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:31,633 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:31,633 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:31,633 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:31,633 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:31,633 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:31,633 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:31,633 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:31,633 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:31,633 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:31,633 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:31,634 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:31,634 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:31,634 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@73e9cf30 - Registering current configuration as safe fallback point
00:25:31.642 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:31.648 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:31.706 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:31.707 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:31.710 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:31.713 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:31.716 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:31.717 [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 
00:25:31.718 [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) 
00:25:31.718 [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)] 
00:25:31.718 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:31.718 [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 
00:25:31.719 [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) 
00:25:31.719 [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)] 
00:25:31.719 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:31.719 [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 
00:25:31.719 [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) 
00:25:31.719 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:31.719 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:31.720 [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 
00:25:31.720 [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) 
00:25:31.720 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:31.723 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:31.723 [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 
00:25:31.723 [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) 
00:25:31.724 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:31.724 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:31.724 [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 
00:25:31.724 [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) 
00:25:31.724 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:31.724 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:31.725 [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 
00:25:31.725 [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) 
00:25:31.725 [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)] 
00:25:31.725 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:31.726 [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 
00:25:31.726 [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) 
00:25:31.726 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:31.726 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:31.727 [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 
00:25:31.727 [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) 
00:25:31.727 [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)] 
00:25:31.728 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:31.729 [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 
00:25:31.729 [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) 
00:25:31.729 [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)] 
00:25:31.729 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:31.730 [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 
00:25:31.731 [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) 
00:25:31.731 [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)] 
00:25:31.731 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:31.731 [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 
00:25:31.732 [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) 
00:25:31.732 [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)] 
00:25:31.732 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:31.732 [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 
00:25:31.733 [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) 
00:25:31.733 [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)] 
00:25:31.733 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:31.734 [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 
00:25:31.734 [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) 
00:25:31.734 [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)] 
00:25:31.734 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:31.734 [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 
00:25:31.734 [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) 
00:25:31.735 [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)] 
00:25:31.735 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:31.735 [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 
00:25:31.735 [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) 
00:25:31.735 [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)] 
00:25:31.742 [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)] 
00:25:31.743 [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)] 
00:25:31.748 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:31.748 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:31.750 [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)] 
00:25:31.751 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:31.752 [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@2dc9b0f5 w/ reference null 
00:25:31.752 [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@2dc9b0f5 w/ reference null 
00:25:31.753 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:31.755 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:31.762 [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 
00:25:31.762 [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)] 
00:25:31.763 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:31.763 [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 
00:25:31.763 [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)] 
00:25:31.764 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:31.764 [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 
00:25:31.764 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:31.764 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:31.764 [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 
00:25:31.765 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:31.765 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:31.765 [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 
00:25:31.765 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:31.766 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:31.766 [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 
00:25:31.766 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:31.766 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:31.766 [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 
00:25:31.767 [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)] 
00:25:31.767 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:31.768 [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 
00:25:31.768 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:31.768 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:31.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 
00:25:31.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)] 
00:25:31.769 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:31.770 [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 
00:25:31.770 [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)] 
00:25:31.770 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:31.772 [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 
00:25:31.772 [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)] 
00:25:31.772 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:31.772 [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 
00:25:31.773 [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)] 
00:25:31.773 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:31.773 [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 
00:25:31.773 [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)] 
00:25:31.774 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:31.774 [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 
00:25:31.775 [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)] 
00:25:31.775 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:31.775 [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 
00:25:31.775 [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)] 
00:25:31.775 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:31.776 [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 
00:25:31.776 [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)] 
00:25:31.777 [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/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:31.779 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:31.780 [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 
00:25:31.780 [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) 
00:25:31.780 [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)] 
00:25:31.780 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:31.781 [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 
00:25:31.781 [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)] 
00:25:31.781 [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/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
00:25:31.781 [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/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
00:25:31.783 [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 
00:25:31.783 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:511 - Post processing: creating test bundle 
00:25:31.783 [main]            INFO  o.e.g.b.i.c.io.FragmentTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 
00:25:31.811 [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] 
00:25:31.811 [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]] 
00:25:31.811 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:31.812 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:31.812 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 
00:25:31.812 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 
00:25:31.812 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 
00:25:31.812 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 
00:25:31.812 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 
00:25:31.812 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 
00:25:31.812 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 
00:25:31.812 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 
00:25:31.813 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 
00:25:31.813 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file 
00:25:31.813 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 
00:25:31.813 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 
00:25:31.813 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/ 
00:25:31.813 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/META-INF/ 
00:25:31.813 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/META-INF/MANIFEST.MF 
00:25:31.813 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/resource.res 
00:25:31.813 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /logback-test.xml 
00:25:31.813 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /logback.xml 
00:25:31.814 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ 
00:25:31.814 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ns.jar 
00:25:31.814 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /norootcpbundle.jar 
00:25:31.814 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:31.814 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:31.814 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:31.814 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:31.814 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:31.814 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:31.815 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:31.815 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:31.815 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ 
00:25:31.815 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.MF 
00:25:31.815 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.class 
00:25:31.815 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml 
00:25:31.815 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/ 
00:25:31.815 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.MF 
00:25:31.815 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.class 
00:25:31.815 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 
00:25:31.816 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 
00:25:31.816 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 
00:25:31.816 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 
00:25:31.816 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 
00:25:31.816 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 
00:25:31.816 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 
00:25:31.816 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 
00:25:31.816 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 
00:25:31.816 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ 
00:25:31.817 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest$1.class 
00:25:31.817 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest.class 
00:25:31.817 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
00:25:31.817 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
00:25:31.817 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
00:25:31.817 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
00:25:31.817 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
00:25:31.817 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
00:25:31.817 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
00:25:31.817 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
00:25:31.817 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
00:25:31.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
00:25:31.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 
00:25:31.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 
00:25:31.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 
00:25:31.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 
00:25:31.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 
00:25:31.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 
00:25:31.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 
00:25:31.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 
00:25:31.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 
00:25:31.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 
00:25:31.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 
00:25:31.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 
00:25:31.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 
00:25:31.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 
00:25:31.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 
00:25:31.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 
00:25:31.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 
00:25:31.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 
00:25:31.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 
00:25:31.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/ 
00:25:31.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest.class 
00:25:31.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/ 
00:25:31.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest$1.class 
00:25:31.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.MF 
00:25:31.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.class 
00:25:31.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/ 
00:25:31.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest$1.class 
00:25:31.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 
00:25:31.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest$1.class 
00:25:31.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 
00:25:31.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/ 
00:25:31.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.MF 
00:25:31.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.class 
00:25:31.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ 
00:25:31.821 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ErrorHandlingTest.class 
00:25:31.821 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/ 
00:25:31.821 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest$1.class 
00:25:31.821 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest.class 
00:25:31.821 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest$1.class 
00:25:31.821 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest.class 
00:25:31.821 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$1.class 
00:25:31.821 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$2.class 
00:25:31.836 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest.class 
00:25:31.837 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ 
00:25:31.837 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest.class 
00:25:31.837 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/Listener.class 
00:25:31.837 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml 
00:25:31.837 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 
00:25:31.837 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 
00:25:31.837 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 
00:25:31.837 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 
00:25:31.837 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 
00:25:31.837 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 
00:25:31.837 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ 
00:25:31.838 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 
00:25:31.838 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/Listener.class 
00:25:31.838 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 
00:25:31.838 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 
00:25:31.838 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 
00:25:31.838 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 
00:25:31.838 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/collection.xml 
00:25:31.838 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml 
00:25:31.838 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
00:25:31.838 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
00:25:31.838 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 
00:25:31.839 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
00:25:31.839 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 
00:25:31.839 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 
00:25:31.839 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 
00:25:31.839 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 
00:25:31.839 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 
00:25:31.839 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 
00:25:31.839 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 
00:25:31.839 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
00:25:31.840 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 
00:25:31.840 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 
00:25:31.840 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
00:25:31.840 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
00:25:31.840 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 
00:25:31.840 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 
00:25:31.840 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 
00:25:31.840 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 
00:25:31.840 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/ 
00:25:31.840 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/BridgeMethodTest.class 
00:25:31.841 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/GenerifiedListenerInterface.class 
00:25:31.841 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/Listener.class 
00:25:31.841 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml 
00:25:31.841 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ 
00:25:31.841 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ComponentBean.class 
00:25:31.841 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/OrderedComponentScanningTest.class 
00:25:31.841 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml 
00:25:31.841 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ 
00:25:31.841 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ComponentScanTest.class 
00:25:31.841 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml 
00:25:31.841 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/ 
00:25:31.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest.class 
00:25:31.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/MANIFEST.MF 
00:25:31.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/ 
00:25:31.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.MF 
00:25:31.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.class 
00:25:31.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/ 
00:25:31.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest.class 
00:25:31.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/context.xml 
00:25:31.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/ 
00:25:31.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$1.class 
00:25:31.843 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$Service.class 
00:25:31.843 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest.class 
00:25:31.843 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml 
00:25:31.843 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/ 
00:25:31.843 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest.class 
00:25:31.843 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/context.xml 
00:25:31.843 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/ 
00:25:31.843 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor$CustomPostProcessor.class 
00:25:31.843 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor.class 
00:25:31.843 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2$CustomPostProcessor.class 
00:25:31.844 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2.class 
00:25:31.844 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2$CustomPostProcessor.class 
00:25:31.844 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2.class 
00:25:31.844 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor.class 
00:25:31.844 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2.class 
00:25:31.844 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2.class 
00:25:31.844 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest.class 
00:25:31.844 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml 
00:25:31.844 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/ 
00:25:31.844 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest-bundle.properties 
00:25:31.844 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest.class 
00:25:31.845 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml 
00:25:31.845 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/ 
00:25:31.845 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ 
00:25:31.845 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ProxiedListenerTest.class 
00:25:31.845 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml 
00:25:31.845 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ 
00:25:31.845 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest$1.class 
00:25:31.845 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest.class 
00:25:31.845 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 
00:25:31.845 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 
00:25:31.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterface.class 
00:25:31.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterfaceImplementation.class 
00:25:31.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/ 
00:25:31.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/RecursiveTypesTest.class 
00:25:31.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 
00:25:31.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 
00:25:31.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 
00:25:31.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 
00:25:31.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 
00:25:31.847 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 
00:25:31.847 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 
00:25:31.847 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ 
00:25:31.847 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.MF 
00:25:31.847 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.class 
00:25:31.847 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 
00:25:31.847 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 
00:25:31.847 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
00:25:31.847 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 
00:25:31.847 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 
00:25:31.847 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 
00:25:31.848 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 
00:25:31.848 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 
00:25:31.848 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 
00:25:31.848 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 
00:25:31.848 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 
00:25:31.848 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 
00:25:31.848 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 
00:25:31.848 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 
00:25:31.848 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 
00:25:31.848 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ 
00:25:31.848 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceCollectionTest.MF 
00:25:31.849 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceCollectionTest.class 
00:25:31.849 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceListTst.class 
00:25:31.849 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceProxyTest.MF 
00:25:31.849 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceProxyTst.class 
00:25:31.849 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ 
00:25:31.849 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ServiceListenerSyntheticEvents$CollectionListener.class 
00:25:31.849 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ServiceListenerSyntheticEvents$ReferenceListener.class 
00:25:31.849 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ServiceListenerSyntheticEvents.class 
00:25:31.849 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/importers.xml 
00:25:31.849 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ 
00:25:31.850 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 
00:25:31.850 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 
00:25:31.850 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 
00:25:31.850 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 
00:25:31.850 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 
00:25:31.850 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 
00:25:31.850 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 
00:25:31.850 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 
00:25:31.850 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 
00:25:31.850 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 
00:25:31.850 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 
00:25:31.851 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 
00:25:31.851 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 
00:25:31.851 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 
00:25:31.851 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 
00:25:31.851 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 
00:25:31.851 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /osgi-723.jar 
00:25:31.851 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /osgi-799-exp.jar 
00:25:31.851 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /osgi-799-imp.jar 
00:25:31.871 [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 
00:25:31.872 [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.* 
00:25:31.875 [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)] 
00:25:31.876 [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 
00:25:31.876 [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) 
00:25:31.876 [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)] 
00:25:31.876 [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)] 
00:25:31.877 [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 
00:25:31.877 [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)] 
00:25:31.877 [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 
00:25:31.877 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:31.879 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:31.879 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:31.879 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:31.879 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:31.880 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:31.880 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:31.880 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:31.881 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:31.882 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:31.883 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:31.884 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:31.884 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:31.885 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:31.885 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:31.886 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:31.886 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:31.886 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:31.887 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:31.887 [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 
00:25:31.887 [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 
00:25:31.887 [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. 
00:25:31.887 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragmentsRecursively] to OSGi 
00:25:31.896 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragmentsRecursively] for execution inside OSGi 
00:25:31.897 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFolderOnlyInFragmentsRecursively] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7cb502c 
00:25:31.897 [main]            INFO  o.e.g.b.i.c.io.FragmentTest:190 - Loading context for locations:  
00:25:31.903 [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 [Thu May 09 00:25:31 UTC 2024]; root of context hierarchy 
00:25:31.906 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:25:31.919 [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@95e33cc: defining beans []; root of factory hierarchy 
00:25:31.925 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:31.925 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:31.926 [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} 
00:25:31.926 [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] 
00:25:31.928 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@146dfe6] 
00:25:31.929 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4716be8b] 
00:25:31.930 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3b7d3a38] 
00:25:31.937 [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 [Thu May 09 00:25:31 UTC 2024]; root of context hierarchy] 
00:25:31.939 [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} 
00:25:31.940 [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.fwk407697359/fragment.folder/nested.folder/, bundleentry://19.fwk407697359/fragment.folder/nested.folder/}
00:25:31.979 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:31.979 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragmentsRecursively] 
00:25:31.980 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragmentsRecursively]'s result read 
00:25:31.980 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFoldersInFragmentsAndOwner] to OSGi 
00:25:31.981 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFoldersInFragmentsAndOwner] for execution inside OSGi 
00:25:31.981 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFoldersInFragmentsAndOwner] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1608bcbd 
{bundleentry://20.fwk407697359/META-INF/, bundleentry://18.fwk407697359/META-INF/, bundleentry://19.fwk407697359/META-INF/}
00:25:31.982 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:31.982 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFoldersInFragmentsAndOwner] 
00:25:31.982 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFoldersInFragmentsAndOwner]'s result read 
00:25:31.982 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFileOnlyInFragment1] to OSGi 
00:25:31.983 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFileOnlyInFragment1] for execution inside OSGi 
00:25:31.983 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFileOnlyInFragment1] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5bf8fa12 
{bundleentry://18.fwk407697359/fragment1.folder/nested.folder.1/nested.file.1.1}
00:25:31.983 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:31.983 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFileOnlyInFragment1] 
00:25:31.983 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFileOnlyInFragment1]'s result read 
00:25:31.984 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFileOnlyInFragment2] to OSGi 
00:25:31.984 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFileOnlyInFragment2] for execution inside OSGi 
00:25:31.984 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFileOnlyInFragment2] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@29ca3d04 
{bundleentry://19.fwk407697359/fragment2.folder/nested.folder.2/nested.file.2.2}
00:25:31.984 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:31.985 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFileOnlyInFragment2] 
00:25:31.985 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFileOnlyInFragment2]'s result read 
00:25:31.985 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFileOnlyInFragments] to OSGi 
00:25:31.985 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFileOnlyInFragments] for execution inside OSGi 
00:25:31.985 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFileOnlyInFragments] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@b2c5e07 
{bundleentry://18.fwk407697359/fragment.folder/nested.folder/nested.file, bundleentry://19.fwk407697359/fragment.folder/nested.folder/nested.file}
00:25:31.986 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:31.986 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFileOnlyInFragments] 
00:25:31.986 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFileOnlyInFragments]'s result read 
00:25:31.986 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testGetResourceOnRootDir] to OSGi 
00:25:31.987 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnRootDir] for execution inside OSGi 
00:25:31.987 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnRootDir] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5812f68b 
bundleresource://20.fwk407697359/
00:25:31.987 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:31.987 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testGetResourceOnRootDir] 
00:25:31.988 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testGetResourceOnRootDir]'s result read 
00:25:31.988 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileOnlyInFragment1] to OSGi 
00:25:31.988 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnlyInFragment1] for execution inside OSGi 
00:25:31.988 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnlyInFragment1] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4426bff1 
{bundleentry://18.fwk407697359/fragment1.file}
00:25:31.989 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:31.989 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileOnlyInFragment1] 
00:25:31.989 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileOnlyInFragment1]'s result read 
00:25:31.989 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileOnlyInFragment2] to OSGi 
00:25:31.989 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnlyInFragment2] for execution inside OSGi 
00:25:31.989 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnlyInFragment2] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3c7c886c 
{bundleentry://19.fwk407697359/fragment2.file}
00:25:31.990 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:31.990 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileOnlyInFragment2] 
00:25:31.990 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileOnlyInFragment2]'s result read 
00:25:31.990 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragment1] to OSGi 
00:25:31.990 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragment1] for execution inside OSGi 
00:25:31.991 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFolderOnlyInFragment1] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@55493582 
{bundleentry://18.fwk407697359/fragment1.folder/nested.folder.1/}
00:25:31.991 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:31.991 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragment1] 
00:25:31.991 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragment1]'s result read 
00:25:31.991 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragment2] to OSGi 
00:25:31.992 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragment2] for execution inside OSGi 
00:25:31.992 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFolderOnlyInFragment2] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1a20270e 
{bundleentry://19.fwk407697359/fragment2.folder/nested.folder.2/}
00:25:31.992 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:31.992 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragment2] 
00:25:31.992 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragment2]'s result read 
00:25:31.993 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragments] to OSGi 
00:25:31.993 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragments] for execution inside OSGi 
00:25:31.993 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFolderOnlyInFragments] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6b88ca8c 
{bundleentry://18.fwk407697359/fragment.folder/nested.folder/, bundleentry://19.fwk407697359/fragment.folder/nested.folder/}
00:25:31.993 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:31.993 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragments] 
00:25:31.993 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragments]'s result read 
00:25:31.994 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFolderOnlyInFragment1] to OSGi 
00:25:31.994 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFolderOnlyInFragment1] for execution inside OSGi 
00:25:31.994 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFolderOnlyInFragment1] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@336f1079 
{bundleentry://18.fwk407697359/fragment1.folder/}
00:25:31.994 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:31.995 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFolderOnlyInFragment1] 
00:25:31.995 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFolderOnlyInFragment1]'s result read 
00:25:31.995 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFolderOnlyInFragment2] to OSGi 
00:25:31.995 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFolderOnlyInFragment2] for execution inside OSGi 
00:25:31.995 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFolderOnlyInFragment2] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2f16c6b3 
{bundleentry://19.fwk407697359/fragment2.folder/}
00:25:31.996 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:31.996 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFolderOnlyInFragment2] 
00:25:31.996 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFolderOnlyInFragment2]'s result read 
00:25:31.996 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testFolderOnlyInHost] to OSGi 
00:25:31.996 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFolderOnlyInHost] for execution inside OSGi 
00:25:31.996 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFolderOnlyInHost] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@34158c08 
{bundleentry://20.fwk407697359/org/eclipse/gemini/blueprint/iandt/bundleScope/}
00:25:31.997 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:31.997 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testFolderOnlyInHost] 
00:25:31.997 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testFolderOnlyInHost]'s result read 
00:25:31.997 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testCommonFolderOnlyInFragmentsButNotInHost] to OSGi 
00:25:31.997 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCommonFolderOnlyInFragmentsButNotInHost] for execution inside OSGi 
00:25:31.998 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCommonFolderOnlyInFragmentsButNotInHost] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@19e4fcac 
{bundleentry://18.fwk407697359/fragment.folder/nested.folder/, bundleentry://19.fwk407697359/fragment.folder/nested.folder/}
00:25:31.998 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:31.998 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testCommonFolderOnlyInFragmentsButNotInHost] 
00:25:31.998 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testCommonFolderOnlyInFragmentsButNotInHost]'s result read 
00:25:31.998 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testGetResourceSOnRootDir] to OSGi 
00:25:32.000 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceSOnRootDir] for execution inside OSGi 
00:25:32.000 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceSOnRootDir] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2766ca9d 
{bundleresource://20.fwk407697359/, bundleresource://20.fwk407697359:1/, bundleresource://20.fwk407697359:2/}
00:25:32.001 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:32.001 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testGetResourceSOnRootDir] 
00:25:32.001 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testGetResourceSOnRootDir]'s result read 
00:25:32.001 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testDuplicateFilesInHostAndFragments] to OSGi 
00:25:32.002 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDuplicateFilesInHostAndFragments] for execution inside OSGi 
00:25:32.002 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDuplicateFilesInHostAndFragments] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6d025197 
{bundleentry://20.fwk407697359/org/eclipse/gemini/blueprint/iandt/io/duplicate.file, bundleentry://18.fwk407697359/org/eclipse/gemini/blueprint/iandt/io/duplicate.file, bundleentry://19.fwk407697359/org/eclipse/gemini/blueprint/iandt/io/duplicate.file}
00:25:32.002 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:32.002 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testDuplicateFilesInHostAndFragments] 
00:25:32.002 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testDuplicateFilesInHostAndFragments]'s result read 
00:25:32.003 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testCommonFolderInFragmentsAndHost] to OSGi 
00:25:32.003 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCommonFolderInFragmentsAndHost] for execution inside OSGi 
00:25:32.003 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCommonFolderInFragmentsAndHost] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@27d4a09 
{bundleentry://20.fwk407697359/org/eclipse/gemini/, bundleentry://18.fwk407697359/org/eclipse/gemini/, bundleentry://19.fwk407697359/org/eclipse/gemini/}
00:25:32.003 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:32.004 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testCommonFolderInFragmentsAndHost] 
00:25:32.004 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testCommonFolderInFragmentsAndHost]'s result read 
00:25:32.004 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileOnlyInHostBundle] to OSGi 
00:25:32.004 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnlyInHostBundle] for execution inside OSGi 
00:25:32.004 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnlyInHostBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7e4204e2 
{bundleentry://20.fwk407697359/logback.xml}
00:25:32.005 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:32.005 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileOnlyInHostBundle] 
00:25:32.005 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileOnlyInHostBundle]'s result read 
00:25:32.005 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileInBothFragmentsButNotInHost] to OSGi 
00:25:32.005 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileInBothFragmentsButNotInHost] for execution inside OSGi 
00:25:32.006 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileInBothFragmentsButNotInHost] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@b7c4869 
{bundleentry://18.fwk407697359/fragment.file, bundleentry://19.fwk407697359/fragment.file}
00:25:32.006 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:32.006 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileInBothFragmentsButNotInHost] 
00:25:32.006 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileInBothFragmentsButNotInHost]'s result read 
00:25:32.006 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFolderCommonInFragmentsAlone] to OSGi 
00:25:32.007 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFolderCommonInFragmentsAlone] for execution inside OSGi 
00:25:32.007 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFolderCommonInFragmentsAlone] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@740d2e78 
{bundleentry://18.fwk407697359/fragment.folder/, bundleentry://19.fwk407697359/fragment.folder/}
00:25:32.007 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:32.007 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFolderCommonInFragmentsAlone] 
00:25:32.007 [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: 0.94 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.FragmentTest
00:25:32.010 [Thread-0]        INFO  o.e.g.b.i.c.io.FragmentTest:471 - Shutting down OSGi platform 
00:25:32.010 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:32.011 [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) 
00:25:32.011 [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 [Thu May 09 00:25:31 UTC 2024]; root of context hierarchy 
00:25:32.011 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:32.011 [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 [Thu May 09 00:25:31 UTC 2024]; root of context hierarchy] 
00:25:32.011 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:32.011 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:32.011 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:32.011 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:32.011 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:32.012 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:32.012 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:32.013 [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 
00:25:32.013 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:32.013 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:32.014 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:32,642 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:32,707 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:32,709 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:32,736 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:32,757 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:32,758 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:32,762 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:32,767 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:25:32,776 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:32,776 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:32,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:32,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:32,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:32,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:32,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:32,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:32,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:32,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:32,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:32,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:32,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:32,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:32,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:32,779 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:32,779 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:32,779 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:32,779 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:32,780 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.compliance.io.IoTest
00:25:32.863 [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 
00:25:32.866 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:85 - Instantiating platform wrapper... 
00:25:32.866 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:215 - About to start Equinox OSGi Platform 
00:25:33.088 [main]            INFO  o.e.g.b.i.compliance.io.IoTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:33.091 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:33.091 [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.1.BUILD-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} 
00:25:33.092 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:33.093 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:33.161 [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] 
00:25:33.169 [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] 
00:25:33.173 [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] 
00:25:33.174 [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] 
00:25:33.180 [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] 
00:25:33.184 [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] 
00:25:33.186 [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] 
00:25:33.191 [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] 
00:25:33.197 [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] 
00:25:33.206 [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] 
00:25:33.217 [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] 
00:25:33.238 [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] 
00:25:33.242 [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] 
00:25:33.249 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:33.250 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:33.254 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:33.256 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:33.267 [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] 
00:25:33.285 [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] 
00:25:33.285 [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] 
00:25:33.286 [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] 
00:25:33.286 [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] 
00:25:33.286 [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] 
00:25:33.286 [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] 
00:25:33.287 [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] 
00:25:33.287 [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] 
00:25:33.287 [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] 
00:25:33.287 [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] 
00:25:33.288 [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] 
00:25:33.288 [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] 
00:25:33.288 [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/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:33.289 [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/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:33.289 [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/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:33,315 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:33,358 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:33,360 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:33,366 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:33,381 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:33,382 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:33,385 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:33,389 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@290222c1 - No compression will be used
00:25:33,392 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:33,392 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:33,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:33,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:33,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:33,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:33,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:33,401 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:33,401 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:33,401 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:33,401 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:33,401 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:33,402 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:33,402 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:33,402 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:33,402 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:33,402 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:33,402 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:33,402 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:33,403 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55634720 - Registering current configuration as safe fallback point
00:25:33.411 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:33.416 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:33.473 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:33.474 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:33.477 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:33.479 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:33.482 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:33.484 [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 
00:25:33.484 [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) 
00:25:33.484 [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)] 
00:25:33.484 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:33.485 [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 
00:25:33.485 [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) 
00:25:33.485 [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)] 
00:25:33.485 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:33.485 [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 
00:25:33.486 [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) 
00:25:33.486 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:33.486 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:33.486 [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 
00:25:33.486 [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) 
00:25:33.486 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:33.486 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:33.487 [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 
00:25:33.487 [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) 
00:25:33.487 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:33.487 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:33.488 [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 
00:25:33.488 [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) 
00:25:33.488 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:33.488 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:33.488 [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 
00:25:33.488 [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) 
00:25:33.488 [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)] 
00:25:33.489 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:33.489 [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 
00:25:33.489 [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) 
00:25:33.490 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:33.490 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:33.490 [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 
00:25:33.491 [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) 
00:25:33.491 [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)] 
00:25:33.491 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:33.492 [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 
00:25:33.492 [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) 
00:25:33.492 [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)] 
00:25:33.492 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:33.493 [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 
00:25:33.493 [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) 
00:25:33.494 [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)] 
00:25:33.494 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:33.494 [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 
00:25:33.494 [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) 
00:25:33.494 [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)] 
00:25:33.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)] 
00:25:33.495 [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 
00:25:33.495 [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) 
00:25:33.495 [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)] 
00:25:33.498 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:33.499 [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 
00:25:33.499 [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) 
00:25:33.499 [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)] 
00:25:33.499 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:33.500 [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 
00:25:33.500 [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) 
00:25:33.500 [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)] 
00:25:33.500 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:33.500 [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 
00:25:33.501 [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) 
00:25:33.501 [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)] 
00:25:33.506 [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)] 
00:25:33.507 [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)] 
00:25:33.510 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:33.511 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:33.513 [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)] 
00:25:33.514 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:33.514 [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@2462cb01 w/ reference null 
00:25:33.514 [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@2462cb01 w/ reference null 
00:25:33.515 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:33.517 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:33.524 [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 
00:25:33.524 [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)] 
00:25:33.524 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:33.524 [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 
00:25:33.525 [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)] 
00:25:33.525 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:33.525 [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 
00:25:33.525 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:33.525 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:33.526 [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 
00:25:33.526 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:33.526 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:33.526 [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 
00:25:33.526 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:33.526 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:33.527 [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 
00:25:33.527 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:33.527 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:33.527 [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 
00:25:33.527 [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)] 
00:25:33.527 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:33.531 [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 
00:25:33.531 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:33.532 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:33.533 [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 
00:25:33.533 [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)] 
00:25:33.533 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:33.534 [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 
00:25:33.534 [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)] 
00:25:33.534 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:33.535 [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 
00:25:33.536 [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)] 
00:25:33.536 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:33.536 [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 
00:25:33.536 [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)] 
00:25:33.537 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:33.537 [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 
00:25:33.537 [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)] 
00:25:33.537 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:33.538 [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 
00:25:33.538 [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)] 
00:25:33.538 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:33.539 [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 
00:25:33.539 [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)] 
00:25:33.539 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:33.540 [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 
00:25:33.540 [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)] 
00:25:33.541 [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/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:33.544 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:33.545 [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 
00:25:33.545 [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) 
00:25:33.545 [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)] 
00:25:33.545 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:33.545 [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 
00:25:33.546 [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)] 
00:25:33.547 [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 
00:25:33.547 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:511 - Post processing: creating test bundle 
00:25:33.547 [main]            INFO  o.e.g.b.i.compliance.io.IoTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 
00:25:33.556 [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] 
00:25:33.557 [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]] 
00:25:33.557 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:33.557 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:33.557 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:33.557 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:33.557 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:33.557 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:33.557 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:33.557 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:33.557 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:33.557 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:33.558 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 
00:25:33.558 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 
00:25:33.558 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 
00:25:33.558 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 
00:25:33.558 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 
00:25:33.558 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 
00:25:33.558 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 
00:25:33.558 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 
00:25:33.558 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 
00:25:33.558 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
00:25:33.558 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
00:25:33.563 [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 
00:25:33.564 [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.* 
00:25:33.566 [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)] 
00:25:33.566 [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 
00:25:33.567 [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) 
00:25:33.567 [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)] 
00:25:33.567 [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)] 
00:25:33.567 [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 
00:25:33.567 [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)] 
00:25:33.567 [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 
00:25:33.567 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:33.569 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:33.569 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:33.570 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:33.570 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:33.570 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:33.570 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:33.570 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:33.571 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:33.572 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:33.573 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:33.574 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:33.574 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:33.575 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:33.575 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:33.576 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:33.576 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:33.576 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:33.577 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:33.577 [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. 
00:25:33.577 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetResourceOnMetaInf] to OSGi 
00:25:33.586 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnMetaInf] for execution inside OSGi 
00:25:33.586 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnMetaInf] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@127a7a2e 
00:25:33.586 [main]            INFO  o.e.g.b.i.compliance.io.IoTest:190 - Loading context for locations:  
00:25:33.591 [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 [Thu May 09 00:25:33 UTC 2024]; root of context hierarchy 
00:25:33.595 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:25:33.608 [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@3af0a9da: defining beans []; root of factory hierarchy 
00:25:33.614 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:33.614 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:33.614 [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} 
00:25:33.615 [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] 
00:25:33.617 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6cc558c6] 
00:25:33.617 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@15713d56] 
00:25:33.619 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3d9c13b5] 
00:25:33.621 [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 [Thu May 09 00:25:33 UTC 2024]; root of context hierarchy] 
00:25:33.622 [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} 
00:25:33.623 [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.fwk671467883/META-INF/
00:25:33.646 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:33.647 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetResourceOnMetaInf] 
00:25:33.647 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetResourceOnMetaInf]'s result read 
00:25:33.648 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetFolderEntry] to OSGi 
00:25:33.649 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetFolderEntry] for execution inside OSGi 
00:25:33.649 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetFolderEntry] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@528c868 
00:25:33.649 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:33.649 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetFolderEntry] 
00:25:33.649 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetFolderEntry]'s result read 
00:25:33.650 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testURLFolderReturnsProperPathForFolders] to OSGi 
00:25:33.650 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testURLFolderReturnsProperPathForFolders] for execution inside OSGi 
00:25:33.650 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testURLFolderReturnsProperPathForFolders] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@466276d8 
00:25:33.650 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:33.650 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testURLFolderReturnsProperPathForFolders] 
00:25:33.651 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testURLFolderReturnsProperPathForFolders]'s result read 
00:25:33.651 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetFolderEntries] to OSGi 
00:25:33.651 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetFolderEntries] for execution inside OSGi 
00:25:33.651 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetFolderEntries] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5ce8d869 
00:25:33.652 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:33.652 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetFolderEntries] 
00:25:33.652 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetFolderEntries]'s result read 
00:25:33.653 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetEntriesShouldReturnFoldersOnRoot] to OSGi 
00:25:33.653 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntriesShouldReturnFoldersOnRoot] for execution inside OSGi 
00:25:33.653 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetEntriesShouldReturnFoldersOnRoot] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@31c7528f 
00:25:33.653 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:33.653 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetEntriesShouldReturnFoldersOnRoot] 
00:25:33.653 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetEntriesShouldReturnFoldersOnRoot]'s result read 
00:25:33.654 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testFindEntriesOnSubFolders] to OSGi 
00:25:33.654 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnSubFolders] for execution inside OSGi 
00:25:33.654 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFindEntriesOnSubFolders] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2b76ff4e 
00:25:33.654 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:33.655 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testFindEntriesOnSubFolders] 
00:25:33.655 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testFindEntriesOnSubFolders]'s result read 
00:25:33.655 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetResourceSOnRoot] to OSGi 
00:25:33.655 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceSOnRoot] for execution inside OSGi 
00:25:33.655 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceSOnRoot] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7a1234bf 
getResources('/') = {bundleresource://18.fwk671467883/}
00:25:33.656 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:33.656 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetResourceSOnRoot] 
00:25:33.656 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetResourceSOnRoot]'s result read 
00:25:33.656 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetEntryOnRoot] to OSGi 
00:25:33.657 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntryOnRoot] for execution inside OSGi 
00:25:33.657 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetEntryOnRoot] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2f62ea70 
00:25:33.657 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:33.657 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetEntryOnRoot] 
00:25:33.657 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetEntryOnRoot]'s result read 
00:25:33.657 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetResourceOnRoot] to OSGi 
00:25:33.658 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnRoot] for execution inside OSGi 
00:25:33.658 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnRoot] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@24ba9639 
getResource('/') = bundleresource://18.fwk671467883/
00:25:33.658 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:33.658 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetResourceOnRoot] 
00:25:33.658 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetResourceOnRoot]'s result read 
00:25:33.659 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testFindEntriesOnFolders] to OSGi 
00:25:33.659 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnFolders] for execution inside OSGi 
00:25:33.659 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFindEntriesOnFolders] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@38aa816f 
00:25:33.659 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:33.659 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testFindEntriesOnFolders] 
00:25:33.659 [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: 0.799 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.IoTest
00:25:33.662 [Thread-0]        INFO  o.e.g.b.i.compliance.io.IoTest:471 - Shutting down OSGi platform 
00:25:33.662 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:33.662 [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) 
00:25:33.662 [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 [Thu May 09 00:25:33 UTC 2024]; root of context hierarchy 
00:25:33.662 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:33.663 [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 [Thu May 09 00:25:33 UTC 2024]; root of context hierarchy] 
00:25:33.663 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:33.663 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:33.663 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:33.663 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:33.663 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:33.663 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:33.664 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:33.664 [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 
00:25:33.664 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:33.665 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:33.666 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:34,283 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:34,358 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:34,360 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:34,372 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:34,393 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:34,394 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:34,398 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:34,403 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6e0e048a - No compression will be used
00:25:34,412 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:34,412 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:34,414 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:34,414 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:34,414 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:34,414 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:34,414 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:34,414 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:34,414 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:34,414 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:34,414 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:34,415 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:34,415 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:34,415 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:34,415 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:34,415 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:34,415 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:34,415 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:34,415 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:34,416 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@32709393 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest
00:25:34.490 [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 
00:25:34.493 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:85 - Instantiating platform wrapper... 
00:25:34.493 [main]            DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:215 - About to start Equinox OSGi Platform 
00:25:34.708 [main]            INFO  o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:34.711 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:34.712 [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.1.BUILD-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} 
00:25:34.713 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:34.713 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:34.781 [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] 
00:25:34.789 [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] 
00:25:34.793 [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] 
00:25:34.794 [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] 
00:25:34.800 [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] 
00:25:34.805 [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] 
00:25:34.806 [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] 
00:25:34.811 [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] 
00:25:34.837 [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] 
00:25:34.846 [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] 
00:25:34.857 [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] 
00:25:34.859 [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] 
00:25:34.864 [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] 
00:25:34.870 [main]            DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:34.871 [main]            DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:34.875 [main]            DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:34.877 [main]            DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:34.888 [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] 
00:25:34.905 [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] 
00:25:34.905 [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] 
00:25:34.905 [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] 
00:25:34.906 [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] 
00:25:34.906 [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] 
00:25:34.906 [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] 
00:25:34.906 [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] 
00:25:34.907 [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] 
00:25:34.907 [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] 
00:25:34.907 [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] 
00:25:34.907 [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] 
00:25:34.908 [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] 
00:25:34.908 [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/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:34.908 [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/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:34.908 [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/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:34,956 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:34,978 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:34,980 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:34,986 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:35,000 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:35,002 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:35,004 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:35,009 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:25:35,012 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:35,013 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:35,013 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:35,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:35,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:35,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:35,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:35,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:35,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:35,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:35,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:35,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:35,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:35,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:35,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:35,015 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:35,015 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:35,015 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:35,015 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:35,016 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:25:35.030 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:35.036 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:35.094 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:35.094 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:35.097 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:35.099 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:35.102 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:35.104 [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 
00:25:35.104 [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) 
00:25:35.104 [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)] 
00:25:35.104 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:35.105 [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 
00:25:35.105 [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) 
00:25:35.105 [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)] 
00:25:35.105 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:35.105 [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 
00:25:35.106 [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) 
00:25:35.106 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:35.106 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:35.106 [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 
00:25:35.106 [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) 
00:25:35.106 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:35.106 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:35.107 [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 
00:25:35.107 [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) 
00:25:35.107 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:35.107 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:35.107 [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 
00:25:35.108 [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) 
00:25:35.108 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:35.108 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:35.108 [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 
00:25:35.108 [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) 
00:25:35.108 [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)] 
00:25:35.108 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:35.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 
00:25:35.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) 
00:25:35.109 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:35.110 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:35.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 
00:25:35.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) 
00:25:35.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)] 
00:25:35.111 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:35.112 [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 
00:25:35.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) 
00:25:35.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)] 
00:25:35.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)] 
00:25:35.113 [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 
00:25:35.114 [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) 
00:25:35.114 [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)] 
00:25:35.114 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:35.114 [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 
00:25:35.114 [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) 
00:25:35.114 [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)] 
00:25:35.115 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:35.115 [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 
00:25:35.115 [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) 
00:25:35.115 [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)] 
00:25:35.119 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:35.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 
00:25:35.120 [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) 
00:25:35.120 [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)] 
00:25:35.120 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:35.120 [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 
00:25:35.120 [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) 
00:25:35.120 [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)] 
00:25:35.121 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:35.121 [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 
00:25:35.121 [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) 
00:25:35.121 [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)] 
00:25:35.127 [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)] 
00:25:35.127 [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)] 
00:25:35.131 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:35.132 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:35.134 [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)] 
00:25:35.135 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:35.135 [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@1b410b60 w/ reference null 
00:25:35.135 [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@1b410b60 w/ reference null 
00:25:35.136 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:35.138 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:35.145 [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 
00:25:35.145 [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)] 
00:25:35.145 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:35.146 [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 
00:25:35.146 [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)] 
00:25:35.146 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:35.146 [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 
00:25:35.146 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:35.147 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:35.147 [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 
00:25:35.147 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:35.147 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:35.147 [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 
00:25:35.148 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:35.148 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:35.148 [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 
00:25:35.148 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:35.148 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:35.149 [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 
00:25:35.149 [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)] 
00:25:35.149 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:35.150 [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 
00:25:35.150 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:35.150 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:35.150 [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 
00:25:35.151 [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)] 
00:25:35.151 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:35.152 [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 
00:25:35.152 [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)] 
00:25:35.152 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:35.153 [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 
00:25:35.153 [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)] 
00:25:35.153 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:35.154 [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 
00:25:35.154 [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)] 
00:25:35.154 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:35.154 [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 
00:25:35.155 [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)] 
00:25:35.155 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:35.158 [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 
00:25:35.159 [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)] 
00:25:35.159 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:35.159 [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 
00:25:35.160 [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)] 
00:25:35.160 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:35.161 [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 
00:25:35.161 [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)] 
00:25:35.162 [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/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:35.165 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:35.166 [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 
00:25:35.166 [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) 
00:25:35.166 [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)] 
00:25:35.166 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:35.167 [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 
00:25:35.167 [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)] 
00:25:35.168 [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 
00:25:35.169 [main]            DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:511 - Post processing: creating test bundle 
00:25:35.176 [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] 
00:25:35.177 [main]            INFO  o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:202 - Automatically creating Manifest for the test bundle 
00:25:35.177 [main]            INFO  o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:366 - Using the test class for generating bundle imports 
00:25:35.178 [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 
00:25:35.179 [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... 
00:25:35.181 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class ServiceAvailableDuringUnregistrationTest 
00:25:35.188 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:35.188 [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... 
00:25:35.189 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class BaseIntegrationTest 
00:25:35.191 [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 
00:25:35.191 [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... 
00:25:35.191 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:25:35.192 [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 
00:25:35.192 [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... 
00:25:35.192 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:25:35.193 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:25:35.193 [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 
00:25:35.193 [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} 
00:25:35.193 [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] 
00:25:35.194 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:25:35.194 [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] 
00:25:35.194 [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] 
00:25:35.194 [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]] 
00:25:35.194 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:35.194 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:35.194 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:35.194 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:35.195 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:35.195 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:35.195 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:35.195 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:35.195 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:35.195 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:35.195 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 
00:25:35.195 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ 
00:25:35.195 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest$1.class 
00:25:35.195 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest.class 
00:25:35.200 [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 
00:25:35.200 [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.* 
00:25:35.202 [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)] 
00:25:35.203 [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 
00:25:35.203 [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) 
00:25:35.203 [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)] 
00:25:35.203 [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)] 
00:25:35.203 [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 
00:25:35.204 [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)] 
00:25:35.204 [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 
00:25:35.204 [main]            DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:35.205 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:35.206 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:35.206 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:35.236 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:35.237 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:35.237 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:35.237 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:35.238 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:35.239 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:35.240 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:35.241 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:35.241 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:35.242 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:35.242 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:35.242 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:35.243 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:35.243 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:35.244 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:35.244 [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. 
00:25:35.244 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:364 - Writing test name [testServiceAliveDuringUnregistration] to OSGi 
00:25:35.252 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAliveDuringUnregistration] for execution inside OSGi 
00:25:35.253 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceAliveDuringUnregistration] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@125290e5 
00:25:35.253 [main]            INFO  o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:190 - Loading context for locations:  
00:25:35.259 [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 [Thu May 09 00:25:35 UTC 2024]; root of context hierarchy 
00:25:35.263 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:25:35.276 [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@3f57bcad: defining beans []; root of factory hierarchy 
00:25:35.282 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:35.282 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:35.283 [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} 
00:25:35.284 [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] 
00:25:35.286 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@73cd37c0] 
00:25:35.286 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@21337f7b] 
00:25:35.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@1800a575] 
00:25:35.290 [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 [Thu May 09 00:25:35 UTC 2024]; root of context hierarchy] 
00:25:35.291 [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} 
00:25:35.292 [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} 
00:25:35.349 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:35.350 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:440 - Reading OSGi results for test [testServiceAliveDuringUnregistration] 
00:25:35.350 [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: 0.863 sec - in org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest
00:25:35.353 [Thread-0]        INFO  o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:471 - Shutting down OSGi platform 
00:25:35.353 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:35.353 [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) 
00:25:35.354 [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 [Thu May 09 00:25:35 UTC 2024]; root of context hierarchy 
00:25:35.354 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:35.354 [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 [Thu May 09 00:25:35 UTC 2024]; root of context hierarchy] 
00:25:35.354 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:35.354 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:35.354 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:35.354 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:35.354 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:35.354 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:35.355 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:35.355 [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 
00:25:35.356 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:35.356 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:35.356 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:35,972 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:36,045 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:36,047 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:36,060 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:36,080 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:36,081 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:36,085 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:36,090 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6e0e048a - No compression will be used
00:25:36,099 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:36,099 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:36,100 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:36,100 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:36,100 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:36,100 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:36,101 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:36,101 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:36,101 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:36,101 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:36,101 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:36,101 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:36,101 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:36,101 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:36,101 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:36,101 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:36,102 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:36,102 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:36,102 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:36,103 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@32709393 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest
00:25:36.170 [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 
00:25:36.173 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:85 - Instantiating platform wrapper... 
00:25:36.174 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:215 - About to start Equinox OSGi Platform 
00:25:36.391 [main]            INFO  o.e.g.b.i.c.OsgiAppContextTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:36.394 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:36.394 [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.1.BUILD-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} 
00:25:36.395 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:36.396 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:36.469 [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] 
00:25:36.481 [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] 
00:25:36.485 [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] 
00:25:36.487 [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] 
00:25:36.495 [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] 
00:25:36.503 [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] 
00:25:36.505 [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] 
00:25:36.513 [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] 
00:25:36.541 [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] 
00:25:36.550 [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] 
00:25:36.561 [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] 
00:25:36.564 [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] 
00:25:36.569 [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] 
00:25:36.575 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:36.577 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:36.581 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:36.583 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:36.594 [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] 
00:25:36.611 [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] 
00:25:36.612 [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] 
00:25:36.612 [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] 
00:25:36.636 [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] 
00:25:36.637 [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] 
00:25:36.637 [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] 
00:25:36.637 [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] 
00:25:36.638 [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] 
00:25:36.638 [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] 
00:25:36.638 [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] 
00:25:36.639 [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] 
00:25:36.639 [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] 
00:25:36.639 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:36.639 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:36.640 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:36,666 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:36,689 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:36,690 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:36,697 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:36,711 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:36,712 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:36,715 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:36,720 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:25:36,723 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:36,723 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:36,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:36,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:36,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:36,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:36,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:36,725 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:36,725 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:36,725 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:36,725 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:36,725 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:36,725 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:36,725 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:36,725 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:36,725 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:36,726 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:36,726 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:36,726 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:36,727 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:25:36.743 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:36.749 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:36.809 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:36.810 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:36.813 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:36.815 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:36.818 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:36.821 [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 
00:25:36.822 [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) 
00:25:36.822 [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)] 
00:25:36.822 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:36.823 [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 
00:25:36.823 [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) 
00:25:36.823 [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)] 
00:25:36.824 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:36.824 [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 
00:25:36.824 [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) 
00:25:36.825 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:36.825 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:36.825 [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 
00:25:36.826 [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) 
00:25:36.826 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:36.826 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:36.827 [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 
00:25:36.827 [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) 
00:25:36.827 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:36.828 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:36.828 [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 
00:25:36.828 [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) 
00:25:36.829 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:36.829 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:36.829 [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 
00:25:36.830 [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) 
00:25:36.830 [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)] 
00:25:36.830 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:36.831 [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 
00:25:36.832 [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) 
00:25:36.832 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:36.832 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:36.833 [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 
00:25:36.833 [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) 
00:25:36.833 [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)] 
00:25:36.833 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:36.835 [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 
00:25:36.835 [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) 
00:25:36.835 [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)] 
00:25:36.836 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:36.838 [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 
00:25:36.838 [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) 
00:25:36.838 [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)] 
00:25:36.838 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:36.839 [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 
00:25:36.839 [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) 
00:25:36.840 [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)] 
00:25:36.840 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:36.841 [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 
00:25:36.841 [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) 
00:25:36.841 [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)] 
00:25:36.849 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:36.852 [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 
00:25:36.852 [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) 
00:25:36.852 [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)] 
00:25:36.852 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:36.853 [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 
00:25:36.853 [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) 
00:25:36.853 [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)] 
00:25:36.854 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:36.855 [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 
00:25:36.855 [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) 
00:25:36.855 [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)] 
00:25:36.865 [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)] 
00:25:36.865 [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)] 
00:25:36.870 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:36.871 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:36.873 [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)] 
00:25:36.874 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:36.875 [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@1b410b60 w/ reference null 
00:25:36.875 [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@1b410b60 w/ reference null 
00:25:36.876 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:36.878 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:36.885 [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 
00:25:36.886 [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)] 
00:25:36.886 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:36.887 [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 
00:25:36.887 [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)] 
00:25:36.887 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:36.888 [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 
00:25:36.888 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:36.888 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:36.889 [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 
00:25:36.889 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:36.889 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:36.889 [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 
00:25:36.890 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:36.890 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:36.890 [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 
00:25:36.890 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:36.891 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:36.891 [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 
00:25:36.891 [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)] 
00:25:36.891 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:36.892 [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 
00:25:36.892 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:36.892 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:36.893 [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 
00:25:36.893 [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)] 
00:25:36.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)] 
00:25:36.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 
00:25:36.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)] 
00:25:36.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)] 
00:25:36.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 
00:25:36.897 [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)] 
00:25:36.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)] 
00:25:36.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 
00:25:36.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)] 
00:25:36.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)] 
00:25:36.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 
00:25:36.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)] 
00:25:36.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)] 
00:25:36.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 
00:25:36.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)] 
00:25:36.900 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:36.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 
00:25:36.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)] 
00:25:36.900 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:36.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 
00:25:36.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)] 
00:25:36.902 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:36.904 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:36.905 [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 
00:25:36.905 [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) 
00:25:36.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)] 
00:25:36.905 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:36.906 [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 
00:25:36.906 [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)] 
00:25:36.907 [main]            INFO  o.e.g.b.i.c.OsgiAppContextTest:199 - org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest-bundle.properties was not found; using defaults 
00:25:36.907 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:511 - Post processing: creating test bundle 
00:25:36.915 [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] 
00:25:36.916 [main]            INFO  o.e.g.b.i.c.OsgiAppContextTest:202 - Automatically creating Manifest for the test bundle 
00:25:36.916 [main]            INFO  o.e.g.b.i.c.OsgiAppContextTest:366 - Using the test class for generating bundle imports 
00:25:36.918 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 
00:25:36.918 [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... 
00:25:36.920 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class OsgiAppContextTest 
00:25:36.927 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:36.927 [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... 
00:25:36.928 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class BaseIntegrationTest 
00:25:36.930 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:36.930 [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... 
00:25:36.930 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:25:36.931 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:36.931 [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... 
00:25:36.931 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:25:36.932 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:25:36.932 [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 
00:25:36.932 [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} 
00:25:36.932 [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] 
00:25:36.932 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:25:36.933 [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] 
00:25:36.933 [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] 
00:25:36.933 [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]] 
00:25:36.933 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:36.933 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:36.933 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:36.933 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:36.933 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:36.934 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:36.934 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:36.934 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:36.934 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:36.934 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:36.934 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 
00:25:36.934 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 
00:25:36.934 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 
00:25:36.934 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 
00:25:36.934 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 
00:25:36.934 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 
00:25:36.934 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 
00:25:36.935 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 
00:25:36.939 [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 
00:25:36.939 [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.* 
00:25:36.942 [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)] 
00:25:36.942 [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 
00:25:36.942 [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) 
00:25:36.942 [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)] 
00:25:36.942 [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)] 
00:25:36.943 [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 
00:25:36.943 [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)] 
00:25:36.943 [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 
00:25:36.943 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:36.945 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:36.945 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:36.945 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:36.945 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:36.946 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:36.946 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:36.946 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:36.947 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:36.947 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:36.948 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:36.950 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:36.950 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:36.951 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:36.951 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:36.951 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:36.952 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:36.952 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:36.952 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:36.953 [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. 
00:25:36.953 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:364 - Writing test name [testBundleContextIsTheSame] to OSGi 
00:25:36.961 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextIsTheSame] for execution inside OSGi 
00:25:36.961 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextIsTheSame] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@125290e5 
00:25:36.962 [main]            INFO  o.e.g.b.i.c.OsgiAppContextTest:190 - Loading context for locations:  
00:25:36.967 [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 [Thu May 09 00:25:36 UTC 2024]; root of context hierarchy 
00:25:36.971 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:25:36.983 [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@3f57bcad: defining beans []; root of factory hierarchy 
00:25:36.989 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:36.990 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:36.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} 
00:25:36.991 [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] 
00:25:36.993 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@73cd37c0] 
00:25:36.993 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@21337f7b] 
00:25:36.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@1800a575] 
00:25:36.996 [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 [Thu May 09 00:25:36 UTC 2024]; root of context hierarchy] 
00:25:36.998 [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} 
00:25:36.999 [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} 
00:25:37.028 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:37.028 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:440 - Reading OSGi results for test [testBundleContextIsTheSame] 
00:25:37.029 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:447 - Test[testBundleContextIsTheSame]'s result read 
00:25:37.029 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:364 - Writing test name [testBundleContextInjected] to OSGi 
00:25:37.030 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextInjected] for execution inside OSGi 
00:25:37.030 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextInjected] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@68b32e3e 
00:25:37.030 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:37.031 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:440 - Reading OSGi results for test [testBundleContextInjected] 
00:25:37.031 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:447 - Test[testBundleContextInjected]'s result read 
00:25:37.031 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:364 - Writing test name [testBundleContextAvailableAsBean] to OSGi 
00:25:37.031 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextAvailableAsBean] for execution inside OSGi 
00:25:37.031 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextAvailableAsBean] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@bcef303 
00:25:37.032 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:37.032 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:440 - Reading OSGi results for test [testBundleContextAvailableAsBean] 
00:25:37.032 [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: 0.865 sec - in org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest
00:25:37.034 [Thread-0]        INFO  o.e.g.b.i.c.OsgiAppContextTest:471 - Shutting down OSGi platform 
00:25:37.035 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:37.035 [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) 
00:25:37.035 [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 [Thu May 09 00:25:36 UTC 2024]; root of context hierarchy 
00:25:37.035 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:37.035 [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 [Thu May 09 00:25:36 UTC 2024]; root of context hierarchy] 
00:25:37.035 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:37.035 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:37.035 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:37.036 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:37.036 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:37.036 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:37.036 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:37.037 [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 
00:25:37.037 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:37.037 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:37.038 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:37,660 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:37,723 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:37,726 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:37,740 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:37,761 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:37,763 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:37,766 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:37,771 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:25:37,781 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:37,781 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:37,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:37,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:37,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:37,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:37,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:37,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
00:25:37,784 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:37,784 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:37,784 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:37,784 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:37,784 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:37,784 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:37,784 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:37,785 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:37,785 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:37,786 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:37,786 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:37,787 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest
00:25:37.870 [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 
00:25:37.874 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:85 - Instantiating platform wrapper... 
00:25:37.874 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:215 - About to start Equinox OSGi Platform 
00:25:38.118 [main]            INFO  o.e.g.b.i.c.BundleContextAwareTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:38.121 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:38.122 [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.1.BUILD-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} 
00:25:38.123 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:38.123 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:38.194 [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] 
00:25:38.202 [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] 
00:25:38.206 [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] 
00:25:38.207 [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] 
00:25:38.213 [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] 
00:25:38.218 [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] 
00:25:38.219 [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] 
00:25:38.238 [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] 
00:25:38.244 [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] 
00:25:38.253 [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] 
00:25:38.264 [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] 
00:25:38.267 [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] 
00:25:38.272 [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] 
00:25:38.278 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:38.280 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:38.283 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:38.286 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:38.296 [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] 
00:25:38.340 [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] 
00:25:38.341 [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] 
00:25:38.341 [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] 
00:25:38.341 [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] 
00:25:38.342 [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] 
00:25:38.342 [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] 
00:25:38.342 [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] 
00:25:38.342 [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] 
00:25:38.343 [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] 
00:25:38.343 [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] 
00:25:38.343 [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] 
00:25:38.343 [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] 
00:25:38.344 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:38.344 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:38.344 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:38,371 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:38,394 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:38,395 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:38,402 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:38,417 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:38,418 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:38,421 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:38,425 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:25:38,428 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:38,428 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:38,429 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:38,429 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:38,429 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:38,429 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:38,430 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:38,430 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:38,430 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:38,430 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:38,430 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:38,430 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:38,430 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:38,430 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:38,430 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:38,430 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:38,430 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:38,431 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:38,439 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:38,439 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:25:38.447 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:38.453 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:38.512 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:38.512 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:38.515 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:38.517 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:38.520 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:38.522 [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 
00:25:38.523 [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) 
00:25:38.523 [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)] 
00:25:38.523 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:38.524 [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 
00:25:38.524 [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) 
00:25:38.524 [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)] 
00:25:38.524 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:38.524 [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 
00:25:38.525 [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) 
00:25:38.525 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:38.525 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:38.525 [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 
00:25:38.525 [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) 
00:25:38.525 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:38.526 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:38.526 [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 
00:25:38.527 [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) 
00:25:38.527 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:38.527 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:38.527 [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 
00:25:38.527 [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) 
00:25:38.528 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:38.528 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:38.528 [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 
00:25:38.528 [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) 
00:25:38.528 [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)] 
00:25:38.528 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:38.529 [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 
00:25:38.529 [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) 
00:25:38.530 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:38.530 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:38.533 [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 
00:25:38.533 [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) 
00:25:38.533 [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)] 
00:25:38.534 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:38.535 [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 
00:25:38.535 [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) 
00:25:38.535 [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)] 
00:25:38.536 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:38.537 [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 
00:25:38.537 [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) 
00:25:38.537 [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)] 
00:25:38.538 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:38.538 [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 
00:25:38.538 [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) 
00:25:38.538 [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)] 
00:25:38.538 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:38.539 [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 
00:25:38.539 [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) 
00:25:38.539 [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)] 
00:25:38.543 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:38.544 [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 
00:25:38.544 [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) 
00:25:38.544 [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)] 
00:25:38.544 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:38.544 [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 
00:25:38.545 [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) 
00:25:38.545 [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)] 
00:25:38.545 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:38.546 [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 
00:25:38.546 [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) 
00:25:38.546 [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)] 
00:25:38.553 [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)] 
00:25:38.553 [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)] 
00:25:38.558 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:38.558 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:38.561 [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)] 
00:25:38.562 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:38.562 [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@1b410b60 w/ reference null 
00:25:38.562 [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@1b410b60 w/ reference null 
00:25:38.563 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:38.566 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:38.573 [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 
00:25:38.573 [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)] 
00:25:38.573 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:38.574 [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 
00:25:38.574 [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)] 
00:25:38.574 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:38.575 [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 
00:25:38.575 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:38.575 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:38.575 [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 
00:25:38.575 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:38.576 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:38.576 [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 
00:25:38.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)] 
00:25:38.577 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:38.577 [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 
00:25:38.577 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:38.577 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:38.578 [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 
00:25:38.578 [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)] 
00:25:38.578 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:38.579 [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 
00:25:38.579 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:38.579 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:38.580 [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 
00:25:38.580 [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)] 
00:25:38.580 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:38.581 [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 
00:25:38.582 [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)] 
00:25:38.582 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:38.583 [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 
00:25:38.583 [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)] 
00:25:38.583 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:38.584 [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 
00:25:38.584 [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)] 
00:25:38.584 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:38.585 [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 
00:25:38.585 [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)] 
00:25:38.585 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:38.586 [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 
00:25:38.586 [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)] 
00:25:38.586 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:38.586 [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 
00:25:38.586 [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)] 
00:25:38.587 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:38.587 [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 
00:25:38.588 [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)] 
00:25:38.588 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:38.591 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:38.591 [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 
00:25:38.591 [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) 
00:25:38.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)] 
00:25:38.591 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:38.592 [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 
00:25:38.592 [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)] 
00:25:38.593 [main]            INFO  o.e.g.b.i.c.BundleContextAwareTest:199 - org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest-bundle.properties was not found; using defaults 
00:25:38.593 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:511 - Post processing: creating test bundle 
00:25:38.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.context] 
00:25:38.602 [main]            INFO  o.e.g.b.i.c.BundleContextAwareTest:202 - Automatically creating Manifest for the test bundle 
00:25:38.602 [main]            INFO  o.e.g.b.i.c.BundleContextAwareTest:366 - Using the test class for generating bundle imports 
00:25:38.604 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 
00:25:38.604 [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... 
00:25:38.606 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BundleContextAwareTest 
00:25:38.613 [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 
00:25:38.613 [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... 
00:25:38.613 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BundleContextAwareTest$BundleContextAwareHolder 
00:25:38.614 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:38.614 [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... 
00:25:38.614 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BaseIntegrationTest 
00:25:38.616 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:38.616 [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... 
00:25:38.616 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:25:38.617 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:38.617 [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... 
00:25:38.617 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:25:38.618 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:25:38.618 [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 
00:25:38.618 [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} 
00:25:38.618 [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] 
00:25:38.618 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:25:38.618 [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] 
00:25:38.619 [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] 
00:25:38.619 [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]] 
00:25:38.619 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:38.619 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:38.619 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:38.619 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:38.619 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:38.619 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:38.619 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:38.620 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:38.620 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:38.620 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:38.620 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 
00:25:38.620 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 
00:25:38.620 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 
00:25:38.620 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 
00:25:38.620 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 
00:25:38.620 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 
00:25:38.620 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 
00:25:38.620 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 
00:25:38.639 [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 
00:25:38.639 [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.* 
00:25:38.641 [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)] 
00:25:38.642 [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 
00:25:38.642 [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) 
00:25:38.642 [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)] 
00:25:38.642 [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)] 
00:25:38.642 [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 
00:25:38.643 [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)] 
00:25:38.643 [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 
00:25:38.643 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:38.644 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:38.645 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:38.645 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:38.645 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:38.646 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:38.646 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:38.646 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:38.647 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:38.647 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:38.648 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:38.649 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:38.650 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:38.650 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:38.651 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:38.651 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:38.652 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:38.652 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:38.652 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:38.652 [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. 
00:25:38.653 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:364 - Writing test name [testBundleContextAware] to OSGi 
00:25:38.661 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextAware] for execution inside OSGi 
00:25:38.661 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextAware] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@616ac46a 
00:25:38.662 [main]            INFO  o.e.g.b.i.c.BundleContextAwareTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 
00:25:38.667 [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 [Thu May 09 00:25:38 UTC 2024]; root of context hierarchy 
00:25:38.671 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:38.689 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml] 
00:25:38.710 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:38.710 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:38.711 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:38.711 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:38.812 [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@130e116b: defining beans [bean]; root of factory hierarchy 
00:25:38.818 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:38.818 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:38.819 [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} 
00:25:38.819 [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] 
00:25:38.825 [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] 
00:25:38.825 [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] 
00:25:38.836 [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] 
00:25:38.838 [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 [Thu May 09 00:25:38 UTC 2024]; root of context hierarchy] 
00:25:38.839 [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} 
00:25:38.840 [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} 
00:25:38.853 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:38.854 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:440 - Reading OSGi results for test [testBundleContextAware] 
00:25:38.854 [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: 0.987 sec - in org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest
00:25:38.857 [Thread-0]        INFO  o.e.g.b.i.c.BundleContextAwareTest:471 - Shutting down OSGi platform 
00:25:38.857 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:38.857 [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) 
00:25:38.857 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:38.857 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:38.857 [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 [Thu May 09 00:25:38 UTC 2024]; root of context hierarchy 
00:25:38.858 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:38.858 [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 [Thu May 09 00:25:38 UTC 2024]; root of context hierarchy] 
00:25:38.858 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:38.858 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:38.858 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:38.858 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:38.859 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:38.859 [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 
00:25:38.859 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:38.860 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:38.860 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:39,469 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:39,541 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:39,542 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:39,555 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:39,575 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:39,577 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:39,580 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:39,586 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:25:39,595 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:39,595 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:39,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:39,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:39,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:39,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:39,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:39,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
00:25:39,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:39,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:39,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:39,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:39,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:39,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:39,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:39,597 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:39,597 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:39,598 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:39,598 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:39,598 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest
00:25:39.670 [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 
00:25:39.673 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:85 - Instantiating platform wrapper... 
00:25:39.673 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:215 - About to start Equinox OSGi Platform 
00:25:39.902 [main]            INFO  o.e.g.b.i.c.PublishedInterfacesTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:39.904 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:39.905 [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.1.BUILD-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} 
00:25:39.906 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:39.907 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:39.975 [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] 
00:25:39.984 [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] 
00:25:39.987 [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] 
00:25:39.989 [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] 
00:25:39.994 [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] 
00:25:39.999 [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] 
00:25:40.001 [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] 
00:25:40.006 [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] 
00:25:40.012 [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] 
00:25:40.042 [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] 
00:25:40.052 [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] 
00:25:40.055 [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] 
00:25:40.060 [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] 
00:25:40.066 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:40.068 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:40.072 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:40.074 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:40.085 [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] 
00:25:40.103 [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] 
00:25:40.103 [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] 
00:25:40.104 [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] 
00:25:40.104 [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] 
00:25:40.104 [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] 
00:25:40.104 [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] 
00:25:40.105 [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] 
00:25:40.105 [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] 
00:25:40.105 [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] 
00:25:40.105 [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] 
00:25:40.106 [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] 
00:25:40.106 [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] 
00:25:40.106 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:40.106 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:40.107 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:40,154 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:40,177 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:40,178 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:40,185 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:40,200 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:40,201 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:40,203 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:40,208 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:25:40,211 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:40,211 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:40,212 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:40,212 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:40,212 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:40,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:40,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:40,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:40,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:40,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:40,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:40,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:40,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:40,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:40,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:40,213 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:40,213 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:40,214 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:40,214 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:40,214 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:25:40.230 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:40.236 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:40.293 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:40.294 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:40.297 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:40.299 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:40.302 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:40.304 [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 
00:25:40.304 [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) 
00:25:40.304 [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)] 
00:25:40.304 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:40.305 [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 
00:25:40.306 [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) 
00:25:40.306 [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)] 
00:25:40.306 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:40.306 [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 
00:25:40.306 [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) 
00:25:40.306 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:40.306 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:40.306 [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 
00:25:40.307 [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) 
00:25:40.307 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:40.307 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:40.307 [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 
00:25:40.307 [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) 
00:25:40.308 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:40.308 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:40.308 [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 
00:25:40.308 [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) 
00:25:40.308 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:40.308 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:40.309 [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 
00:25:40.309 [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) 
00:25:40.309 [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)] 
00:25:40.309 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:40.310 [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 
00:25:40.310 [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) 
00:25:40.310 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:40.310 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:40.311 [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 
00:25:40.311 [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) 
00:25:40.311 [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)] 
00:25:40.311 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:40.312 [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 
00:25:40.312 [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) 
00:25:40.312 [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)] 
00:25:40.312 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:40.314 [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 
00:25:40.314 [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) 
00:25:40.314 [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)] 
00:25:40.314 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:40.314 [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 
00:25:40.314 [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) 
00:25:40.315 [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)] 
00:25:40.315 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:40.315 [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 
00:25:40.315 [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) 
00:25:40.315 [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)] 
00:25:40.319 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:40.319 [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 
00:25:40.319 [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) 
00:25:40.320 [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)] 
00:25:40.320 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:40.320 [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 
00:25:40.320 [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) 
00:25:40.320 [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)] 
00:25:40.320 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:40.321 [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 
00:25:40.321 [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) 
00:25:40.321 [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)] 
00:25:40.327 [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)] 
00:25:40.327 [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)] 
00:25:40.331 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:40.331 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:40.337 [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)] 
00:25:40.338 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:40.339 [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@1b410b60 w/ reference null 
00:25:40.339 [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@1b410b60 w/ reference null 
00:25:40.340 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:40.342 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:40.351 [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 
00:25:40.352 [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)] 
00:25:40.352 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:40.353 [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 
00:25:40.353 [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)] 
00:25:40.353 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:40.353 [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 
00:25:40.353 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:40.353 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:40.354 [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 
00:25:40.354 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:40.354 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:40.354 [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 
00:25:40.355 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:40.355 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:40.355 [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 
00:25:40.355 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:40.355 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:40.356 [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 
00:25:40.356 [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)] 
00:25:40.356 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:40.357 [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 
00:25:40.357 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:40.357 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:40.358 [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 
00:25:40.358 [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)] 
00:25:40.358 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:40.359 [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 
00:25:40.359 [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)] 
00:25:40.359 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:40.361 [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 
00:25:40.361 [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)] 
00:25:40.361 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:40.361 [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 
00:25:40.361 [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)] 
00:25:40.361 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:40.362 [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 
00:25:40.362 [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)] 
00:25:40.362 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:40.363 [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 
00:25:40.363 [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)] 
00:25:40.363 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:40.364 [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 
00:25:40.364 [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)] 
00:25:40.364 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:40.365 [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 
00:25:40.365 [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)] 
00:25:40.365 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:40.368 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:40.369 [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 
00:25:40.369 [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) 
00:25:40.369 [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)] 
00:25:40.369 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:40.369 [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 
00:25:40.370 [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)] 
00:25:40.371 [main]            INFO  o.e.g.b.i.c.PublishedInterfacesTest:199 - org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest-bundle.properties was not found; using defaults 
00:25:40.371 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:511 - Post processing: creating test bundle 
00:25:40.379 [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] 
00:25:40.379 [main]            INFO  o.e.g.b.i.c.PublishedInterfacesTest:202 - Automatically creating Manifest for the test bundle 
00:25:40.380 [main]            INFO  o.e.g.b.i.c.PublishedInterfacesTest:366 - Using the test class for generating bundle imports 
00:25:40.381 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 
00:25:40.381 [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... 
00:25:40.383 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class PublishedInterfacesTest 
00:25:40.391 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:40.391 [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... 
00:25:40.391 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class BaseIntegrationTest 
00:25:40.393 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:40.393 [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... 
00:25:40.393 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:25:40.394 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:40.394 [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... 
00:25:40.394 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:25:40.395 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:25:40.395 [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 
00:25:40.395 [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} 
00:25:40.395 [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] 
00:25:40.395 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:25:40.395 [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] 
00:25:40.396 [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] 
00:25:40.396 [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]] 
00:25:40.396 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:40.396 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:40.396 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:40.396 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:40.396 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:40.396 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:40.396 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:40.396 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:40.397 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:40.397 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:40.397 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 
00:25:40.397 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 
00:25:40.397 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 
00:25:40.397 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 
00:25:40.397 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 
00:25:40.397 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 
00:25:40.397 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 
00:25:40.397 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 
00:25:40.402 [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 
00:25:40.402 [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.* 
00:25:40.404 [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)] 
00:25:40.405 [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 
00:25:40.405 [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) 
00:25:40.405 [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)] 
00:25:40.405 [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)] 
00:25:40.405 [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 
00:25:40.406 [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)] 
00:25:40.406 [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 
00:25:40.406 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:40.407 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:40.408 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:40.408 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:40.408 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:40.408 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:40.409 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:40.409 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:40.410 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:40.410 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:40.411 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:40.412 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:40.413 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:40.413 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:40.414 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:40.414 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:40.414 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:40.415 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:40.415 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:40.415 [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. 
00:25:40.415 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:364 - Writing test name [testXmlOsgiContext] to OSGi 
00:25:40.424 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testXmlOsgiContext] for execution inside OSGi 
00:25:40.424 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testXmlOsgiContext] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@125290e5 
00:25:40.424 [main]            INFO  o.e.g.b.i.c.PublishedInterfacesTest:190 - Loading context for locations:  
00:25:40.429 [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 [Thu May 09 00:25:40 UTC 2024]; root of context hierarchy 
00:25:40.433 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:25:40.446 [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@3f57bcad: defining beans []; root of factory hierarchy 
00:25:40.451 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:40.452 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:40.452 [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} 
00:25:40.453 [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] 
00:25:40.455 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@73cd37c0] 
00:25:40.455 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@21337f7b] 
00:25:40.457 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1800a575] 
00:25:40.459 [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 [Thu May 09 00:25:40 UTC 2024]; root of context hierarchy] 
00:25:40.460 [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} 
00:25:40.461 [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} 
00:25:40.483 [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 [Thu May 09 00:25:40 UTC 2024]; root of context hierarchy 
00:25:40.483 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:40.489 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml] 
00:25:40.559 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:40.560 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:40.561 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:40.561 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:40.610 [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@5b1ebf56: defining beans [bean]; root of factory hierarchy 
00:25:40.610 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:40.610 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:40.611 [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} 
00:25:40.611 [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] 
00:25:40.615 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@691939c9] 
00:25:40.615 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4f1bfe23] 
00:25:40.618 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5dcd8c7a] 
00:25:40.618 [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 [Thu May 09 00:25:40 UTC 2024]; root of context hierarchy] 
00:25:40.618 [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} 
00:25:40.619 [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} 
00:25:40.619 [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) 
00:25:40.620 [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 [Thu May 09 00:25:40 UTC 2024]; root of context hierarchy 
00:25:40.620 [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 [Thu May 09 00:25:40 UTC 2024]; root of context hierarchy] 
00:25:40.621 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:40.621 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:40.622 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:440 - Reading OSGi results for test [testXmlOsgiContext] 
00:25:40.622 [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: 0.956 sec - in org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest
00:25:40.625 [Thread-0]        INFO  o.e.g.b.i.c.PublishedInterfacesTest:471 - Shutting down OSGi platform 
00:25:40.625 [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) 
00:25:40.625 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:40.625 [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 [Thu May 09 00:25:40 UTC 2024]; root of context hierarchy 
00:25:40.625 [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 [Thu May 09 00:25:40 UTC 2024]; root of context hierarchy] 
00:25:40.625 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:40.625 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:40.636 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:40.637 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:40.637 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:40.637 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:40.637 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:40.637 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:40.638 [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 
00:25:40.638 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:40.639 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:40.639 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:41,251 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:41,315 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:41,317 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:41,341 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:41,362 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:41,364 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:41,367 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:41,373 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:25:41,382 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:41,382 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:41,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:41,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:41,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:41,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:41,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:41,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
00:25:41,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:41,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:41,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:41,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:41,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:41,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:41,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:41,384 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:41,384 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:41,385 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:41,385 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:41,385 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest
00:25:41.489 [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 
00:25:41.493 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:85 - Instantiating platform wrapper... 
00:25:41.493 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:215 - About to start Equinox OSGi Platform 
00:25:41.733 [main]            INFO  o.e.g.b.i.c.CollectionCycleTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:41.736 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:41.737 [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.1.BUILD-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} 
00:25:41.738 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:41.738 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:41.807 [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] 
00:25:41.815 [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] 
00:25:41.818 [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] 
00:25:41.820 [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] 
00:25:41.826 [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] 
00:25:41.830 [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] 
00:25:41.832 [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] 
00:25:41.841 [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] 
00:25:41.847 [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] 
00:25:41.855 [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] 
00:25:41.866 [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] 
00:25:41.869 [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] 
00:25:41.873 [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] 
00:25:41.879 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:41.880 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:41.884 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:41.886 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:41.897 [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] 
00:25:41.914 [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] 
00:25:41.914 [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] 
00:25:41.914 [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] 
00:25:41.915 [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] 
00:25:41.915 [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] 
00:25:41.915 [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] 
00:25:41.915 [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] 
00:25:41.915 [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] 
00:25:41.916 [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] 
00:25:41.916 [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] 
00:25:41.936 [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] 
00:25:41.937 [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] 
00:25:41.937 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:41.937 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:41.937 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:41,963 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:41,986 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:41,988 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:41,994 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:42,009 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:42,010 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:42,012 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:42,017 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@290222c1 - No compression will be used
00:25:42,021 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:42,021 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:42,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:42,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:42,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:42,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:42,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:42,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
00:25:42,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
00:25:42,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:42,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:42,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:42,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:42,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:42,023 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:42,023 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:42,023 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:42,031 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:42,031 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:42,032 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55634720 - Registering current configuration as safe fallback point
00:25:42.039 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:42.046 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:42.103 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:42.103 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:42.106 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:42.108 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:42.111 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:42.113 [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 
00:25:42.114 [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) 
00:25:42.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)] 
00:25:42.114 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:42.114 [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 
00:25:42.114 [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) 
00:25:42.114 [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)] 
00:25:42.115 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:42.115 [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 
00:25:42.115 [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) 
00:25:42.115 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:42.115 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:42.115 [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 
00:25:42.115 [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) 
00:25:42.116 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:42.116 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:42.116 [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 
00:25:42.116 [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) 
00:25:42.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)] 
00:25:42.116 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:42.117 [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 
00:25:42.117 [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) 
00:25:42.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)] 
00:25:42.117 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:42.117 [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 
00:25:42.118 [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) 
00:25:42.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)] 
00:25:42.118 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:42.118 [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 
00:25:42.119 [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) 
00:25:42.119 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:42.119 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:42.120 [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 
00:25:42.120 [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) 
00:25:42.120 [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)] 
00:25:42.120 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:42.121 [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 
00:25:42.121 [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) 
00:25:42.121 [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)] 
00:25:42.121 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:42.123 [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 
00:25:42.123 [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) 
00:25:42.123 [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)] 
00:25:42.123 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:42.123 [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 
00:25:42.123 [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) 
00:25:42.124 [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)] 
00:25:42.124 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:42.124 [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 
00:25:42.124 [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) 
00:25:42.124 [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)] 
00:25:42.128 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:42.128 [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 
00:25:42.128 [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) 
00:25:42.129 [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)] 
00:25:42.129 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:42.129 [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 
00:25:42.129 [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) 
00:25:42.129 [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)] 
00:25:42.129 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:42.130 [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 
00:25:42.130 [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) 
00:25:42.130 [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)] 
00:25:42.139 [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)] 
00:25:42.139 [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)] 
00:25:42.143 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:42.143 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:42.145 [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)] 
00:25:42.146 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:42.146 [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@2462cb01 w/ reference null 
00:25:42.147 [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@2462cb01 w/ reference null 
00:25:42.147 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:42.150 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:42.156 [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 
00:25:42.157 [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)] 
00:25:42.157 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:42.157 [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 
00:25:42.157 [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)] 
00:25:42.158 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:42.158 [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 
00:25:42.158 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:42.158 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:42.158 [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 
00:25:42.159 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:42.159 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:42.159 [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 
00:25:42.159 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:42.159 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:42.160 [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 
00:25:42.160 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:42.160 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:42.160 [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 
00:25:42.160 [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)] 
00:25:42.160 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:42.163 [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 
00:25:42.164 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:42.164 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:42.165 [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 
00:25:42.165 [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)] 
00:25:42.165 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:42.167 [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 
00:25:42.167 [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)] 
00:25:42.167 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:42.168 [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 
00:25:42.168 [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)] 
00:25:42.169 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:42.169 [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 
00:25:42.169 [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)] 
00:25:42.169 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:42.170 [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 
00:25:42.170 [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)] 
00:25:42.170 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:42.171 [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 
00:25:42.171 [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)] 
00:25:42.171 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:42.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 
00:25:42.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)] 
00:25:42.172 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:42.173 [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 
00:25:42.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)] 
00:25:42.173 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:42.176 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:42.177 [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 
00:25:42.177 [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) 
00:25:42.177 [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)] 
00:25:42.177 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:42.178 [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 
00:25:42.178 [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)] 
00:25:42.180 [main]            INFO  o.e.g.b.i.c.CollectionCycleTest:199 - org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest-bundle.properties was not found; using defaults 
00:25:42.180 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:511 - Post processing: creating test bundle 
00:25:42.188 [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] 
00:25:42.188 [main]            INFO  o.e.g.b.i.c.CollectionCycleTest:202 - Automatically creating Manifest for the test bundle 
00:25:42.189 [main]            INFO  o.e.g.b.i.c.CollectionCycleTest:366 - Using the test class for generating bundle imports 
00:25:42.190 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 
00:25:42.190 [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... 
00:25:42.193 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class CollectionCycleTest 
00:25:42.200 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 
00:25:42.200 [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... 
00:25:42.200 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseImporterCycleTest 
00:25:42.201 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:42.201 [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... 
00:25:42.201 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseIntegrationTest 
00:25:42.203 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:42.203 [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... 
00:25:42.203 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:25:42.204 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:42.204 [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... 
00:25:42.204 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:25:42.205 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:25:42.205 [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 
00:25:42.205 [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} 
00:25:42.205 [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] 
00:25:42.205 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:25:42.205 [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] 
00:25:42.206 [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] 
00:25:42.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-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]] 
00:25:42.206 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:42.206 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:42.206 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:42.206 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:42.206 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:42.206 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:42.206 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:42.206 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:42.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:42.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:42.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 
00:25:42.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 
00:25:42.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 
00:25:42.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 
00:25:42.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 
00:25:42.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 
00:25:42.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 
00:25:42.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 
00:25:42.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 
00:25:42.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 
00:25:42.208 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 
00:25:42.212 [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 
00:25:42.213 [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.* 
00:25:42.215 [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)] 
00:25:42.215 [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 
00:25:42.215 [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) 
00:25:42.215 [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)] 
00:25:42.215 [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)] 
00:25:42.216 [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 
00:25:42.216 [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)] 
00:25:42.216 [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 
00:25:42.216 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:42.218 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:42.218 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:42.218 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:42.218 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:42.219 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:42.219 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:42.219 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:42.220 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:42.220 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:42.221 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:42.223 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:42.223 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:42.223 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:42.224 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:42.224 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:42.225 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:42.225 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:42.225 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:42.225 [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. 
00:25:42.226 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:364 - Writing test name [testListenersBetweenThem] to OSGi 
00:25:42.238 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenersBetweenThem] for execution inside OSGi 
00:25:42.238 [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 
00:25:42.239 [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 
00:25:42.244 [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 [Thu May 09 00:25:42 UTC 2024]; root of context hierarchy 
00:25:42.248 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:42.266 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk671467883/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml] 
00:25:42.285 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:42.286 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk671467883/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:42.287 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:42.287 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:42.378 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:42.378 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:42.405 [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@5ce8d869: defining beans [listenerA,listenerB,importer]; root of factory hierarchy 
00:25:42.410 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:42.411 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:42.411 [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} 
00:25:42.412 [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] 
00:25:42.418 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6fb365ed] 
00:25:42.418 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6e950bcf] 
00:25:42.436 [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 
00:25:42.436 [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 
00:25:42.437 [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 
00:25:42.438 [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 
00:25:42.438 [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 
00:25:42.440 [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 
00:25:42.440 [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 
00:25:42.441 [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 
00:25:42.442 [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 
00:25:42.442 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
00:25:42.442 [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)] 
00:25:42.442 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:42.443 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:42.443 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.awt.Shape)] 
00:25:42.443 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:42.444 [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 
00:25:42.444 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
00:25:42.444 [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 
00:25:42.444 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53bd8fca w/ reference null 
00:25:42.445 [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 
00:25:42.445 [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 
00:25:42.445 [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 
00:25:42.446 [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 
00:25:42.447 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
00:25:42.447 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53bd8fca w/ reference null 
00:25:42.447 [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 
00:25:42.447 [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 
00:25:42.449 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@37c7595] 
00:25:42.451 [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 [Thu May 09 00:25:42 UTC 2024]; root of context hierarchy] 
00:25:42.452 [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} 
00:25:42.453 [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} 
00:25:42.472 [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} 
00:25:42.478 [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 
00:25:42.479 [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 
00:25:42.479 [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 
00:25:42.480 [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 
00:25:42.480 [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 
00:25:42.482 [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} 
00:25:42.483 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4af0df05 with props={objectClass=[Ljava.lang.String;@57ea113a, service.id=33} 
00:25:42.483 [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) 
00:25:42.483 [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} 
00:25:42.484 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53bd8fca w/ reference {java.awt.Shape}={service.id=33} 
00:25:42.484 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4af0df05 with props={objectClass=[Ljava.lang.String;@57ea113a, service.id=33} 
00:25:42.484 [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) 
00:25:42.484 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53bd8fca w/ reference {java.awt.Shape}={service.id=33} 
00:25:42.485 [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} 
00:25:42.485 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@4af0df05 with props={objectClass=[Ljava.lang.String;@2072acb2, service.id=33} 
00:25:42.485 [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} 
00:25:42.485 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53bd8fca w/ reference {java.awt.Shape}={service.id=33} 
00:25:42.485 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@4af0df05 with props={objectClass=[Ljava.lang.String;@2072acb2, service.id=33} 
00:25:42.485 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53bd8fca w/ reference {java.awt.Shape}={service.id=33} 
00:25:42.486 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:42.486 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:440 - Reading OSGi results for test [testListenersBetweenThem] 
00:25:42.487 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:447 - Test[testListenersBetweenThem]'s result read 
00:25:42.487 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:364 - Writing test name [testListenerA] to OSGi 
00:25:42.488 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerA] for execution inside OSGi 
00:25:42.488 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6622fc65 
00:25:42.489 [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} 
00:25:42.489 [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=34} 
00:25:42.489 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@299321e2 with props={objectClass=[Ljava.lang.String;@23fb172e, service.id=34} 
00:25:42.489 [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) 
00:25:42.489 [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=34} 
00:25:42.490 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53bd8fca w/ reference {java.awt.Shape}={service.id=34} 
00:25:42.490 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@299321e2 with props={objectClass=[Ljava.lang.String;@23fb172e, service.id=34} 
00:25:42.490 [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) 
00:25:42.490 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53bd8fca w/ reference {java.awt.Shape}={service.id=34} 
00:25:42.493 [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=34} 
00:25:42.493 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@299321e2 with props={objectClass=[Ljava.lang.String;@340da44c, service.id=34} 
00:25:42.493 [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=34} 
00:25:42.493 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53bd8fca w/ reference {java.awt.Shape}={service.id=34} 
00:25:42.493 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@299321e2 with props={objectClass=[Ljava.lang.String;@340da44c, service.id=34} 
00:25:42.494 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53bd8fca w/ reference {java.awt.Shape}={service.id=34} 
00:25:42.494 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:42.494 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:440 - Reading OSGi results for test [testListenerA] 
00:25:42.494 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:447 - Test[testListenerA]'s result read 
00:25:42.494 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:364 - Writing test name [testListenerB] to OSGi 
00:25:42.495 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerB] for execution inside OSGi 
00:25:42.495 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@424ebba3 
00:25:42.496 [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} 
00:25:42.496 [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=35} 
00:25:42.496 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@37052337 with props={objectClass=[Ljava.lang.String;@2320fa6f, service.id=35} 
00:25:42.496 [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) 
00:25:42.496 [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=35} 
00:25:42.496 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53bd8fca w/ reference {java.awt.Shape}={service.id=35} 
00:25:42.496 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@37052337 with props={objectClass=[Ljava.lang.String;@2320fa6f, service.id=35} 
00:25:42.497 [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) 
00:25:42.497 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53bd8fca w/ reference {java.awt.Shape}={service.id=35} 
00:25:42.497 [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=35} 
00:25:42.497 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@37052337 with props={objectClass=[Ljava.lang.String;@53f0a4cb, service.id=35} 
00:25:42.497 [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=35} 
00:25:42.497 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53bd8fca w/ reference {java.awt.Shape}={service.id=35} 
00:25:42.498 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@37052337 with props={objectClass=[Ljava.lang.String;@53f0a4cb, service.id=35} 
00:25:42.498 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53bd8fca w/ reference {java.awt.Shape}={service.id=35} 
00:25:42.498 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:42.498 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:440 - Reading OSGi results for test [testListenerB] 
00:25:42.498 [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: 1.012 sec - in org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest
00:25:42.500 [Thread-0]        INFO  o.e.g.b.i.c.CollectionCycleTest:471 - Shutting down OSGi platform 
00:25:42.501 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:42.501 [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) 
00:25:42.501 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:42.501 [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 [Thu May 09 00:25:42 UTC 2024]; root of context hierarchy 
00:25:42.501 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:42.501 [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 [Thu May 09 00:25:42 UTC 2024]; root of context hierarchy] 
00:25:42.501 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:42.501 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:42.502 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:42.502 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:42.502 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:42.503 [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 
00:25:42.503 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:42.503 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:42.503 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:42.503 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:43,119 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:43,201 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:43,202 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:43,215 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:43,252 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:43,254 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:43,257 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:43,263 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:25:43,272 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:43,272 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:43,273 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:43,273 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:43,273 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:43,273 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:43,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:43,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:43,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:43,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:43,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:43,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:43,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:43,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:43,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:43,274 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:43,274 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:43,275 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:43,275 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:43,276 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest
00:25:43.364 [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 
00:25:43.367 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:85 - Instantiating platform wrapper... 
00:25:43.367 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:215 - About to start Equinox OSGi Platform 
00:25:43.578 [main]            INFO  o.e.g.b.i.c.ReferenceCycleTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:43.580 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:43.581 [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.1.BUILD-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} 
00:25:43.582 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:43.583 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:43.659 [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] 
00:25:43.671 [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] 
00:25:43.675 [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] 
00:25:43.677 [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] 
00:25:43.686 [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] 
00:25:43.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.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 
00:25:43.695 [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] 
00:25:43.703 [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] 
00:25:43.737 [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] 
00:25:43.747 [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] 
00:25:43.761 [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] 
00:25:43.765 [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] 
00:25:43.770 [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] 
00:25:43.779 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:43.781 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:43.786 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:43.788 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:43.799 [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] 
00:25:43.841 [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] 
00:25:43.842 [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] 
00:25:43.842 [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] 
00:25:43.842 [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] 
00:25:43.842 [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] 
00:25:43.843 [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] 
00:25:43.843 [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] 
00:25:43.843 [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] 
00:25:43.843 [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] 
00:25:43.844 [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] 
00:25:43.844 [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] 
00:25:43.844 [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] 
00:25:43.844 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:43.844 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:43.845 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:43,873 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:43,897 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:43,898 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:43,905 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:43,936 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:43,938 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:43,940 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:43,946 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@290222c1 - No compression will be used
00:25:43,949 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:43,949 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:43,950 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:43,951 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:43,951 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:43,951 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:43,951 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:43,951 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:43,951 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:43,951 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:43,951 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:43,951 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:43,951 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:43,951 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:43,952 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:43,952 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:43,952 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:43,952 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:43,952 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:43,953 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55634720 - Registering current configuration as safe fallback point
00:25:43.969 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:43.976 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:44.042 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:44.044 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:44.048 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:44.052 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:44.056 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:44.058 [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 
00:25:44.059 [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) 
00:25:44.059 [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)] 
00:25:44.059 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:44.059 [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 
00:25:44.059 [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) 
00:25:44.060 [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)] 
00:25:44.060 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:44.060 [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 
00:25:44.060 [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) 
00:25:44.060 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:44.060 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:44.061 [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 
00:25:44.061 [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) 
00:25:44.061 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:44.061 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:44.062 [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 
00:25:44.062 [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) 
00:25:44.062 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:44.062 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:44.062 [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 
00:25:44.062 [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) 
00:25:44.062 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:44.063 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:44.063 [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 
00:25:44.063 [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) 
00:25:44.063 [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)] 
00:25:44.063 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:44.064 [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 
00:25:44.064 [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) 
00:25:44.064 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:44.064 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:44.065 [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 
00:25:44.065 [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) 
00:25:44.065 [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)] 
00:25:44.066 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:44.067 [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 
00:25:44.067 [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) 
00:25:44.067 [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)] 
00:25:44.067 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:44.069 [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 
00:25:44.069 [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) 
00:25:44.069 [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)] 
00:25:44.069 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:44.069 [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 
00:25:44.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) 
00:25:44.070 [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)] 
00:25:44.070 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:44.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 
00:25:44.070 [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) 
00:25:44.070 [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)] 
00:25:44.074 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:44.075 [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 
00:25:44.075 [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) 
00:25:44.075 [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)] 
00:25:44.075 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:44.075 [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 
00:25:44.075 [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) 
00:25:44.076 [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)] 
00:25:44.076 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:44.076 [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 
00:25:44.076 [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) 
00:25:44.076 [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)] 
00:25:44.083 [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)] 
00:25:44.083 [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)] 
00:25:44.088 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:44.089 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:44.091 [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)] 
00:25:44.092 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:44.093 [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@2462cb01 w/ reference null 
00:25:44.093 [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@2462cb01 w/ reference null 
00:25:44.094 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:44.096 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:44.103 [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 
00:25:44.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)] 
00:25:44.104 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:44.104 [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 
00:25:44.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)] 
00:25:44.105 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:44.105 [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 
00:25:44.105 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:44.105 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:44.106 [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 
00:25:44.106 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:44.106 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:44.107 [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 
00:25:44.107 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:44.107 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:44.107 [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 
00:25:44.108 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:44.108 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:44.108 [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 
00:25:44.108 [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)] 
00:25:44.108 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:44.109 [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 
00:25:44.109 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:44.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)] 
00:25:44.110 [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 
00:25:44.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)] 
00:25:44.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)] 
00:25:44.111 [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 
00:25:44.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)] 
00:25:44.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)] 
00:25:44.113 [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 
00:25:44.113 [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)] 
00:25:44.113 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:44.114 [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 
00:25:44.114 [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)] 
00:25:44.114 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:44.115 [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 
00:25:44.115 [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)] 
00:25:44.115 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:44.116 [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 
00:25:44.116 [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)] 
00:25:44.116 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:44.116 [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 
00:25:44.116 [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)] 
00:25:44.116 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:44.117 [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 
00:25:44.117 [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)] 
00:25:44.118 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:44.121 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:44.121 [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 
00:25:44.121 [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) 
00:25:44.121 [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)] 
00:25:44.121 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:44.122 [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 
00:25:44.122 [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)] 
00:25:44.123 [main]            INFO  o.e.g.b.i.c.ReferenceCycleTest:199 - org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest-bundle.properties was not found; using defaults 
00:25:44.124 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:511 - Post processing: creating test bundle 
00:25:44.132 [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] 
00:25:44.132 [main]            INFO  o.e.g.b.i.c.ReferenceCycleTest:202 - Automatically creating Manifest for the test bundle 
00:25:44.133 [main]            INFO  o.e.g.b.i.c.ReferenceCycleTest:366 - Using the test class for generating bundle imports 
00:25:44.134 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 
00:25:44.136 [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... 
00:25:44.139 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class ReferenceCycleTest 
00:25:44.146 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 
00:25:44.146 [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... 
00:25:44.146 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseImporterCycleTest 
00:25:44.147 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:44.147 [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... 
00:25:44.147 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseIntegrationTest 
00:25:44.149 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:44.149 [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... 
00:25:44.149 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:25:44.150 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:44.150 [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... 
00:25:44.150 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:25:44.151 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:25:44.151 [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 
00:25:44.151 [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} 
00:25:44.151 [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] 
00:25:44.151 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:25:44.151 [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] 
00:25:44.152 [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] 
00:25:44.152 [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]] 
00:25:44.152 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:44.152 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:44.152 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:44.152 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:44.152 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:44.152 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:44.152 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:44.153 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:44.153 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:44.153 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:44.153 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 
00:25:44.153 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 
00:25:44.153 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 
00:25:44.153 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 
00:25:44.153 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 
00:25:44.153 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 
00:25:44.153 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 
00:25:44.153 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 
00:25:44.153 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 
00:25:44.154 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 
00:25:44.154 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 
00:25:44.158 [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 
00:25:44.159 [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.* 
00:25:44.161 [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)] 
00:25:44.161 [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 
00:25:44.161 [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) 
00:25:44.161 [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)] 
00:25:44.162 [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)] 
00:25:44.162 [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 
00:25:44.162 [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)] 
00:25:44.162 [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 
00:25:44.162 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:44.164 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:44.164 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:44.164 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:44.165 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:44.165 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:44.165 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:44.165 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:44.166 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:44.167 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:44.168 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:44.169 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:44.169 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:44.170 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:44.170 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:44.170 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:44.171 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:44.171 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:44.172 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:44.172 [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. 
00:25:44.172 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:364 - Writing test name [testListenersBetweenThem] to OSGi 
00:25:44.181 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenersBetweenThem] for execution inside OSGi 
00:25:44.181 [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 
00:25:44.181 [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 
00:25:44.187 [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 [Thu May 09 00:25:44 UTC 2024]; root of context hierarchy 
00:25:44.191 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:44.209 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk671467883/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml] 
00:25:44.229 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:44.229 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk671467883/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:44.230 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:44.231 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:44.325 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:44.325 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:44.357 [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@27eedb64: defining beans [listenerA,listenerB,importer]; root of factory hierarchy 
00:25:44.362 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:44.363 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:44.363 [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} 
00:25:44.364 [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] 
00:25:44.370 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6e950bcf] 
00:25:44.370 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@16414e40] 
00:25:44.389 [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 
00:25:44.390 [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 
00:25:44.391 [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 
00:25:44.391 [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 
00:25:44.392 [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 
00:25:44.393 [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 
00:25:44.393 [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 
00:25:44.395 [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 
00:25:44.395 [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 
00:25:44.396 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
00:25:44.396 [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)] 
00:25:44.396 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:25:44.400 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:25:44.405 [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 
00:25:44.405 [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 
00:25:44.405 [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 
00:25:44.406 [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 
00:25:44.406 [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 
00:25:44.408 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
00:25:44.409 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
00:25:44.409 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference null 
00:25:44.409 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
00:25:44.409 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference null 
00:25:44.409 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference null 
00:25:44.410 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:25:44.410 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:25:44.410 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
00:25:44.410 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
00:25:44.411 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference null 
00:25:44.411 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
00:25:44.411 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference null 
00:25:44.411 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference null 
00:25:44.411 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
00:25:44.411 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference null 
00:25:44.412 [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 
00:25:44.412 [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 
00:25:44.413 [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 
00:25:44.413 [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 
00:25:44.414 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
00:25:44.414 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference null 
00:25:44.414 [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 
00:25:44.415 [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 
00:25:44.416 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@42463763] 
00:25:44.418 [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 [Thu May 09 00:25:44 UTC 2024]; root of context hierarchy] 
00:25:44.419 [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} 
00:25:44.420 [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} 
00:25:44.437 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=33}] bound to proxy 
00:25:44.437 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=33}] bound to proxy 
00:25:44.437 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=33} 
00:25:44.437 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@3e821657 with props={objectClass=[Ljava.lang.String;@1d131e1b, service.id=33} 
00:25:44.437 [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) 
00:25:44.438 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=33} 
00:25:44.438 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=33} 
00:25:44.438 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@3e821657 with props={objectClass=[Ljava.lang.String;@1d131e1b, service.id=33} 
00:25:44.438 [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) 
00:25:44.438 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=33} 
00:25:44.439 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=33}] bound to proxy 
00:25:44.439 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=33}] bound to proxy 
00:25:44.439 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=33} 
00:25:44.439 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@43b6123e with props={objectClass=[Ljava.lang.String;@260e86a1, service.id=33} 
00:25:44.439 [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) 
00:25:44.439 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=33} 
00:25:44.439 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=33} 
00:25:44.439 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@43b6123e with props={objectClass=[Ljava.lang.String;@260e86a1, service.id=33} 
00:25:44.439 [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) 
00:25:44.439 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=33} 
00:25:44.440 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=33} 
00:25:44.440 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@3e821657 with props={objectClass=[Ljava.lang.String;@61e94def, service.id=33} 
00:25:44.440 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=33} 
00:25:44.440 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=33} 
00:25:44.440 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@3e821657 with props={objectClass=[Ljava.lang.String;@61e94def, service.id=33} 
00:25:44.441 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=33} 
00:25:44.441 [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 
00:25:44.441 [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 
00:25:44.441 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=33} 
00:25:44.441 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@43b6123e with props={objectClass=[Ljava.lang.String;@3300f4fd, service.id=33} 
00:25:44.441 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=33} 
00:25:44.441 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=33} 
00:25:44.441 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@43b6123e with props={objectClass=[Ljava.lang.String;@3300f4fd, service.id=33} 
00:25:44.441 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=33} 
00:25:44.441 [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 
00:25:44.442 [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 
00:25:44.442 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:44.442 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:440 - Reading OSGi results for test [testListenersBetweenThem] 
00:25:44.442 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:447 - Test[testListenersBetweenThem]'s result read 
00:25:44.443 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:364 - Writing test name [testListenerA] to OSGi 
00:25:44.444 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerA] for execution inside OSGi 
00:25:44.444 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7cbc3762 
00:25:44.444 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=34}] bound to proxy 
00:25:44.445 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=34}] bound to proxy 
00:25:44.445 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=34} 
00:25:44.445 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@3e821657 with props={objectClass=[Ljava.lang.String;@3a6f2de3, service.id=34} 
00:25:44.445 [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) 
00:25:44.445 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=34} 
00:25:44.445 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=34} 
00:25:44.445 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@3e821657 with props={objectClass=[Ljava.lang.String;@3a6f2de3, service.id=34} 
00:25:44.445 [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) 
00:25:44.445 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=34} 
00:25:44.446 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=34}] bound to proxy 
00:25:44.446 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=34}] bound to proxy 
00:25:44.446 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=34} 
00:25:44.446 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@43b6123e with props={objectClass=[Ljava.lang.String;@49872d67, service.id=34} 
00:25:44.446 [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) 
00:25:44.446 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=34} 
00:25:44.446 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=34} 
00:25:44.446 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@43b6123e with props={objectClass=[Ljava.lang.String;@49872d67, service.id=34} 
00:25:44.446 [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) 
00:25:44.447 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=34} 
00:25:44.450 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=34} 
00:25:44.450 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@3e821657 with props={objectClass=[Ljava.lang.String;@3b0c9195, service.id=34} 
00:25:44.450 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=34} 
00:25:44.450 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=34} 
00:25:44.450 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@3e821657 with props={objectClass=[Ljava.lang.String;@3b0c9195, service.id=34} 
00:25:44.450 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=34} 
00:25:44.451 [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 
00:25:44.451 [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 
00:25:44.451 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=34} 
00:25:44.451 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@43b6123e with props={objectClass=[Ljava.lang.String;@366c4480, service.id=34} 
00:25:44.451 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=34} 
00:25:44.451 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=34} 
00:25:44.451 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@43b6123e with props={objectClass=[Ljava.lang.String;@366c4480, service.id=34} 
00:25:44.451 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=34} 
00:25:44.451 [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 
00:25:44.451 [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 
00:25:44.452 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:44.452 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:440 - Reading OSGi results for test [testListenerA] 
00:25:44.452 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:447 - Test[testListenerA]'s result read 
00:25:44.452 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:364 - Writing test name [testListenerB] to OSGi 
00:25:44.452 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerB] for execution inside OSGi 
00:25:44.452 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2c7b5824 
00:25:44.453 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=35}] bound to proxy 
00:25:44.453 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=35}] bound to proxy 
00:25:44.453 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=35} 
00:25:44.453 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@3e821657 with props={objectClass=[Ljava.lang.String;@302a07d, service.id=35} 
00:25:44.453 [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) 
00:25:44.454 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=35} 
00:25:44.454 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=35} 
00:25:44.454 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@3e821657 with props={objectClass=[Ljava.lang.String;@302a07d, service.id=35} 
00:25:44.454 [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) 
00:25:44.454 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=35} 
00:25:44.454 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=35}] bound to proxy 
00:25:44.454 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=35}] bound to proxy 
00:25:44.454 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=35} 
00:25:44.454 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@43b6123e with props={objectClass=[Ljava.lang.String;@5cdd09b1, service.id=35} 
00:25:44.454 [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) 
00:25:44.455 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=35} 
00:25:44.455 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=35} 
00:25:44.455 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@43b6123e with props={objectClass=[Ljava.lang.String;@5cdd09b1, service.id=35} 
00:25:44.455 [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) 
00:25:44.455 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=35} 
00:25:44.455 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=35} 
00:25:44.455 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@3e821657 with props={objectClass=[Ljava.lang.String;@681a8b4e, service.id=35} 
00:25:44.455 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=35} 
00:25:44.455 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=35} 
00:25:44.456 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@3e821657 with props={objectClass=[Ljava.lang.String;@681a8b4e, service.id=35} 
00:25:44.456 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=35} 
00:25:44.456 [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 
00:25:44.456 [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 
00:25:44.456 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=35} 
00:25:44.456 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@43b6123e with props={objectClass=[Ljava.lang.String;@5cbe877d, service.id=35} 
00:25:44.456 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@35d08e6c w/ reference {java.awt.Shape}={service.id=35} 
00:25:44.456 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=35} 
00:25:44.456 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@43b6123e with props={objectClass=[Ljava.lang.String;@5cbe877d, service.id=35} 
00:25:44.456 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@53d102a2 w/ reference {java.awt.Shape}={service.id=35} 
00:25:44.457 [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 
00:25:44.457 [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 
00:25:44.457 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:44.457 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:440 - Reading OSGi results for test [testListenerB] 
00:25:44.457 [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: 1.096 sec - in org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest
00:25:44.459 [Thread-0]        INFO  o.e.g.b.i.c.ReferenceCycleTest:471 - Shutting down OSGi platform 
00:25:44.460 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:44.460 [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) 
00:25:44.460 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:44.460 [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 [Thu May 09 00:25:44 UTC 2024]; root of context hierarchy 
00:25:44.460 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:44.460 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:44.460 [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 [Thu May 09 00:25:44 UTC 2024]; root of context hierarchy] 
00:25:44.460 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:44.460 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:44.460 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:44.460 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:44.461 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:44.462 [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 
00:25:44.462 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:44.463 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:44.463 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:45,083 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:45,163 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:45,165 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:45,177 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:45,197 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:45,199 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:45,202 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:45,207 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fac631b - No compression will be used
00:25:45,216 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:45,216 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:45,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:45,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:45,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:45,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:45,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:45,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:45,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:45,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:45,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:45,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:45,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:45,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:45,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:45,219 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:45,219 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:45,219 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:45,219 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:45,220 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@50b494a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest
00:25:45.301 [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 
00:25:45.304 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:85 - Instantiating platform wrapper... 
00:25:45.304 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:215 - About to start Equinox OSGi Platform 
00:25:45.512 [main]            INFO  o.e.g.b.i.c.ExporterCycleTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:45.515 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:45.516 [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.1.BUILD-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} 
00:25:45.517 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:45.517 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:45.586 [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] 
00:25:45.595 [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] 
00:25:45.598 [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] 
00:25:45.600 [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] 
00:25:45.605 [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] 
00:25:45.610 [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] 
00:25:45.611 [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] 
00:25:45.616 [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] 
00:25:45.622 [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] 
00:25:45.644 [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] 
00:25:45.655 [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] 
00:25:45.658 [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] 
00:25:45.662 [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] 
00:25:45.668 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:45.670 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:45.673 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:45.676 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:45.686 [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] 
00:25:45.705 [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] 
00:25:45.705 [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] 
00:25:45.706 [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] 
00:25:45.706 [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] 
00:25:45.706 [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] 
00:25:45.706 [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] 
00:25:45.707 [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] 
00:25:45.707 [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] 
00:25:45.707 [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] 
00:25:45.708 [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] 
00:25:45.708 [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] 
00:25:45.708 [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] 
00:25:45.708 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:45.709 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:45.709 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:45,758 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:45,781 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:45,782 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:45,789 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:45,803 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:45,804 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:45,807 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:45,812 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:25:45,816 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:45,816 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:45,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:45,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:45,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:45,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:45,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:45,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
00:25:45,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
00:25:45,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:45,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:45,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:45,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:45,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:45,819 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:45,819 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:45,819 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:45,819 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:45,819 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:45,820 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:25:45.835 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:45.841 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:45.897 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:45.897 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:45.900 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:45.902 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:45.905 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:45.907 [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 
00:25:45.907 [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) 
00:25:45.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)] 
00:25:45.908 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:45.908 [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 
00:25:45.908 [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) 
00:25:45.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)] 
00:25:45.908 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:45.909 [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 
00:25:45.909 [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) 
00:25:45.909 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:45.909 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:45.909 [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 
00:25:45.909 [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) 
00:25:45.910 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:45.910 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:45.910 [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 
00:25:45.910 [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) 
00:25:45.910 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:45.911 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:45.911 [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 
00:25:45.911 [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) 
00:25:45.911 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:45.911 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:45.912 [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 
00:25:45.912 [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) 
00:25:45.912 [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)] 
00:25:45.912 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:45.913 [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 
00:25:45.913 [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) 
00:25:45.913 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:45.913 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:45.914 [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 
00:25:45.914 [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) 
00:25:45.914 [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)] 
00:25:45.914 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:45.915 [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 
00:25:45.915 [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) 
00:25:45.915 [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)] 
00:25:45.915 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:45.917 [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 
00:25:45.917 [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) 
00:25:45.917 [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)] 
00:25:45.917 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:45.917 [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 
00:25:45.917 [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) 
00:25:45.917 [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)] 
00:25:45.918 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:45.918 [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 
00:25:45.918 [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) 
00:25:45.918 [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)] 
00:25:45.921 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:45.922 [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 
00:25:45.922 [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) 
00:25:45.922 [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)] 
00:25:45.923 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:45.923 [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 
00:25:45.923 [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) 
00:25:45.923 [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)] 
00:25:45.923 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:45.924 [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 
00:25:45.924 [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) 
00:25:45.924 [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)] 
00:25:45.929 [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)] 
00:25:45.930 [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)] 
00:25:45.933 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:45.934 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:45.936 [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)] 
00:25:45.937 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:45.937 [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@1b410b60 w/ reference null 
00:25:45.938 [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@1b410b60 w/ reference null 
00:25:45.938 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:45.940 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:45.947 [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 
00:25:45.947 [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)] 
00:25:45.947 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:45.948 [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 
00:25:45.948 [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)] 
00:25:45.948 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:45.948 [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 
00:25:45.948 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:45.949 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:45.949 [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 
00:25:45.949 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:45.949 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:45.950 [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 
00:25:45.950 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:45.950 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:45.950 [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 
00:25:45.950 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:45.950 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:45.951 [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 
00:25:45.951 [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)] 
00:25:45.951 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:45.952 [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 
00:25:45.952 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:45.952 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:45.955 [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 
00:25:45.956 [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)] 
00:25:45.956 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:45.957 [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 
00:25:45.957 [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)] 
00:25:45.957 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:45.958 [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 
00:25:45.959 [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)] 
00:25:45.959 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:45.959 [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 
00:25:45.959 [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)] 
00:25:45.959 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:45.960 [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 
00:25:45.960 [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)] 
00:25:45.960 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:45.961 [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 
00:25:45.961 [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)] 
00:25:45.961 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:45.962 [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 
00:25:45.962 [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)] 
00:25:45.962 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:45.963 [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 
00:25:45.963 [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)] 
00:25:45.964 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:45.967 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:45.967 [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 
00:25:45.967 [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) 
00:25:45.968 [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)] 
00:25:45.968 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:45.968 [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 
00:25:45.968 [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)] 
00:25:45.970 [main]            INFO  o.e.g.b.i.c.ExporterCycleTest:199 - org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest-bundle.properties was not found; using defaults 
00:25:45.970 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:511 - Post processing: creating test bundle 
00:25:45.979 [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] 
00:25:45.979 [main]            INFO  o.e.g.b.i.c.ExporterCycleTest:202 - Automatically creating Manifest for the test bundle 
00:25:45.980 [main]            INFO  o.e.g.b.i.c.ExporterCycleTest:366 - Using the test class for generating bundle imports 
00:25:45.981 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 
00:25:45.981 [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... 
00:25:45.983 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class ExporterCycleTest 
00:25:45.991 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:45.991 [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... 
00:25:45.991 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class BaseIntegrationTest 
00:25:45.993 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:45.993 [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... 
00:25:45.993 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:25:45.994 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:45.995 [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... 
00:25:45.995 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:25:45.995 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:25:45.995 [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 
00:25:45.995 [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} 
00:25:45.996 [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] 
00:25:45.996 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:25:45.996 [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] 
00:25:45.996 [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] 
00:25:45.996 [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]] 
00:25:45.996 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:45.996 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:45.996 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:45.997 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:45.997 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:45.997 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:45.997 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:45.997 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:45.997 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:45.997 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:45.997 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 
00:25:45.997 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 
00:25:45.997 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 
00:25:45.998 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 
00:25:45.998 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 
00:25:45.998 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 
00:25:45.998 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 
00:25:45.998 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 
00:25:45.998 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 
00:25:45.998 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 
00:25:45.998 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 
00:25:46.003 [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 
00:25:46.003 [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.* 
00:25:46.006 [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)] 
00:25:46.006 [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 
00:25:46.006 [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) 
00:25:46.006 [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)] 
00:25:46.006 [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)] 
00:25:46.007 [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 
00:25:46.007 [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)] 
00:25:46.007 [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 
00:25:46.007 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:46.009 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:46.009 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:46.009 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:46.009 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:46.010 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:46.010 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:46.010 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:46.011 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:46.012 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:46.013 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:46.014 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:46.014 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:46.015 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:46.015 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:46.016 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:46.016 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:46.016 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:46.017 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:46.017 [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. 
00:25:46.017 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:364 - Writing test name [testListenersBetweenThem] to OSGi 
00:25:46.026 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenersBetweenThem] for execution inside OSGi 
00:25:46.026 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenersBetweenThem] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7ef27d7f 
00:25:46.026 [main]            INFO  o.e.g.b.i.c.ExporterCycleTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 
00:25:46.032 [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 [Thu May 09 00:25:46 UTC 2024]; root of context hierarchy 
00:25:46.039 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:46.057 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml] 
00:25:46.077 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:46.078 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:46.078 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:46.079 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:46.172 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:46.172 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:46.199 [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@2b76ff4e: defining beans [listenerA,listenerB,exporter]; root of factory hierarchy 
00:25:46.205 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:46.205 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:46.206 [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} 
00:25:46.207 [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] 
00:25:46.213 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@525575] 
00:25:46.213 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@46dffdc3] 
00:25:46.232 [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 
00:25:46.233 [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 
00:25:46.237 [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 
00:25:46.237 [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 
00:25:46.237 [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 
00:25:46.239 [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 
00:25:46.239 [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=[] 
00:25:46.240 [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 
00:25:46.240 [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=[] 
00:25:46.241 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporter] is being tracked for dependencies 
00:25:46.242 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporter] depends (transitively) on the following importers:{} 
00:25:46.243 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporter] depends on importers:[] 
00:25:46.243 [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} 
00:25:46.244 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Polygon, java.awt.Shape, java.io.Serializable}] 
00:25:46.244 [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;@57abad67, service.id=32} 
00:25:46.245 [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) 
00:25:46.245 [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;@57abad67, service.id=32} 
00:25:46.246 [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 
00:25:46.246 [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 
00:25:46.247 [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 
00:25:46.247 [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 
00:25:46.248 [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) 
00:25:46.248 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 
00:25:46.249 [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 
00:25:46.249 [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 
00:25:46.250 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@ff684e1] 
00:25:46.252 [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 [Thu May 09 00:25:46 UTC 2024]; root of context hierarchy] 
00:25:46.253 [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} 
00:25:46.254 [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} 
00:25:46.272 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:46.273 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:440 - Reading OSGi results for test [testListenersBetweenThem] 
00:25:46.273 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:447 - Test[testListenersBetweenThem]'s result read 
00:25:46.274 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:364 - Writing test name [testListenerA] to OSGi 
00:25:46.275 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerA] for execution inside OSGi 
00:25:46.275 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@56113384 
00:25:46.276 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:46.276 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:440 - Reading OSGi results for test [testListenerA] 
00:25:46.276 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:447 - Test[testListenerA]'s result read 
00:25:46.276 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:364 - Writing test name [testListenerB] to OSGi 
00:25:46.277 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerB] for execution inside OSGi 
00:25:46.277 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5669c5fb 
00:25:46.278 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:46.278 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:440 - Reading OSGi results for test [testListenerB] 
00:25:46.278 [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: 0.981 sec - in org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest
00:25:46.280 [Thread-0]        INFO  o.e.g.b.i.c.ExporterCycleTest:471 - Shutting down OSGi platform 
00:25:46.281 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:46.281 [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) 
00:25:46.281 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:46.281 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:46.281 [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 [Thu May 09 00:25:46 UTC 2024]; root of context hierarchy 
00:25:46.281 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:46.281 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:46.281 [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 [Thu May 09 00:25:46 UTC 2024]; root of context hierarchy] 
00:25:46.281 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:46.282 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:46.282 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:46.282 [Thread-4]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporter] 
00:25:46.282 [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;@6167c7f1, service.id=32} 
00:25:46.283 [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;@6167c7f1, service.id=32} 
00:25:46.283 [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}] 
00:25:46.283 [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 
00:25:46.283 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:46.283 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:46.284 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:46.284 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:46,912 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:46,989 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:46,991 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:47,003 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:47,023 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:47,025 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:47,037 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:47,043 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fac631b - No compression will be used
00:25:47,052 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:47,052 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:47,053 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:47,053 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:47,053 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:47,053 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:47,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:47,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:47,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:47,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:47,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:47,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:47,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:47,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:47,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:47,054 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:47,054 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:47,055 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:47,055 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:47,056 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@50b494a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest
00:25:47.122 [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 
00:25:47.125 [main]            TRACE o.e.g.b.i.d.DependencyTest:85 - Instantiating platform wrapper... 
00:25:47.125 [main]            DEBUG o.e.g.b.i.d.DependencyTest:215 - About to start Equinox OSGi Platform 
00:25:47.348 [main]            INFO  o.e.g.b.i.d.DependencyTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:47.350 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:47.351 [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.1.BUILD-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} 
00:25:47.352 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:47.353 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:47.426 [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] 
00:25:47.435 [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] 
00:25:47.439 [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] 
00:25:47.440 [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] 
00:25:47.446 [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] 
00:25:47.450 [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] 
00:25:47.452 [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] 
00:25:47.457 [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] 
00:25:47.463 [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] 
00:25:47.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-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 
00:25:47.482 [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] 
00:25:47.485 [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] 
00:25:47.489 [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] 
00:25:47.496 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:47.497 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:47.501 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:47.503 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:47.537 [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] 
00:25:47.555 [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] 
00:25:47.556 [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] 
00:25:47.556 [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] 
00:25:47.556 [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] 
00:25:47.556 [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] 
00:25:47.557 [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] 
00:25:47.557 [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] 
00:25:47.557 [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] 
00:25:47.557 [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] 
00:25:47.557 [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] 
00:25:47.558 [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] 
00:25:47.558 [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] 
00:25:47.558 [main]            DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:47.558 [main]            DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:47.559 [main]            DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:47,585 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:47,608 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:47,609 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:47,616 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:47,642 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:47,643 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:47,646 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:47,651 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:25:47,654 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:47,654 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:47,655 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:47,655 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:47,655 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:47,655 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:47,656 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:47,656 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:47,656 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:47,656 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:47,656 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:47,656 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:47,656 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:47,656 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:47,656 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:47,656 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:47,656 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:47,657 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:47,657 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:47,657 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:25:47.673 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:47.679 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:47.736 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:47.737 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:47.740 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:47.742 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:47.745 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:47.747 [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 
00:25:47.747 [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) 
00:25:47.747 [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)] 
00:25:47.748 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:47.748 [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 
00:25:47.748 [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) 
00:25:47.749 [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)] 
00:25:47.749 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:47.749 [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 
00:25:47.749 [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) 
00:25:47.749 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:47.749 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:47.749 [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 
00:25:47.750 [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) 
00:25:47.750 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:47.750 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:47.750 [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 
00:25:47.750 [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) 
00:25:47.750 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:47.751 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:47.751 [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 
00:25:47.751 [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) 
00:25:47.751 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:47.751 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:47.752 [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 
00:25:47.752 [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) 
00:25:47.752 [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)] 
00:25:47.752 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:47.753 [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 
00:25:47.753 [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) 
00:25:47.753 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:47.753 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:47.754 [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 
00:25:47.754 [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) 
00:25:47.754 [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)] 
00:25:47.754 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:47.755 [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 
00:25:47.755 [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) 
00:25:47.756 [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)] 
00:25:47.756 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:47.757 [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 
00:25:47.757 [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) 
00:25:47.757 [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)] 
00:25:47.757 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:47.758 [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 
00:25:47.758 [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) 
00:25:47.758 [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)] 
00:25:47.758 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:47.759 [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 
00:25:47.759 [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) 
00:25:47.759 [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)] 
00:25:47.762 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:47.763 [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 
00:25:47.763 [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) 
00:25:47.763 [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)] 
00:25:47.763 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:47.763 [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 
00:25:47.763 [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) 
00:25:47.764 [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)] 
00:25:47.764 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:47.764 [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 
00:25:47.764 [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) 
00:25:47.764 [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)] 
00:25:47.770 [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)] 
00:25:47.770 [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)] 
00:25:47.774 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:47.774 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:47.776 [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)] 
00:25:47.777 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:47.778 [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@1b410b60 w/ reference null 
00:25:47.778 [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@1b410b60 w/ reference null 
00:25:47.779 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:47.784 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:47.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 
00:25:47.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)] 
00:25:47.793 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:47.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 
00:25:47.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)] 
00:25:47.794 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:47.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 
00:25:47.794 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:47.795 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:47.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 
00:25:47.795 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:47.795 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:47.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 
00:25:47.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)] 
00:25:47.796 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:47.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 
00:25:47.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)] 
00:25:47.796 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:47.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 
00:25:47.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)] 
00:25:47.797 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:47.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 
00:25:47.798 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:47.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)] 
00:25:47.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 
00:25:47.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)] 
00:25:47.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)] 
00:25:47.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 
00:25:47.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)] 
00:25:47.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)] 
00:25:47.802 [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 
00:25:47.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)] 
00:25:47.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)] 
00:25:47.803 [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 
00:25:47.803 [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)] 
00:25:47.803 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:47.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 
00:25:47.804 [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)] 
00:25:47.804 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:47.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 
00:25:47.805 [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)] 
00:25:47.805 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:47.805 [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 
00:25:47.805 [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)] 
00:25:47.805 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:47.806 [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 
00:25:47.806 [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)] 
00:25:47.807 [main]            DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:47.809 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:47.810 [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 
00:25:47.810 [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) 
00:25:47.811 [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)] 
00:25:47.811 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:47.811 [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 
00:25:47.812 [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)] 
00:25:47.813 [main]            INFO  o.e.g.b.i.d.DependencyTest:199 - org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest-bundle.properties was not found; using defaults 
00:25:47.814 [main]            DEBUG o.e.g.b.i.d.DependencyTest:511 - Post processing: creating test bundle 
00:25:47.821 [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] 
00:25:47.821 [main]            INFO  o.e.g.b.i.d.DependencyTest:202 - Automatically creating Manifest for the test bundle 
00:25:47.822 [main]            INFO  o.e.g.b.i.d.DependencyTest:366 - Using the test class for generating bundle imports 
00:25:47.823 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.class 
00:25:47.823 [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... 
00:25:47.825 [main]            TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class DependencyTest 
00:25:47.836 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:47.837 [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... 
00:25:47.837 [main]            TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest 
00:25:47.839 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:47.839 [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... 
00:25:47.839 [main]            TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:25:47.839 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:47.840 [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... 
00:25:47.840 [main]            TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:25:47.840 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:25:47.840 [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 
00:25:47.840 [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} 
00:25:47.841 [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] 
00:25:47.841 [main]            TRACE o.e.g.b.i.d.DependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:25:47.841 [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] 
00:25:47.841 [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] 
00:25:47.841 [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]] 
00:25:47.841 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:47.841 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:47.841 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:47.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:47.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:47.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:47.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:47.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:47.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:47.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:47.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/ 
00:25:47.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest$1.class 
00:25:47.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.MF 
00:25:47.842 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.class 
00:25:47.846 [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 
00:25:47.847 [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.* 
00:25:47.849 [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)] 
00:25:47.849 [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 
00:25:47.849 [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) 
00:25:47.849 [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)] 
00:25:47.850 [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)] 
00:25:47.850 [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 
00:25:47.850 [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)] 
00:25:47.850 [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 
00:25:47.850 [main]            DEBUG o.e.g.b.i.d.DependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:47.852 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:47.852 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:47.852 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:47.853 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:47.853 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:47.853 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:47.853 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:47.854 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:47.855 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:47.856 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:47.857 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:47.857 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:47.858 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:47.858 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:47.859 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:47.859 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:47.859 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:47.860 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:47.860 [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. 
00:25:47.860 [main]            TRACE o.e.g.b.i.d.DependencyTest:364 - Writing test name [testDependencies] to OSGi 
00:25:47.868 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 
00:25:47.869 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@125290e5 
00:25:47.869 [main]            INFO  o.e.g.b.i.d.DependencyTest:190 - Loading context for locations:  
00:25:47.875 [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 [Thu May 09 00:25:47 UTC 2024]; root of context hierarchy 
00:25:47.878 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:25:47.891 [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@3f57bcad: defining beans []; root of factory hierarchy 
00:25:47.897 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:47.897 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:47.898 [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} 
00:25:47.898 [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] 
00:25:47.900 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@73cd37c0] 
00:25:47.901 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@21337f7b] 
00:25:47.902 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1800a575] 
00:25:47.904 [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 [Thu May 09 00:25:47 UTC 2024]; root of context hierarchy] 
00:25:47.905 [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} 
00:25:47.906 [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} 
00:25:47.928 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
starting dependency test bundle
00:25:47.950 [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)] 
00:25:47.951 [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 
00:25:47.951 [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) 
00:25:47.951 [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)] 
00:25:47.952 [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... 
00:25:47.952 [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 
00:25:47.952 [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)] 
00:25:47.954 [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)] 
00:25:47.954 [dependency test bundle] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:25:47.954 [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)] 
00:25:47.955 [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@9bafaa6 
00:25:47.955 [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 
00:25:47.955 [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) 
00:25:47.955 [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)] 
00:25:47.955 [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
00:25:47.955 [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 [Thu May 09 00:25:47 UTC 2024]; root of context hierarchy 
00:25:47.955 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:47.962 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/META-INF/spring/dependencies.xml] 
00:25:48.033 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:48.033 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:48.034 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:48.034 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:48.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:48.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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:48.104 [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@62464166: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy 
00:25:48.104 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:48.105 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:48.105 [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} 
00:25:48.105 [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] 
00:25:48.110 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:25:48.112 [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@62464166: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy] 
00:25:48.136 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:25:48.137 [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@111d540c 
00:25:48.137 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleService3, &simpleService2, &nested] 
00:25:48.137 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:25:48.149 [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))] 
00:25:48.150 [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))] 
00:25:48.151 [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] 
00:25:48.152 [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))] 
00:25:48.152 [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))] 
00:25:48.152 [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] 
00:25:48.152 [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)] 
00:25:48.153 [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)] 
00:25:48.153 [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] 
00:25:48.153 [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))] 
00:25:48.154 [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))] 
00:25:48.154 [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)] 
00:25:48.154 [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) 
00:25:48.154 [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]] 
00:25:48.154 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleService3, &simpleService2, &nested] 
00:25:48.154 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleService3, &nested, &simpleService2] 
00:25:48.154 [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) 
00:25:48.154 [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)) 
00:25:48.157 [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] 
00:25:48.158 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:48.158 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 
00:25:49.950 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 
00:25:49.950 [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 
00:25:49.950 [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) 
00:25:49.950 [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)] 
00:25:49.951 [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... 
00:25:49.951 [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 
00:25:49.951 [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)] 
00:25:49.951 [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)] 
00:25:49.951 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:25:49.951 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 
00:25:49.951 [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@9bafaa6 
00:25:49.952 [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 
00:25:49.952 [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) 
00:25:49.952 [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)] 
00:25:49.952 [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) 
00:25:49.952 [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 [Thu May 09 00:25:49 UTC 2024]; root of context hierarchy 
00:25:49.952 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:49.952 [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 
00:25:49.953 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:49.953 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1340565491/META-INF/spring/simpleservice-osgi.xml] 
00:25:49.953 [main]            DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 
00:25:49.955 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:49.955 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:49.955 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:49.956 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:49.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:49.970 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:49.975 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1340565491/META-INF/spring/simpleservice.xml] 
00:25:49.977 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:49.977 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:49.978 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:49.978 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:49.988 [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@3ab514c0: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
00:25:49.988 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:49.988 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:49.988 [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} 
00:25:49.988 [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] 
00:25:49.989 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:25:49.989 [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@3ab514c0: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
00:25:49.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:25:49.989 [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@111d540c 
00:25:49.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:25:49.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:25:49.990 [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) 
00:25:49.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:25:49.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:25:49.990 [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) 
00:25:49.990 [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) 
00:25:49.990 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:25:49.990 [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) 
00:25:49.991 [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@3552830a] 
00:25:49.991 [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@17ece8c6] 
00:25:49.998 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
00:25:49.999 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
00:25:49.999 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
00:25:49.999 [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 {} 
00:25:50.000 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
00:25:50.000 [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) 
00:25:50.001 [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} 
00:25:50.001 [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} 
00:25:50.001 [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}] 
00:25:50.002 [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] 
00:25:50.002 [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} 
00:25:50.002 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
00:25:50.003 [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@17af17e0] 
00:25:50.003 [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 [Thu May 09 00:25:49 UTC 2024]; root of context hierarchy] 
00:25:50.003 [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} 
00:25:50.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} 
00:25:50.004 [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 
00:25:50.004 [main]            DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 
00:25:50.004 [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]
00:25:50.004 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:25:50.004 [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 
00:25:50.004 [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) 
00:25:50.005 [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)] 
00:25:50.005 [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... 
00:25:50.005 [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 
00:25:50.005 [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)] 
00:25:50.005 [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)] 
00:25:50.005 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
00:25:50.005 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:25:50.005 [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@9bafaa6 
00:25:50.006 [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) 
00:25:50.006 [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 
00:25:50.006 [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) 
00:25:50.006 [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)] 
00:25:50.006 [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 [Thu May 09 00:25:50 UTC 2024]; root of context hierarchy 
00:25:50.006 [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 
00:25:50.006 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:50.006 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:50.006 [main]            DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
00:25:50.007 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1340565491/META-INF/spring/simpleservice-osgi.xml] 
00:25:50.009 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:50.009 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:50.009 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:50.009 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:50.019 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:50.019 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:50.039 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1340565491/META-INF/spring/simpleservice.xml] 
00:25:50.041 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:50.041 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:50.041 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:50.041 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:50.050 [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@30e85ed6: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
00:25:50.050 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:50.050 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:50.050 [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} 
00:25:50.050 [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] 
00:25:50.051 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:25:50.051 [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@30e85ed6: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
00:25:50.051 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:25:50.051 [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@111d540c 
00:25:50.051 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:25:50.051 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:25:50.051 [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) 
00:25:50.051 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:25:50.051 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:25:50.051 [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) 
00:25:50.051 [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) 
00:25:50.051 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:25:50.052 [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) 
00:25:50.052 [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@6e5fc6cd] 
00:25:50.052 [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@5b740639] 
00:25:50.053 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
00:25:50.053 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
00:25:50.053 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
00:25:50.053 [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 {} 
00:25:50.053 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
00:25:50.054 [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) 
00:25:50.054 [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} 
00:25:50.054 [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}] 
00:25:50.054 [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] 
00:25:50.054 [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} 
00:25:50.054 [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} 
00:25:50.055 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
00:25:50.055 [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@25f04f46] 
00:25:50.055 [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 [Thu May 09 00:25:50 UTC 2024]; root of context hierarchy] 
00:25:50.055 [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} 
00:25:50.055 [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} 
00:25:50.056 [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 
00:25:50.056 [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]
00:25:50.056 [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] 
00:25:50.056 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:25:50.056 [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 
00:25:50.056 [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) 
00:25:50.056 [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)] 
00:25:50.057 [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... 
00:25:50.057 [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 
00:25:50.057 [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)] 
00:25:50.057 [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)] 
00:25:50.057 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 4 
00:25:50.057 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:25:50.057 [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@9bafaa6 
00:25:50.058 [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) 
00:25:50.058 [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) 
00:25:50.058 [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 
00:25:50.058 [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 [Thu May 09 00:25:50 UTC 2024]; root of context hierarchy 
00:25:50.058 [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)] 
00:25:50.058 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:50.058 [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 
00:25:50.058 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:50.058 [main]            DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:25:50.059 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://22.fwk1340565491/META-INF/spring/simpleservice.xml] 
00:25:50.060 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:50.060 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:50.061 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:50.061 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:50.069 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://22.fwk1340565491/META-INF/spring/simpleservice-osgi.xml] 
00:25:50.071 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:50.071 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:50.071 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:50.071 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:50.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:50.079 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:50.083 [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@1f112811: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:25:50.083 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:50.083 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:50.083 [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} 
00:25:50.083 [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] 
00:25:50.084 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:25:50.084 [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@1f112811: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:25:50.084 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:25:50.084 [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@111d540c 
00:25:50.084 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:25:50.084 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:25:50.084 [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) 
00:25:50.085 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:25:50.085 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:25:50.085 [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) 
00:25:50.085 [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) 
00:25:50.085 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:25:50.085 [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) 
00:25:50.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@aede184] 
00:25:50.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@17586f7e] 
Delaying for:0
00:25:50.086 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:25:50.086 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:25:50.086 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:25:50.086 [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 {} 
00:25:50.087 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:25:50.087 [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) 
00:25:50.087 [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} 
00:25:50.087 [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} 
00:25:50.087 [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} 
00:25:50.087 [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 [{}] 
00:25:50.087 [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 [Thu May 09 00:25:47 UTC 2024]; root of context hierarchy] 
00:25:50.088 [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) 
00:25:50.088 [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) 
00:25:50.088 [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) 
00:25:50.088 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:25:50.088 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:25:50.088 [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@2627cc2c] 
00:25:50.088 [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 [Thu May 09 00:25:50 UTC 2024]; root of context hierarchy] 
00:25:50.088 [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} 
00:25:50.089 [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} 
00:25:50.089 [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 
00:25:50.089 [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]
00:25:50.089 [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] 
00:25:50.090 [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 
00:25:50.090 [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) 
00:25:50.090 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:50.090 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:25:50.090 [main]            DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies 
00:25:50.094 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:25:50.099 [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 
00:25:50.099 [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 
00:25:50.099 [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 
00:25:50.100 [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 
00:25:50.100 [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 
00:25:50.101 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:25:50.101 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:25:50.101 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:25:50.101 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:25:50.102 [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@5185ca0] 
00:25:50.103 [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@1f4e6cf2] 
00:25:50.103 [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))] 
00:25:50.104 [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}} 
00:25:50.104 [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 
00:25:50.104 [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 
00:25:50.105 [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 
00:25:50.105 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:25:50.105 [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 
00:25:50.105 [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 
00:25:50.105 [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 
00:25:50.106 [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 
00:25:50.106 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:25:50.106 [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 
00:25:50.106 [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 
00:25:50.107 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:25:50.107 [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 
00:25:50.107 [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))] 
00:25:50.137 [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}} 
00:25:50.137 [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 
00:25:50.137 [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 
00:25:50.137 [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)] 
00:25:50.137 [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}} 
00:25:50.137 [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 
00:25:50.137 [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 
00:25:50.138 [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 
00:25:50.138 [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} 
00:25:50.138 [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] 
00:25:50.141 [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 
00:25:50.141 [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 {} 
00:25:50.141 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}] 
00:25:50.141 [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 
00:25:50.142 [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@287b9b00] 
00:25:50.142 [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 [Thu May 09 00:25:47 UTC 2024]; root of context hierarchy] 
00:25:50.142 [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} 
00:25:50.142 [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} 
00:25:50.142 [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 
00:25:50.143 [main]            DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies 
00:25:50.143 [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] 
00:25:50.143 [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} 
00:25:50.144 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:50.144 [main]            TRACE o.e.g.b.i.d.DependencyTest:440 - Reading OSGi results for test [testDependencies] 
00:25:50.144 [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: 3.026 sec - in org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest
00:25:50.147 [Thread-0]        INFO  o.e.g.b.i.d.DependencyTest:471 - Shutting down OSGi platform 
00:25:50.147 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:50.147 [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) 
00:25:50.147 [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]] 
00:25:50.148 [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 [Thu May 09 00:25:47 UTC 2024]; root of context hierarchy 
00:25:50.148 [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 [Thu May 09 00:25:47 UTC 2024]; root of context hierarchy] 
00:25:50.149 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:50.153 [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 
00:25:50.154 [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 
00:25:50.154 [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 
00:25:50.154 [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 
00:25:50.154 [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]] 
00:25:50.155 [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 
00:25:50.155 [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) 
00:25:50.155 [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@9bafaa6 
00:25:50.155 [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) 
00:25:50.155 [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) 
00:25:50.155 [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) 
00:25:50.155 [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 [Thu May 09 00:25:50 UTC 2024]; root of context hierarchy 
00:25:50.156 [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 [Thu May 09 00:25:50 UTC 2024]; root of context hierarchy] 
00:25:50.156 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:25:50.156 [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 
00:25:50.156 [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 
00:25:50.156 [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 
00:25:50.157 [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} 
00:25:50.157 [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}] 
00:25:50.157 [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}] 
00:25:50.157 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:50.158 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 3 
00:25:50.158 [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@9bafaa6 
00:25:50.158 [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 
00:25:50.158 [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 
00:25:50.158 [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) 
00:25:50.158 [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@9bafaa6 
00:25:50.158 [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) 
00:25:50.158 [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) 
00:25:50.158 [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) 
00:25:50.158 [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 [Thu May 09 00:25:49 UTC 2024]; root of context hierarchy 
00:25:50.158 [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 [Thu May 09 00:25:49 UTC 2024]; root of context hierarchy] 
00:25:50.159 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
00:25:50.159 [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 
00:25:50.159 [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 
00:25:50.159 [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 
00:25:50.159 [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}] 
00:25:50.159 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:50.159 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
00:25:50.159 [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@9bafaa6 
00:25:50.159 [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 
00:25:50.160 [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 
00:25:50.160 [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) 
00:25:50.160 [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@9bafaa6 
00:25:50.160 [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) 
00:25:50.160 [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) 
00:25:50.160 [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) 
00:25:50.160 [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 [Thu May 09 00:25:50 UTC 2024]; root of context hierarchy 
00:25:50.160 [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 [Thu May 09 00:25:50 UTC 2024]; root of context hierarchy] 
00:25:50.160 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
00:25:50.160 [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 
00:25:50.160 [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 
00:25:50.161 [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 
00:25:50.161 [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}] 
00:25:50.161 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:50.161 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:25:50.161 [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@9bafaa6 
00:25:50.161 [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 
00:25:50.161 [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 
00:25:50.161 [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) 
00:25:50.161 [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@9bafaa6 
00:25:50.161 [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) 
00:25:50.161 [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) 
00:25:50.161 [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) 
00:25:50.162 [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) 
00:25:50.162 [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 [Thu May 09 00:25:47 UTC 2024]; root of context hierarchy 
00:25:50.162 [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 [Thu May 09 00:25:47 UTC 2024]; root of context hierarchy] 
00:25:50.162 [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] 
00:25:50.162 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:50.162 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:25:50.162 [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@9bafaa6 
00:25:50.162 [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 
00:25:50.162 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:50.163 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:50.163 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:50.163 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:50.163 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:50.163 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:50.164 [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@46ac2bf6 
00:25:50.164 [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@486bcd53 
00:25:50.164 [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@4c544086 
00:25:50.164 [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@956c768 
00:25:50.164 [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 
00:25:50.164 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:50.164 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:50.165 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:50,764 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:50,841 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:50,843 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:50,855 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:50,877 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:50,879 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:50,883 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:50,889 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fac631b - No compression will be used
00:25:50,899 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:50,899 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:50,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:50,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:50,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:50,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:50,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:50,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:50,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:50,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:50,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:50,902 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:50,902 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:50,902 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:50,902 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:50,902 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:50,902 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:50,903 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:50,903 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:50,903 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@50b494a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.duplicateClass.DuplicateClassTest
00:25:50.981 [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 
00:25:50.984 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:85 - Instantiating platform wrapper... 
00:25:50.985 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:215 - About to start Equinox OSGi Platform 
00:25:51.202 [main]            INFO  o.e.g.b.i.d.DuplicateClassTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:51.205 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:51.205 [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.1.BUILD-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} 
00:25:51.206 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:51.207 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:51.276 [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] 
00:25:51.285 [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] 
00:25:51.288 [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] 
00:25:51.290 [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] 
00:25:51.295 [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] 
00:25:51.300 [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] 
00:25:51.301 [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] 
00:25:51.307 [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] 
00:25:51.312 [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] 
00:25:51.341 [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] 
00:25:51.352 [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] 
00:25:51.355 [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] 
00:25:51.359 [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] 
00:25:51.366 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:51.367 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:51.371 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:51.374 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:51.384 [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] 
00:25:51.402 [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] 
00:25:51.402 [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] 
00:25:51.402 [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] 
00:25:51.403 [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] 
00:25:51.403 [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] 
00:25:51.403 [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] 
00:25:51.403 [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] 
00:25:51.404 [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] 
00:25:51.404 [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] 
00:25:51.404 [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] 
00:25:51.404 [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] 
00:25:51.405 [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] 
00:25:51.405 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:51.405 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:51.405 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:51,457 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:51,480 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:51,481 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:51,488 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:51,502 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:51,503 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:51,506 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:51,510 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:25:51,514 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:51,514 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:51,515 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:51,515 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:51,515 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:51,515 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:51,515 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:51,515 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:51,515 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:51,515 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:51,515 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:51,516 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:51,516 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:51,516 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:51,516 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:51,516 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:51,523 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:51,524 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:51,524 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:51,524 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:25:51.532 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:51.538 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:51.596 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:51.596 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:51.599 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:51.601 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:51.604 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:51.606 [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 
00:25:51.607 [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) 
00:25:51.607 [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)] 
00:25:51.607 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:51.608 [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 
00:25:51.608 [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) 
00:25:51.608 [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)] 
00:25:51.608 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:51.608 [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 
00:25:51.609 [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) 
00:25:51.609 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:51.609 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:51.609 [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 
00:25:51.609 [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) 
00:25:51.609 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:51.609 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:51.610 [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 
00:25:51.610 [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) 
00:25:51.610 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:51.611 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:51.611 [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 
00:25:51.611 [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) 
00:25:51.611 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:51.611 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:51.612 [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 
00:25:51.612 [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) 
00:25:51.612 [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)] 
00:25:51.612 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:51.613 [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 
00:25:51.613 [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) 
00:25:51.613 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:51.614 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:51.614 [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 
00:25:51.614 [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) 
00:25:51.615 [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)] 
00:25:51.615 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:51.616 [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 
00:25:51.616 [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) 
00:25:51.616 [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)] 
00:25:51.616 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:51.617 [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 
00:25:51.618 [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) 
00:25:51.618 [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)] 
00:25:51.618 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:51.618 [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 
00:25:51.618 [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) 
00:25:51.619 [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)] 
00:25:51.619 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:51.619 [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 
00:25:51.619 [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) 
00:25:51.620 [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)] 
00:25:51.623 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:51.624 [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 
00:25:51.624 [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) 
00:25:51.624 [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)] 
00:25:51.624 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:51.624 [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 
00:25:51.624 [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) 
00:25:51.625 [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)] 
00:25:51.625 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:51.625 [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 
00:25:51.625 [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) 
00:25:51.626 [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)] 
00:25:51.634 [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)] 
00:25:51.635 [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)] 
00:25:51.641 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:51.641 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:51.644 [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)] 
00:25:51.645 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:51.645 [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@1b410b60 w/ reference null 
00:25:51.646 [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@1b410b60 w/ reference null 
00:25:51.647 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:51.649 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:51.656 [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 
00:25:51.657 [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)] 
00:25:51.657 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:51.657 [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 
00:25:51.658 [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)] 
00:25:51.658 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:51.658 [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 
00:25:51.658 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:51.658 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:51.659 [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 
00:25:51.659 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:51.659 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:51.660 [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 
00:25:51.660 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:51.660 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:51.660 [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 
00:25:51.661 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:51.661 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:51.661 [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 
00:25:51.661 [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)] 
00:25:51.661 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:51.662 [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 
00:25:51.662 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:51.663 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:51.663 [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 
00:25:51.664 [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)] 
00:25:51.664 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:51.665 [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 
00:25:51.665 [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)] 
00:25:51.665 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:51.667 [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 
00:25:51.667 [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)] 
00:25:51.667 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:51.667 [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 
00:25:51.668 [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)] 
00:25:51.668 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:51.668 [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 
00:25:51.669 [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)] 
00:25:51.669 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:51.669 [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 
00:25:51.670 [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)] 
00:25:51.670 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:51.670 [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 
00:25:51.670 [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)] 
00:25:51.670 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:51.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 
00:25:51.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)] 
00:25:51.672 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:51.674 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:51.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 
00:25:51.675 [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) 
00:25:51.675 [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)] 
00:25:51.675 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:51.676 [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 
00:25:51.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)] 
00:25:51.677 [main]            INFO  o.e.g.b.i.d.DuplicateClassTest:199 - org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest-bundle.properties was not found; using defaults 
00:25:51.677 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:511 - Post processing: creating test bundle 
00:25:51.678 [main]            INFO  o.e.g.b.i.d.DuplicateClassTest:177 - Using Manifest from specified location=[classpath:org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.MF] 
00:25:51.685 [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] 
00:25:51.685 [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]] 
00:25:51.685 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:51.685 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:51.686 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:51.686 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:51.686 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:51.686 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:51.686 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:51.686 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:51.686 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:51.686 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:51.686 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/ 
00:25:51.686 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.MF 
00:25:51.686 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.class 
00:25:51.691 [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 
00:25:51.691 [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.* 
00:25:51.693 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional)] 
00:25:51.693 [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 
00:25:51.693 [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) 
00:25:51.694 [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)] 
00:25:51.694 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional)] 
00:25:51.694 [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 
00:25:51.694 [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)] 
00:25:51.694 [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 
00:25:51.695 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:51.696 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:51.697 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:51.697 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:51.697 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:51.698 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:51.698 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:51.698 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:51.699 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:51.699 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:51.700 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:51.702 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:51.702 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:51.702 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:51.703 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:51.703 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:51.704 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:51.704 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:51.705 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:51.705 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.springframework.osgi.iandt.duplicateClass.functional] does not trigger a context creation. 
00:25:51.705 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:364 - Writing test name [testDependencies] to OSGi 
00:25:51.713 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 
00:25:51.714 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@658c5a19 
00:25:51.714 [main]            INFO  o.e.g.b.i.d.DuplicateClassTest:190 - Loading context for locations:  
00:25:51.719 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): startup date [Thu May 09 00:25:51 UTC 2024]; root of context hierarchy 
00:25:51.723 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:25:51.736 [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@4ddbbdf8: defining beans []; root of factory hierarchy 
00:25:51.741 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:51.742 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:51.742 [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} 
00:25:51.743 [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] 
00:25:51.745 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5b6ec132] 
00:25:51.745 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5c44c582] 
00:25:51.747 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@26ceffa8] 
00:25:51.749 [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 [Thu May 09 00:25:51 UTC 2024]; root of context hierarchy] 
00:25:51.750 [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} 
00:25:51.751 [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} 
00:25:51.773 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:51.782 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:25:51.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 
00:25:51.782 [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) 
00:25:51.783 [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)] 
00:25:51.783 [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... 
00:25:51.784 [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 
00:25:51.784 [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)] 
00:25:51.786 [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)] 
00:25:51.786 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:25:51.787 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:25:51.787 [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@4bd061e7 
00:25:51.787 [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 
00:25:51.787 [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) 
00:25:51.787 [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)] 
00:25:51.787 [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) 
00:25:51.788 [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 
00:25:51.788 [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 [Thu May 09 00:25:51 UTC 2024]; root of context hierarchy 
00:25:51.788 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:51.788 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:51.788 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:25:51.795 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/META-INF/spring/simpleservice.xml] 
00:25:51.866 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:51.866 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:51.867 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:51.867 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:51.916 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/META-INF/spring/simpleservice-osgi.xml] 
00:25:51.918 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:51.918 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:51.919 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:51.919 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:51.949 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:51.949 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:51.964 [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@4fe349b9: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:25:51.964 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:51.964 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:51.964 [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} 
00:25:51.965 [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] 
00:25:51.970 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:25:51.972 [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@4fe349b9: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:25:51.972 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:25:51.972 [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@4d20559a 
00:25:51.972 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:25:51.972 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:25:51.972 [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) 
00:25:51.973 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:25:51.973 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:25:51.973 [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) 
00:25:51.973 [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) 
00:25:51.973 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:25:51.973 [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) 
00:25:51.974 [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@72375b65] 
00:25:51.974 [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@2a100e5b] 
Delaying for:0
00:25:51.986 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:25:51.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:25:51.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:25:51.988 [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 {} 
00:25:51.988 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:25:51.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:25:51.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@7c6585ae] 
00:25:51.989 [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 [Thu May 09 00:25:51 UTC 2024]; root of context hierarchy] 
00:25:51.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.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} 
00:25:51.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} 
00:25:51.990 [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 
00:25:51.991 [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]
00:25:51.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.simpleservice_1.0.0 [19] 
00:25:51.997 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 
00:25:51.997 [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 
00:25:51.997 [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) 
00:25:51.998 [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)] 
00:25:51.998 [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... 
00:25:51.998 [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 
00:25:51.998 [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)] 
00:25:51.998 [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)] 
00:25:51.998 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:25:51.998 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 
00:25:51.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@4bd061e7 
00:25:51.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.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 
00:25:51.999 [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 
00:25:51.999 [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) 
00:25:51.999 [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)] 
00:25:51.999 [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 [Thu May 09 00:25:51 UTC 2024]; root of context hierarchy 
00:25:51.999 [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 
00:25:51.999 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:51.999 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:51.999 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical 
00:25:52.000 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1340565491/META-INF/spring/simpleservice.xml] 
00:25:52.002 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:52.002 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:52.003 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:52.003 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:52.044 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1340565491/META-INF/spring/simpleservice-osgi.xml] 
00:25:52.046 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:52.046 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:52.046 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:52.047 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:52.056 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:52.056 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:52.061 [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@6d120e59: defining beans [simpleService,simpleServiceOsgiIdentical]; root of factory hierarchy 
00:25:52.061 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:52.061 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:52.061 [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} 
00:25:52.061 [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] 
00:25:52.062 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:25:52.062 [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@6d120e59: defining beans [simpleService,simpleServiceOsgiIdentical]; root of factory hierarchy] 
00:25:52.062 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:25:52.062 [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@4d20559a 
00:25:52.063 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:25:52.063 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:25:52.063 [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) 
00:25:52.063 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:25:52.063 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:25:52.063 [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) 
00:25:52.063 [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) 
00:25:52.063 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:25:52.063 [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) 
00:25:52.064 [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@71ab8273] 
00:25:52.064 [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@3e6ebc30] 
00:25:52.065 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgiIdentical] is being tracked for dependencies 
00:25:52.065 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgiIdentical] depends (transitively) on the following importers:{} 
00:25:52.065 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgiIdentical] depends on importers:[] 
00:25:52.065 [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 {} 
00:25:52.065 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:25:52.066 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgiIdentical] started; all its dependencies are satisfied 
00:25:52.066 [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@1b418970] 
00:25:52.066 [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 [Thu May 09 00:25:51 UTC 2024]; root of context hierarchy] 
00:25:52.066 [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} 
00:25:52.066 [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} 
00:25:52.067 [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 
00:25:52.067 [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]
00:25:52.067 [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] 
00:25:52.068 [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} 
00:25:52.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=35} 
Bond.  James Bond.
Connery.  Sean Connery #1
00:25:52.069 [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} 
00:25:52.070 [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} 
00:25:52.071 [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 
00:25:52.071 [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) 
00:25:52.071 [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@4bd061e7 
00:25:52.071 [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) 
00:25:52.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.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 
00:25:52.072 [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) 
00:25:52.072 [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 [Thu May 09 00:25:51 UTC 2024]; root of context hierarchy 
00:25:52.072 [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 [Thu May 09 00:25:51 UTC 2024]; root of context hierarchy] 
00:25:52.073 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgiIdentical] 
00:25:52.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.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}] 
00:25:52.074 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:52.074 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:25:52.075 [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@4bd061e7 
00:25:52.075 [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 
00:25:52.075 [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@4b481a7a 
00:25:52.076 [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 
00:25:52.076 [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 
00:25:52.076 [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 
00:25:52.077 [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) 
00:25:52.077 [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@4bd061e7 
00:25:52.077 [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) 
00:25:52.077 [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) 
00:25:52.077 [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) 
00:25:52.077 [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 [Thu May 09 00:25:51 UTC 2024]; root of context hierarchy 
00:25:52.077 [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 [Thu May 09 00:25:51 UTC 2024]; root of context hierarchy] 
00:25:52.077 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:25:52.077 [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}] 
00:25:52.078 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:52.078 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:25:52.078 [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@4bd061e7 
00:25:52.078 [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 
00:25:52.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 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@458ffd63 
00:25:52.083 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 
00:25:52.084 [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 
00:25:52.084 [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) 
00:25:52.084 [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)] 
00:25:52.084 [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... 
00:25:52.084 [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 
00:25:52.084 [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)] 
00:25:52.085 [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)] 
00:25:52.085 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:25:52.085 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 
00:25:52.085 [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@4bd061e7 
00:25:52.085 [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) 
00:25:52.085 [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 
00:25:52.085 [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) 
00:25:52.085 [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)] 
00:25:52.085 [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 [Thu May 09 00:25:52 UTC 2024]; root of context hierarchy 
00:25:52.085 [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 
00:25:52.085 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:52.086 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:52.086 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical 
00:25:52.086 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1340565491/META-INF/spring/simpleservice-osgi.xml] 
00:25:52.088 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:52.088 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:52.088 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:52.088 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:52.097 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:52.098 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:52.102 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1340565491/META-INF/spring/simpleservice.xml] 
00:25:52.104 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:52.137 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:52.137 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:52.137 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:52.146 [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@24a1ded8: defining beans [simpleServiceOsgiIdentical,simpleService]; root of factory hierarchy 
00:25:52.146 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:52.146 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:52.146 [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} 
00:25:52.146 [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] 
00:25:52.147 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:25:52.147 [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@24a1ded8: defining beans [simpleServiceOsgiIdentical,simpleService]; root of factory hierarchy] 
00:25:52.147 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:25:52.147 [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@4d20559a 
00:25:52.147 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:25:52.148 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:25:52.148 [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) 
00:25:52.148 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:25:52.148 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:25:52.148 [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) 
00:25:52.148 [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) 
00:25:52.148 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:25:52.148 [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) 
00:25:52.148 [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@57c1fbb1] 
00:25:52.148 [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@115c4d7e] 
00:25:52.150 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgiIdentical] is being tracked for dependencies 
00:25:52.150 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgiIdentical] depends (transitively) on the following importers:{} 
00:25:52.150 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgiIdentical] depends on importers:[] 
00:25:52.150 [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 {} 
00:25:52.150 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:25:52.150 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgiIdentical] started; all its dependencies are satisfied 
00:25:52.150 [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@49e55728] 
00:25:52.151 [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 [Thu May 09 00:25:52 UTC 2024]; root of context hierarchy] 
00:25:52.151 [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} 
00:25:52.151 [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} 
00:25:52.151 [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 
00:25:52.152 [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]
00:25:52.152 [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] 
00:25:52.152 [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
00:25:52.152 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:52.153 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:440 - Reading OSGi results for test [testDependencies] 
00:25:52.153 [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: 1.176 sec - in org.eclipse.gemini.blueprint.iandt.duplicateClass.DuplicateClassTest
00:25:52.156 [Thread-0]        INFO  o.e.g.b.i.d.DuplicateClassTest:471 - Shutting down OSGi platform 
00:25:52.156 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:52.156 [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) 
00:25:52.157 [Thread-4]        INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): startup date [Thu May 09 00:25:51 UTC 2024]; root of context hierarchy 
00:25:52.157 [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]] 
00:25:52.157 [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 [Thu May 09 00:25:51 UTC 2024]; root of context hierarchy] 
00:25:52.157 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:52.165 [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 
00:25:52.166 [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]] 
00:25:52.166 [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 
00:25:52.167 [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) 
00:25:52.167 [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@4bd061e7 
00:25:52.167 [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) 
00:25:52.167 [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) 
00:25:52.167 [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) 
00:25:52.167 [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 [Thu May 09 00:25:52 UTC 2024]; root of context hierarchy 
00:25:52.167 [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 [Thu May 09 00:25:52 UTC 2024]; root of context hierarchy] 
00:25:52.167 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgiIdentical] 
00:25:52.168 [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} 
00:25:52.168 [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}] 
00:25:52.168 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:52.169 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:25:52.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@4bd061e7 
00:25:52.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.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
00:25:52.169 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:52.169 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:52.169 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:52.169 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:52.169 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:52.169 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:52.170 [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@41b0710a 
00:25:52.170 [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 
00:25:52.170 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:52.170 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:52.171 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:52,787 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:52,859 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:52,861 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:52,874 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:52,895 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:52,896 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:52,900 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:52,905 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2b9627bc - No compression will be used
00:25:52,915 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:52,915 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:52,916 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:52,916 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:52,916 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:52,916 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:52,916 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:52,916 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:52,916 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:52,917 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:52,917 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:52,917 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:52,917 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:52,917 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:52,917 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:52,917 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:52,917 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:52,918 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:52,918 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:52,918 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@578486a3 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest
00:25:52.996 [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 
00:25:52.999 [main]            TRACE o.e.g.b.i.e.ExportImportTest:85 - Instantiating platform wrapper... 
00:25:53.000 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:215 - About to start Equinox OSGi Platform 
00:25:53.214 [main]            INFO  o.e.g.b.i.e.ExportImportTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:53.216 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:53.217 [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.1.BUILD-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} 
00:25:53.218 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:53.218 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:53.286 [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] 
00:25:53.294 [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] 
00:25:53.298 [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] 
00:25:53.299 [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] 
00:25:53.305 [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] 
00:25:53.309 [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] 
00:25:53.311 [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] 
00:25:53.316 [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] 
00:25:53.322 [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] 
00:25:53.344 [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] 
00:25:53.354 [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] 
00:25:53.358 [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] 
00:25:53.362 [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] 
00:25:53.369 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:53.370 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:53.374 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:53.376 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:53.387 [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] 
00:25:53.404 [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] 
00:25:53.405 [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] 
00:25:53.405 [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] 
00:25:53.405 [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] 
00:25:53.405 [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] 
00:25:53.406 [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] 
00:25:53.406 [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] 
00:25:53.406 [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] 
00:25:53.406 [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] 
00:25:53.407 [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] 
00:25:53.407 [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] 
00:25:53.407 [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] 
00:25:53.407 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:53.407 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:53.408 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:53,451 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:53,473 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:53,475 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:53,481 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:53,495 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:53,497 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:53,499 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:53,504 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@437da279 - No compression will be used
00:25:53,507 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:53,507 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:53,508 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:53,508 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:53,509 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:53,509 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:53,509 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:53,509 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:53,509 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:53,509 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:53,509 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:53,509 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:53,509 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:53,509 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:53,509 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:53,509 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:53,509 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:53,510 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:53,510 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:53,510 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@27f981c6 - Registering current configuration as safe fallback point
00:25:53.526 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:53.532 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:53.589 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:53.590 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:53.593 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:53.595 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:53.598 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:53.600 [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 
00:25:53.600 [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) 
00:25:53.600 [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)] 
00:25:53.601 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:53.601 [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 
00:25:53.601 [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) 
00:25:53.602 [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)] 
00:25:53.602 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:53.602 [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 
00:25:53.602 [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) 
00:25:53.602 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:53.602 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:53.602 [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 
00:25:53.603 [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) 
00:25:53.603 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:53.603 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:53.603 [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 
00:25:53.603 [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) 
00:25:53.604 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:53.604 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:53.604 [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 
00:25:53.604 [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) 
00:25:53.604 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:53.604 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:53.605 [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 
00:25:53.605 [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) 
00:25:53.605 [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)] 
00:25:53.605 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:53.606 [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 
00:25:53.606 [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) 
00:25:53.606 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:53.606 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:53.607 [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 
00:25:53.607 [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) 
00:25:53.607 [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)] 
00:25:53.607 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:53.608 [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 
00:25:53.608 [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) 
00:25:53.609 [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)] 
00:25:53.609 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:53.610 [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 
00:25:53.610 [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) 
00:25:53.610 [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)] 
00:25:53.610 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:53.611 [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 
00:25:53.611 [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) 
00:25:53.611 [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)] 
00:25:53.611 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:53.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 
00:25:53.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) 
00:25:53.612 [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)] 
00:25:53.615 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:53.616 [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 
00:25:53.616 [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) 
00:25:53.616 [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)] 
00:25:53.616 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:53.616 [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 
00:25:53.616 [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) 
00:25:53.616 [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)] 
00:25:53.616 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:53.617 [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 
00:25:53.617 [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) 
00:25:53.617 [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)] 
00:25:53.623 [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)] 
00:25:53.623 [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)] 
00:25:53.627 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:53.627 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:53.629 [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)] 
00:25:53.630 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:53.631 [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@6ca18a14 w/ reference null 
00:25:53.631 [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@6ca18a14 w/ reference null 
00:25:53.632 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:53.634 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:53.640 [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 
00:25:53.641 [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)] 
00:25:53.641 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:53.641 [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 
00:25:53.641 [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)] 
00:25:53.641 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:53.642 [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 
00:25:53.642 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:53.642 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:53.642 [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 
00:25:53.642 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:53.642 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:53.643 [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 
00:25:53.643 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:53.643 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:53.644 [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 
00:25:53.644 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:53.644 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:53.644 [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 
00:25:53.644 [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)] 
00:25:53.644 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:53.645 [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 
00:25:53.645 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:53.645 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:53.646 [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 
00:25:53.646 [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)] 
00:25:53.646 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:53.647 [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 
00:25:53.650 [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)] 
00:25:53.650 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:53.652 [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 
00:25:53.652 [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)] 
00:25:53.652 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:53.653 [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 
00:25:53.653 [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)] 
00:25:53.653 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:53.654 [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 
00:25:53.654 [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)] 
00:25:53.654 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:53.655 [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 
00:25:53.655 [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)] 
00:25:53.655 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:53.655 [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 
00:25:53.655 [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)] 
00:25:53.655 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:53.656 [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 
00:25:53.657 [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)] 
00:25:53.657 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:53.660 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:53.661 [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 
00:25:53.661 [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) 
00:25:53.661 [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)] 
00:25:53.661 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:53.662 [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 
00:25:53.662 [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)] 
00:25:53.664 [main]            INFO  o.e.g.b.i.e.ExportImportTest:199 - org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest-bundle.properties was not found; using defaults 
00:25:53.664 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:511 - Post processing: creating test bundle 
00:25:53.671 [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] 
00:25:53.672 [main]            INFO  o.e.g.b.i.e.ExportImportTest:202 - Automatically creating Manifest for the test bundle 
00:25:53.672 [main]            INFO  o.e.g.b.i.e.ExportImportTest:366 - Using the test class for generating bundle imports 
00:25:53.673 [main]            TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest.class 
00:25:53.673 [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... 
00:25:53.676 [main]            TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class ExportImportTest 
00:25:53.683 [main]            TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:53.683 [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... 
00:25:53.683 [main]            TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class BaseIntegrationTest 
00:25:53.685 [main]            TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:53.686 [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... 
00:25:53.686 [main]            TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:25:53.687 [main]            TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:53.687 [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... 
00:25:53.687 [main]            TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:25:53.687 [main]            TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:25:53.688 [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 
00:25:53.688 [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} 
00:25:53.688 [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] 
00:25:53.688 [main]            TRACE o.e.g.b.i.e.ExportImportTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:25:53.688 [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] 
00:25:53.688 [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] 
00:25:53.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-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]] 
00:25:53.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:53.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:53.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:53.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:53.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:53.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:53.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:53.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:53.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:53.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:53.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ 
00:25:53.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest.class 
00:25:53.690 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/Listener.class 
00:25:53.690 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml 
00:25:53.694 [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 
00:25:53.694 [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.* 
00:25:53.696 [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)] 
00:25:53.697 [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 
00:25:53.697 [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) 
00:25:53.697 [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)] 
00:25:53.697 [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)] 
00:25:53.697 [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 
00:25:53.697 [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)] 
00:25:53.698 [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 
00:25:53.698 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:53.699 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:53.700 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:53.700 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:53.700 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:53.700 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:53.701 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:53.701 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:53.701 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:53.702 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:53.703 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:53.704 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:53.705 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:53.705 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:53.706 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:53.706 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:53.706 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:53.707 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:53.707 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:53.707 [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. 
00:25:53.707 [main]            TRACE o.e.g.b.i.e.ExportImportTest:364 - Writing test name [testExportNA] to OSGi 
00:25:53.716 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportNA] for execution inside OSGi 
00:25:53.716 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportNA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7c51f34b 
00:25:53.716 [main]            INFO  o.e.g.b.i.e.ExportImportTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml 
00:25:53.721 [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 [Thu May 09 00:25:53 UTC 2024]; root of context hierarchy 
00:25:53.725 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:53.746 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1978869058/org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml] 
00:25:53.766 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:53.766 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:53.767 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:53.768 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:53.859 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:53.860 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:53.890 [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@38aa816f: defining beans [map,export1,export2,list,na,export-na]; root of factory hierarchy 
00:25:53.896 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:53.896 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:53.897 [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} 
00:25:53.897 [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] 
00:25:53.903 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@78383390] 
00:25:53.904 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6ad3381f] 
00:25:53.925 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export1] is being tracked for dependencies 
00:25:53.926 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export1] depends (transitively) on the following importers:{} 
00:25:53.927 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export1] depends on importers:[] 
00:25:53.927 [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} 
00:25:53.928 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Map}] 
00:25:53.929 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [export1] started; all its dependencies are satisfied 
00:25:53.929 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export2] is being tracked for dependencies 
00:25:53.930 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export2] depends (transitively) on the following importers:{} 
00:25:53.930 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export2] depends on importers:[] 
00:25:53.930 [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} 
00:25:53.930 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Map}] 
00:25:53.930 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [export2] started; all its dependencies are satisfied 
00:25:53.933 [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 
00:25:53.934 [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 
00:25:53.934 [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 
00:25:53.935 [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 
00:25:53.935 [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 
00:25:53.937 [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 
00:25:53.937 [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 
00:25:53.938 [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 
00:25:53.938 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.io.Serializable} and filter=[]  in=[(objectClass=java.io.Serializable)] 
00:25:53.938 [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)] 
00:25:53.939 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:53.939 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:53.939 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.io.Serializable)] 
00:25:53.939 [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}} 
00:25:53.941 [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} 
00:25:53.946 [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 
00:25:53.946 [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 
00:25:53.947 [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 
00:25:53.947 [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 
00:25:53.947 [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 
00:25:53.949 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3700ec9c 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} 
00:25:53.949 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy8@2002348 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;@5911e990, service.id=32} 
00:25:53.949 [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 33563464 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;@5911e990, service.id=32}
00:25:53.950 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3700ec9c 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} 
00:25:53.950 [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} 
00:25:53.950 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3700ec9c 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} 
00:25:53.951 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy8@65045a87 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;@47f4e407, service.id=33} 
00:25:53.951 [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 1694784135 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;@47f4e407, service.id=33}
00:25:53.951 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3700ec9c 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} 
00:25:53.953 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.util.Queue} and filter=[]  in=[(objectClass=java.util.Queue)] 
00:25:53.953 [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)] 
00:25:53.953 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:25:53.956 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:25:53.958 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.Queue)] 
00:25:53.959 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
00:25:53.960 [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 
00:25:53.960 [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 
00:25:53.961 [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 
00:25:53.961 [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 
00:25:53.962 [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 
00:25:53.963 [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 
00:25:53.963 [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 
00:25:53.963 [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)]] 
00:25:53.963 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export-na] is being tracked for dependencies 
00:25:53.964 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export-na] depends (transitively) on the following importers:{&na} 
00:25:53.964 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export-na] depends on importers:[&na] 
00:25:53.967 [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 
00:25:53.967 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [export-na] not started; there are still unsatisfied dependencies [&na] 
00:25:53.967 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:178 - Invoking unregistered method with props=null 
00:25:53.967 [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
00:25:53.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@fcb4004] 
00:25:53.970 [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 [Thu May 09 00:25:53 UTC 2024]; root of context hierarchy] 
00:25:53.971 [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} 
00:25:53.972 [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
00:25:53.985 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:53.985 [main]            TRACE o.e.g.b.i.e.ExportImportTest:440 - Reading OSGi results for test [testExportNA] 
00:25:53.985 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:447 - Test[testExportNA]'s result read 
00:25:53.986 [main]            TRACE o.e.g.b.i.e.ExportImportTest:364 - Writing test name [testCollectionSize] to OSGi 
00:25:53.987 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCollectionSize] for execution inside OSGi 
00:25:53.987 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCollectionSize] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3d9f6567 
00:25:53.987 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:53.987 [main]            TRACE o.e.g.b.i.e.ExportImportTest:440 - Reading OSGi results for test [testCollectionSize] 
00:25:53.987 [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: 0.995 sec - in org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest
00:25:53.989 [Thread-0]        INFO  o.e.g.b.i.e.ExportImportTest:471 - Shutting down OSGi platform 
00:25:53.990 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:53.990 [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) 
00:25:53.990 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:53.990 [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 [Thu May 09 00:25:53 UTC 2024]; root of context hierarchy 
00:25:53.990 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:53.990 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:53.990 [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 [Thu May 09 00:25:53 UTC 2024]; root of context hierarchy] 
00:25:53.990 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:53.990 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:53.990 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:53.990 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:53.991 [Thread-4]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export-na] 
00:25:53.992 [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 
00:25:53.992 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:53.993 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:53.993 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:53.994 [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@3700ec9c 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} 
00:25:53.994 [Thread-4]        TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy8@2002348 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;@521e23aa, service.id=32} 
00:25:53.994 [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 33563464 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;@521e23aa, service.id=32}
00:25:53.994 [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@3700ec9c 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} 
00:25:53.995 [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@3700ec9c 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} 
00:25:53.995 [Thread-4]        TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy8@65045a87 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;@1a395cef, service.id=33} 
00:25:53.995 [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 1694784135 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;@1a395cef, service.id=33}
00:25:53.995 [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@3700ec9c 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} 
00:25:53.996 [Thread-4]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export2] 
00:25:53.996 [Thread-4]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export1] 
00:25:53.996 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:54,604 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:54,680 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:54,682 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:54,694 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:54,715 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:54,716 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:54,720 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:54,725 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:25:54,745 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:54,745 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:54,747 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:54,747 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:54,747 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:54,747 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:54,747 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:54,747 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:54,747 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:54,747 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:54,747 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:54,747 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:54,747 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:54,748 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:54,748 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:54,748 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:54,748 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:54,748 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:54,748 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:54,749 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest
00:25:54.819 [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 
00:25:54.822 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:85 - Instantiating platform wrapper... 
00:25:54.822 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:215 - About to start Equinox OSGi Platform 
00:25:55.058 [main]            INFO  o.e.g.b.i.e.c.ExtenderConfigurationTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:55.061 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:55.061 [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.1.BUILD-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} 
00:25:55.063 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:55.063 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:55.134 [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] 
00:25:55.142 [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] 
00:25:55.146 [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] 
00:25:55.148 [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] 
00:25:55.153 [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] 
00:25:55.158 [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] 
00:25:55.160 [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] 
00:25:55.165 [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] 
00:25:55.171 [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] 
00:25:55.180 [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] 
00:25:55.190 [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] 
00:25:55.193 [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] 
00:25:55.197 [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] 
00:25:55.203 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:55.205 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:55.208 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:55.211 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:55.214 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/extender.fragment.bundle/target/extender-fragment-bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:55.244 [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] 
00:25:55.269 [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] 
00:25:55.269 [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] 
00:25:55.270 [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] 
00:25:55.270 [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] 
00:25:55.270 [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] 
00:25:55.270 [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] 
00:25:55.271 [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] 
00:25:55.271 [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] 
00:25:55.271 [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] 
00:25:55.271 [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] 
00:25:55.272 [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] 
00:25:55.272 [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] 
00:25:55.272 [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/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:55.272 [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/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:55.273 [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/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:55,296 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:55,319 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:55,320 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:55,326 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:55,342 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:55,343 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:55,346 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:55,350 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47e2e487 - No compression will be used
00:25:55,354 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:55,354 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:55,355 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:55,355 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:55,355 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:55,355 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:55,355 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:55,363 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:55,363 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:55,363 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:55,363 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:55,363 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:55,363 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:55,363 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:55,363 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:55,363 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:55,364 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:55,364 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:55,364 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:55,365 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6bd61f98 - Registering current configuration as safe fallback point
00:25:55.373 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:55.379 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:55.449 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://18.fwk1340565491/META-INF/spring/extender/extra-config.xml): startup date [Thu May 09 00:25:55 UTC 2024]; root of context hierarchy 
00:25:55.453 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:55.478 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from OSGi resource[bundleentry://18.fwk1340565491/META-INF/spring/extender/extra-config.xml|bnd.id=16|bnd.sym=org.eclipse.gemini.blueprint.extender] 
00:25:55.500 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:55.501 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:55.502 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:55.502 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:55.546 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:55.546 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:55.555 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-util.xsd 
00:25:55.555 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-util.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-util.xsd 
00:25:55.557 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 
00:25:55.557 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-tool.xsd 
00:25:55.579 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://18.fwk1340565491/META-INF/spring/extender/extra-config.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@3b8f0a79: defining beans [packageAdmin,taskExecutor,shutdownTaskExecutor,extenderProperties]; root of factory hierarchy 
00:25:55.585 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:55.585 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:55.586 [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} 
00:25:55.586 [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] 
00:25:55.603 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2c78d320] 
00:25:55.604 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@d41f816] 
00:25:55.668 [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)] 
00:25:55.669 [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)] 
00:25:55.672 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:25:55.677 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:25:55.683 [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 
00:25:55.684 [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 
00:25:55.687 [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)] 
00:25:55.688 [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}} 
00:25:55.688 [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 
00:25:55.689 [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 
00:25:55.691 [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 
00:25:55.691 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.696 [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 
00:25:55.698 [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 
00:25:55.699 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.700 [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 
00:25:55.701 [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 
00:25:55.702 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.703 [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 
00:25:55.704 [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 
00:25:55.704 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.705 [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 
00:25:55.707 [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 
00:25:55.707 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.708 [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 
00:25:55.711 [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 
00:25:55.711 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.713 [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 
00:25:55.714 [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 
00:25:55.714 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.715 [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 
00:25:55.716 [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 
00:25:55.717 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.718 [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 
00:25:55.720 [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 
00:25:55.721 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.722 [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 
00:25:55.723 [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 
00:25:55.724 [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 
00:25:55.724 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.725 [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 
00:25:55.727 [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 
00:25:55.736 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.737 [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 
00:25:55.739 [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 
00:25:55.739 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.740 [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 
00:25:55.741 [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 
00:25:55.742 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  'taskExecutor' 
00:25:55.743 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  'shutdownTaskExecutor' 
00:25:55.745 [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 
00:25:55.745 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.747 [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 
00:25:55.748 [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 
00:25:55.748 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.750 [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 
00:25:55.751 [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 
00:25:55.751 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.752 [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 
00:25:55.754 [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 
00:25:55.754 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.755 [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 
00:25:55.758 [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 
00:25:55.758 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.760 [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 
00:25:55.761 [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 
00:25:55.762 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
00:25:55.763 [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 
00:25:55.768 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@32f232a5] 
00:25:55.770 [main]            TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://18.fwk1340565491/META-INF/spring/extender/extra-config.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://18.fwk1340565491/META-INF/spring/extender/extra-config.xml): startup date [Thu May 09 00:25:55 UTC 2024]; root of context hierarchy] 
00:25:55.771 [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.1.BUILD-202405090024} 
00:25:55.772 [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} 
00:25:55.775 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:55.776 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:55.778 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:55.781 [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 
00:25:55.781 [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) 
00:25:55.781 [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)] 
00:25:55.781 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:55.782 [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 
00:25:55.782 [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) 
00:25:55.782 [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)] 
00:25:55.782 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:55.782 [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 
00:25:55.783 [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) 
00:25:55.783 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:55.783 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:55.783 [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 
00:25:55.783 [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) 
00:25:55.783 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:55.783 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:55.784 [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 
00:25:55.784 [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) 
00:25:55.784 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:55.784 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:55.784 [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 
00:25:55.784 [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) 
00:25:55.784 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:55.784 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:55.785 [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 
00:25:55.785 [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) 
00:25:55.785 [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)] 
00:25:55.785 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:55.786 [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 
00:25:55.786 [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) 
00:25:55.786 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:55.786 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:55.787 [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 
00:25:55.787 [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) 
00:25:55.787 [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)] 
00:25:55.787 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:55.788 [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 
00:25:55.788 [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) 
00:25:55.788 [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)] 
00:25:55.789 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:55.790 [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 
00:25:55.790 [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) 
00:25:55.790 [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)] 
00:25:55.790 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:55.791 [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 
00:25:55.791 [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) 
00:25:55.791 [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)] 
00:25:55.791 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:55.791 [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 
00:25:55.792 [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) 
00:25:55.792 [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)] 
00:25:55.792 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:55.792 [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 
00:25:55.793 [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) 
00:25:55.793 [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)] 
00:25:55.793 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:55.793 [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 
00:25:55.793 [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) 
00:25:55.793 [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)] 
00:25:55.793 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:55.794 [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 
00:25:55.794 [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) 
00:25:55.794 [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)] 
00:25:55.795 [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)] 
00:25:55.796 [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)] 
00:25:55.796 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:55.796 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:55.798 [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)] 
00:25:55.798 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:55.799 [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@2d96543c w/ reference null 
00:25:55.799 [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@2d96543c w/ reference null 
00:25:55.799 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:55.801 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:55.803 [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 
00:25:55.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)] 
00:25:55.804 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:55.804 [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 
00:25:55.804 [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)] 
00:25:55.805 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:55.805 [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 
00:25:55.805 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:55.805 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:55.805 [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 
00:25:55.805 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:55.805 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:55.806 [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 
00:25:55.806 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:55.806 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:55.806 [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 
00:25:55.807 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:55.807 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:55.807 [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 
00:25:55.807 [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)] 
00:25:55.807 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:55.808 [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 
00:25:55.808 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:55.808 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:55.809 [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 
00:25:55.809 [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)] 
00:25:55.809 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:55.810 [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 
00:25:55.810 [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)] 
00:25:55.811 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:55.812 [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 
00:25:55.812 [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)] 
00:25:55.812 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:55.812 [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 
00:25:55.813 [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)] 
00:25:55.813 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:55.813 [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 
00:25:55.813 [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)] 
00:25:55.814 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:55.814 [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 
00:25:55.814 [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)] 
00:25:55.815 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:55.815 [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 
00:25:55.815 [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)] 
00:25:55.815 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:55.816 [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 
00:25:55.816 [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)] 
00:25:55.816 [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/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:55.820 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:55.820 [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 
00:25:55.820 [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) 
00:25:55.821 [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)] 
00:25:55.836 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:55.837 [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 
00:25:55.837 [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)] 
00:25:55.837 [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/gemini-blueprint-equinox/integration-tests/bundles/extender.fragment.bundle/target/extender-fragment-bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
00:25:55.839 [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 
00:25:55.839 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:511 - Post processing: creating test bundle 
00:25:55.846 [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] 
00:25:55.846 [main]            INFO  o.e.g.b.i.e.c.ExtenderConfigurationTest:202 - Automatically creating Manifest for the test bundle 
00:25:55.847 [main]            INFO  o.e.g.b.i.e.c.ExtenderConfigurationTest:366 - Using the test class for generating bundle imports 
00:25:55.848 [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 
00:25:55.848 [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... 
00:25:55.850 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class ExtenderConfigurationTest 
00:25:55.858 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:55.858 [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... 
00:25:55.858 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class BaseIntegrationTest 
00:25:55.860 [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 
00:25:55.860 [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... 
00:25:55.860 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:25:55.861 [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 
00:25:55.861 [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... 
00:25:55.861 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:25:55.862 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:25:55.862 [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 
00:25:55.862 [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} 
00:25:55.862 [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] 
00:25:55.862 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:25:55.862 [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] 
00:25:55.863 [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] 
00:25:55.863 [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]] 
00:25:55.863 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:55.863 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:55.863 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:55.863 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:55.863 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:55.863 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:55.863 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:55.864 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:55.864 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:55.864 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:55.864 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 
00:25:55.864 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 
00:25:55.864 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 
00:25:55.864 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 
00:25:55.868 [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 
00:25:55.868 [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.* 
00:25:55.870 [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)] 
00:25:55.871 [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 
00:25:55.871 [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) 
00:25:55.871 [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)] 
00:25:55.871 [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)] 
00:25:55.871 [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 
00:25:55.871 [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)] 
00:25:55.871 [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 
00:25:55.872 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:55.873 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:55.874 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:55.874 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:55.874 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:55.874 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:55.874 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:55.875 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:55.875 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:55.876 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:55.877 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:55.878 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:55.878 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:55.879 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:55.879 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:55.880 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:55.880 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:55.880 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:55.881 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:55.881 [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 
00:25:55.881 [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. 
00:25:55.881 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testCustomProperties] to OSGi 
00:25:55.889 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCustomProperties] for execution inside OSGi 
00:25:55.889 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCustomProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@44e3a2b2 
00:25:55.890 [main]            INFO  o.e.g.b.i.e.c.ExtenderConfigurationTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 
00:25:55.890 [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 [Thu May 09 00:25:55 UTC 2024]; root of context hierarchy 
00:25:55.890 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:55.891 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml] 
00:25:55.893 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:55.893 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:55.894 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:55.894 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:55.909 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:55.910 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:25:55.915 [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@7e5d9a50: defining beans [appCtx]; root of factory hierarchy 
00:25:55.916 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:55.916 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:55.916 [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} 
00:25:55.916 [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] 
00:25:55.916 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@56e8b606] 
00:25:55.917 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2dd29a59] 
00:25:55.918 [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))] 
00:25:55.918 [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))] 
00:25:55.918 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:25:55.918 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:25:55.919 [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 
00:25:55.936 [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 
00:25:55.937 [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 
00:25:55.937 [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 
00:25:55.937 [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 
00:25:55.941 [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 
00:25:55.942 [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))] 
00:25:55.942 [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.1.BUILD-202405090024, service.id=30}} 
00:25:55.943 [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.1.BUILD-202405090024, service.id=30}] bound to proxy 
00:25:55.943 [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.1.BUILD-202405090024, service.id=30}] bound to proxy 
00:25:55.943 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@60975100] 
00:25:55.943 [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 [Thu May 09 00:25:55 UTC 2024]; root of context hierarchy] 
00:25:55.943 [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} 
00:25:55.944 [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} 
00:25:55.960 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:55.961 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testCustomProperties] 
00:25:55.961 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testCustomProperties]'s result read 
00:25:55.962 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testExtenderConfigAppCtxPublished] to OSGi 
00:25:55.963 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExtenderConfigAppCtxPublished] for execution inside OSGi 
00:25:55.963 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExtenderConfigAppCtxPublished] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@e84a8e1 
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.1.BUILD-202405090024,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}
00:25:55.963 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:55.963 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testExtenderConfigAppCtxPublished] 
00:25:55.963 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testExtenderConfigAppCtxPublished]'s result read 
00:25:55.964 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testShutdownTaskExecutor] to OSGi 
00:25:55.964 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testShutdownTaskExecutor] for execution inside OSGi 
00:25:55.964 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testShutdownTaskExecutor] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2e554a3b 
00:25:55.964 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:55.965 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testShutdownTaskExecutor] 
00:25:55.965 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testShutdownTaskExecutor]'s result read 
00:25:55.965 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testTaskExecutor] to OSGi 
00:25:55.965 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTaskExecutor] for execution inside OSGi 
00:25:55.965 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTaskExecutor] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@54a67a45 
00:25:55.966 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:55.966 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testTaskExecutor] 
00:25:55.966 [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: 1.15 sec - in org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest
00:25:55.968 [Thread-0]        INFO  o.e.g.b.i.e.c.ExtenderConfigurationTest:471 - Shutting down OSGi platform 
00:25:55.968 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:55.968 [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) 
00:25:55.969 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:55.969 [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 [Thu May 09 00:25:55 UTC 2024]; root of context hierarchy 
00:25:55.969 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:55.969 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:55.969 [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 [Thu May 09 00:25:55 UTC 2024]; root of context hierarchy] 
00:25:55.969 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:55.969 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:55.969 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:55.969 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:55.970 [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.1.BUILD-202405090024, service.id=30}] was unregistered and unbound from the service proxy 
00:25:55.970 [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.1.BUILD-202405090024, service.id=30}] was unregistered and unbound from the service proxy 
00:25:55.970 [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 
00:25:55.970 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:55.971 [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) 
00:25:55.971 [Thread-0]        INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://18.fwk1340565491/META-INF/spring/extender/extra-config.xml): startup date [Thu May 09 00:25:55 UTC 2024]; root of context hierarchy 
00:25:55.971 [Thread-0]        TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://18.fwk1340565491/META-INF/spring/extender/extra-config.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://18.fwk1340565491/META-INF/spring/extender/extra-config.xml): startup date [Thu May 09 00:25:55 UTC 2024]; root of context hierarchy] 
00:25:55.971 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 'shutdownTaskExecutor' 
00:25:55.972 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 'taskExecutor' 
00:25:55.972 [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 
00:25:55.972 [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 
00:25:55.972 [Thread-0]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:55.972 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:55.972 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:56,586 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:56,660 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:56,662 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:56,675 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:56,698 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:56,700 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:56,703 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:56,709 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:25:56,718 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:56,718 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:56,719 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:56,719 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:56,719 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:56,719 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:56,719 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:56,719 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:56,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:56,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:56,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:56,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:56,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:56,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:56,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:56,720 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:56,720 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:56,721 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:56,721 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:56,721 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest
00:25:56.802 [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 
00:25:56.805 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:85 - Instantiating platform wrapper... 
00:25:56.806 [main]            DEBUG o.e.g.b.i.extender.ExtenderTest:215 - About to start Equinox OSGi Platform 
00:25:57.018 [main]            INFO  o.e.g.b.i.extender.ExtenderTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:57.021 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:57.021 [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.1.BUILD-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} 
00:25:57.022 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:57.024 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:57.092 [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] 
00:25:57.100 [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] 
00:25:57.104 [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] 
00:25:57.105 [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] 
00:25:57.110 [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] 
00:25:57.115 [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] 
00:25:57.117 [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] 
00:25:57.122 [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] 
00:25:57.142 [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] 
00:25:57.151 [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] 
00:25:57.161 [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] 
00:25:57.164 [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] 
00:25:57.169 [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] 
00:25:57.175 [main]            DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:57.177 [main]            DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:57.181 [main]            DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:57.184 [main]            DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:57.192 [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] 
00:25:57.209 [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] 
00:25:57.209 [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] 
00:25:57.210 [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] 
00:25:57.210 [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] 
00:25:57.210 [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] 
00:25:57.210 [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] 
00:25:57.211 [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] 
00:25:57.211 [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] 
00:25:57.211 [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] 
00:25:57.237 [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] 
00:25:57.237 [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] 
00:25:57.237 [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] 
00:25:57.237 [main]            DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:57.238 [main]            DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:57.238 [main]            DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:57,261 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:57,284 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:57,286 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:57,292 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:57,306 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:57,307 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:57,310 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:57,314 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@550dbc7a - No compression will be used
00:25:57,318 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:57,318 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:57,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:57,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:57,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:57,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:57,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:57,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:57,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:57,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:57,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:57,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:57,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:57,319 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:57,320 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:57,320 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:57,320 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:57,320 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:57,320 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:57,321 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@54a7079e - Registering current configuration as safe fallback point
00:25:57.336 [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/gemini-blueprint-equinox/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:57.337 [main]            INFO  o.e.g.b.i.extender.ExtenderTest:199 - org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest-bundle.properties was not found; using defaults 
00:25:57.337 [main]            DEBUG o.e.g.b.i.extender.ExtenderTest:511 - Post processing: creating test bundle 
00:25:57.345 [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] 
00:25:57.345 [main]            INFO  o.e.g.b.i.extender.ExtenderTest:202 - Automatically creating Manifest for the test bundle 
00:25:57.346 [main]            INFO  o.e.g.b.i.extender.ExtenderTest:366 - Using the test class for generating bundle imports 
00:25:57.347 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 
00:25:57.347 [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... 
00:25:57.349 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class ExtenderTest 
00:25:57.358 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:57.358 [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... 
00:25:57.358 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class BaseIntegrationTest 
00:25:57.360 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:57.360 [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... 
00:25:57.360 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:25:57.361 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:57.361 [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... 
00:25:57.361 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:25:57.361 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:25:57.361 [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 
00:25:57.361 [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} 
00:25:57.362 [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] 
00:25:57.362 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:25:57.362 [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] 
00:25:57.362 [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] 
00:25:57.362 [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]] 
00:25:57.362 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:57.363 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:57.363 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:57.363 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:57.363 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:57.363 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:57.363 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:57.363 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:57.363 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:57.363 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:57.363 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 
00:25:57.363 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 
00:25:57.364 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 
00:25:57.364 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 
00:25:57.364 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 
00:25:57.364 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 
00:25:57.371 [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 
00:25:57.371 [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.* 
00:25:57.373 [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 
00:25:57.374 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:364 - Writing test name [testLifecycle] to OSGi 
00:25:57.390 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testLifecycle] for execution inside OSGi 
00:25:57.392 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testLifecycle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@723ca036 
00:25:57.393 [main]            INFO  o.e.g.b.i.extender.ExtenderTest:190 - Loading context for locations:  
00:25:57.408 [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 [Thu May 09 00:25:57 UTC 2024]; root of context hierarchy 
00:25:57.413 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:25:57.426 [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@35b74c5c: defining beans []; root of factory hierarchy 
00:25:57.432 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:57.433 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:57.433 [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} 
00:25:57.434 [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] 
00:25:57.437 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@e3c0e40] 
00:25:57.439 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4bf48f6] 
00:25:57.440 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@a82c5f1] 
00:25:57.442 [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 [Thu May 09 00:25:57 UTC 2024]; root of context hierarchy] 
00:25:57.444 [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} 
00:25:57.446 [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} 
00:25:57.490 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:57.504 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:57.504 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:57.541 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:57.541 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:57.543 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:57.545 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:57.547 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:57.549 [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 
00:25:57.549 [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) 
00:25:57.549 [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)] 
00:25:57.549 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:57.550 [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 
00:25:57.550 [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) 
00:25:57.550 [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)] 
00:25:57.550 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:57.551 [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 
00:25:57.551 [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) 
00:25:57.551 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:57.551 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:57.551 [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 
00:25:57.551 [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) 
00:25:57.551 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:57.552 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:57.552 [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 
00:25:57.552 [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) 
00:25:57.552 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:57.552 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:57.553 [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 
00:25:57.553 [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) 
00:25:57.553 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:57.553 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:57.553 [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 
00:25:57.553 [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) 
00:25:57.554 [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)] 
00:25:57.554 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:57.554 [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 
00:25:57.555 [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) 
00:25:57.555 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:57.555 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:57.556 [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 
00:25:57.556 [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) 
00:25:57.556 [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)] 
00:25:57.556 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:57.557 [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 
00:25:57.557 [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) 
00:25:57.558 [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)] 
00:25:57.558 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:57.559 [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 
00:25:57.559 [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) 
00:25:57.560 [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)] 
00:25:57.560 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:57.560 [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 
00:25:57.560 [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) 
00:25:57.560 [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)] 
00:25:57.560 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:57.561 [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 
00:25:57.561 [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) 
00:25:57.561 [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)] 
00:25:57.561 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:57.562 [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 
00:25:57.562 [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) 
00:25:57.562 [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)] 
00:25:57.562 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:57.563 [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 
00:25:57.563 [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) 
00:25:57.563 [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)] 
00:25:57.563 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:57.564 [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 
00:25:57.564 [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) 
00:25:57.564 [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)] 
00:25:57.564 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:57.564 [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 
00:25:57.565 [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) 
00:25:57.565 [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)] 
00:25:57.565 [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)] 
00:25:57.565 [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 
00:25:57.565 [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) 
00:25:57.565 [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)] 
00:25:57.566 [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... 
00:25:57.567 [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 
00:25:57.567 [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)] 
00:25:57.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 [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 
00:25:57.569 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:25:57.569 [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)] 
00:25:57.570 [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@5a37f1a 
00:25:57.570 [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 
00:25:57.570 [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) 
00:25:57.570 [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) 
00:25:57.570 [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) 
00:25:57.570 [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)] 
00:25:57.570 [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 [Thu May 09 00:25:57 UTC 2024]; root of context hierarchy 
00:25:57.571 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:25:57.572 [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)] 
00:25:57.573 [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)] 
00:25:57.577 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:57.577 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:57.579 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://17.fwk1340565491/META-INF/spring/lifecycle.xml] 
00:25:57.579 [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)] 
00:25:57.580 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:57.581 [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@29ca3d04 w/ reference null 
00:25:57.581 [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@29ca3d04 w/ reference null 
00:25:57.582 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:57.584 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:57.586 [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 
00:25:57.586 [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)] 
00:25:57.586 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:57.587 [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 
00:25:57.587 [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)] 
00:25:57.587 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:57.587 [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 
00:25:57.587 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:57.588 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:57.588 [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 
00:25:57.588 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:57.588 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:57.589 [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 
00:25:57.589 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:57.589 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:57.589 [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 
00:25:57.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)] 
00:25:57.590 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:57.590 [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 
00:25:57.590 [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)] 
00:25:57.590 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:57.591 [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 
00:25:57.591 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:57.592 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:25:57.592 [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 
00:25:57.592 [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)] 
00:25:57.593 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:25:57.655 [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 
00:25:57.655 [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)] 
00:25:57.656 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:57.657 [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 
00:25:57.657 [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)] 
00:25:57.657 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:57.658 [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 
00:25:57.658 [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)] 
00:25:57.658 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:57.659 [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 
00:25:57.659 [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)] 
00:25:57.659 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:57.660 [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 
00:25:57.660 [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)] 
00:25:57.660 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:57.661 [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 
00:25:57.661 [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)] 
00:25:57.661 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:57.661 [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 
00:25:57.662 [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)] 
00:25:57.662 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:57.662 [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 
00:25:57.662 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:57.662 [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)] 
00:25:57.663 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:25:57.663 [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)] 
00:25:57.663 [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 
00:25:57.663 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:57.663 [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)] 
00:25:57.663 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:25:57.664 [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)] 
00:25:57.664 [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 
00:25:57.664 [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)] 
00:25:57.712 [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@3e92acbb: defining beans [guinea-pig]; root of factory hierarchy 
00:25:57.713 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:57.713 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:57.713 [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} 
00:25:57.713 [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] 
00:25:57.718 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:25:57.720 [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@3e92acbb: defining beans [guinea-pig]; root of factory hierarchy] 
00:25:57.720 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:25:57.720 [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@291ddd47 
00:25:57.720 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:25:57.720 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:25:57.720 [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) 
00:25:57.720 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:25:57.720 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:25:57.720 [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) 
00:25:57.721 [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) 
00:25:57.721 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:25:57.721 [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) 
00:25:57.722 [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@3d5e14cb] 
00:25:57.722 [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@1b41bb83] 
00:25:57.738 [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@4db05042] 
00:25:57.738 [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 [Thu May 09 00:25:57 UTC 2024]; root of context hierarchy] 
00:25:57.738 [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} 
00:25:57.738 [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} 
00:25:57.739 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:57.739 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:440 - Reading OSGi results for test [testLifecycle] 
00:25:57.740 [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: 0.942 sec - in org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest
00:25:57.741 [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] 
00:25:57.743 [Thread-0]        INFO  o.e.g.b.i.extender.ExtenderTest:471 - Shutting down OSGi platform 
00:25:57.743 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:57.743 [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) 
00:25:57.743 [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]] 
00:25:57.743 [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 [Thu May 09 00:25:57 UTC 2024]; root of context hierarchy 
00:25:57.743 [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 [Thu May 09 00:25:57 UTC 2024]; root of context hierarchy] 
00:25:57.745 [Thread-2]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:57.749 [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 
00:25:57.750 [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]] 
00:25:57.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.lifecycle, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 
00:25:57.751 [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) 
00:25:57.751 [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@5a37f1a 
00:25:57.751 [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) 
00:25:57.751 [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) 
00:25:57.751 [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) 
00:25:57.751 [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 [Thu May 09 00:25:57 UTC 2024]; root of context hierarchy 
00:25:57.751 [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 [Thu May 09 00:25:57 UTC 2024]; root of context hierarchy] 
00:25:57.752 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:57.752 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:25:57.752 [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@5a37f1a 
00:25:57.752 [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 
00:25:57.753 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:57.753 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:57.753 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:57.753 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:57.753 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:57.753 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:57.754 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:57.754 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:58,356 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:58,418 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:58,420 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:58,432 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:58,455 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:58,456 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:58,459 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:58,465 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:25:58,474 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:58,474 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:58,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:58,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:58,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:58,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:58,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:58,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:58,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:58,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:58,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:58,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:58,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:58,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:58,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:58,476 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:58,476 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:58,477 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:58,477 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:58,477 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest
00:25:58.553 [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 
00:25:58.556 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:85 - Instantiating platform wrapper... 
00:25:58.556 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:215 - About to start Equinox OSGi Platform 
00:25:58.778 [main]            INFO  o.e.g.b.i.e.ExtenderVersionTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:25:58.781 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:25:58.781 [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.1.BUILD-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} 
00:25:58.782 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:25:58.783 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:58.852 [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] 
00:25:58.860 [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] 
00:25:58.863 [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] 
00:25:58.865 [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] 
00:25:58.870 [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] 
00:25:58.875 [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] 
00:25:58.876 [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] 
00:25:58.882 [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] 
00:25:58.888 [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] 
00:25:58.897 [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] 
00:25:58.907 [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] 
00:25:58.910 [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] 
00:25:58.936 [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] 
00:25:58.943 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:58.945 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:58.949 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:58.951 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:58.962 [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] 
00:25:58.979 [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] 
00:25:58.980 [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] 
00:25:58.980 [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] 
00:25:58.980 [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] 
00:25:58.980 [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] 
00:25:58.980 [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] 
00:25:58.981 [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] 
00:25:58.981 [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] 
00:25:58.981 [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] 
00:25:58.981 [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] 
00:25:58.982 [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] 
00:25:58.982 [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] 
00:25:58.982 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:58.982 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:58.983 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:59,009 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:25:59,046 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:25:59,047 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:25:59,054 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:59,069 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:25:59,070 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:25:59,073 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:25:59,078 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:25:59,081 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:25:59,081 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:25:59,082 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:25:59,082 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:25:59,082 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:25:59,082 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:25:59,082 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:25:59,082 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:25:59,083 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:25:59,083 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:25:59,083 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:25:59,083 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:25:59,083 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:25:59,083 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:25:59,083 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:25:59,083 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:25:59,083 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:25:59,084 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:25:59,084 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:25:59,084 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:25:59.099 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:25:59.105 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:59.164 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:59.164 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:25:59.167 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:25:59.169 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:25:59.172 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:59.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 
00:25:59.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) 
00:25:59.175 [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)] 
00:25:59.175 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:59.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 
00:25:59.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) 
00:25:59.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)] 
00:25:59.175 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:59.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 
00:25:59.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) 
00:25:59.176 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:59.176 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:59.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 
00:25:59.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) 
00:25:59.176 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:59.177 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:59.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 
00:25:59.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) 
00:25:59.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)] 
00:25:59.177 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:59.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 
00:25:59.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) 
00:25:59.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)] 
00:25:59.178 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:59.178 [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 
00:25:59.178 [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) 
00:25:59.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)] 
00:25:59.179 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:59.179 [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 
00:25:59.179 [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) 
00:25:59.180 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:59.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)] 
00:25:59.180 [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 
00:25:59.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) 
00:25:59.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)] 
00:25:59.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)] 
00:25:59.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 
00:25:59.182 [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) 
00:25:59.182 [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)] 
00:25:59.182 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:25:59.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 
00:25:59.184 [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) 
00:25:59.184 [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)] 
00:25:59.184 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:59.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 
00:25:59.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) 
00:25:59.185 [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)] 
00:25:59.185 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:59.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 
00:25:59.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) 
00:25:59.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)] 
00:25:59.189 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:59.189 [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 
00:25:59.190 [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) 
00:25:59.190 [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)] 
00:25:59.190 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:59.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 
00:25:59.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) 
00:25:59.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)] 
00:25:59.190 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:59.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 
00:25:59.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) 
00:25:59.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)] 
00:25:59.197 [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)] 
00:25:59.197 [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)] 
00:25:59.201 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:25:59.201 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:25:59.203 [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)] 
00:25:59.204 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:25:59.205 [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@1b410b60 w/ reference null 
00:25:59.205 [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@1b410b60 w/ reference null 
00:25:59.206 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:25:59.208 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:25:59.214 [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 
00:25:59.215 [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)] 
00:25:59.215 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:25:59.215 [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 
00:25:59.215 [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)] 
00:25:59.216 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:25:59.216 [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 
00:25:59.216 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:25:59.216 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:59.216 [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 
00:25:59.216 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:25:59.217 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:59.217 [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 
00:25:59.217 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:25:59.217 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:59.218 [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 
00:25:59.218 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:25:59.218 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:25:59.218 [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 
00:25:59.218 [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)] 
00:25:59.218 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:59.219 [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 
00:25:59.219 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:25:59.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)] 
00:25:59.220 [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 
00:25:59.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)] 
00:25:59.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)] 
00:25:59.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 
00:25:59.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)] 
00:25:59.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)] 
00:25:59.237 [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 
00:25:59.238 [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)] 
00:25:59.238 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:25:59.239 [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 
00:25:59.239 [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)] 
00:25:59.239 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:25:59.239 [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 
00:25:59.240 [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)] 
00:25:59.240 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:25:59.240 [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 
00:25:59.241 [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)] 
00:25:59.241 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:25:59.241 [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 
00:25:59.241 [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)] 
00:25:59.241 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:25:59.242 [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 
00:25:59.243 [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)] 
00:25:59.243 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:25:59.246 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:59.247 [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 
00:25:59.247 [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) 
00:25:59.247 [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)] 
00:25:59.247 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:25:59.248 [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 
00:25:59.248 [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)] 
00:25:59.249 [main]            INFO  o.e.g.b.i.e.ExtenderVersionTest:199 - org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest-bundle.properties was not found; using defaults 
00:25:59.250 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:511 - Post processing: creating test bundle 
00:25:59.258 [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] 
00:25:59.258 [main]            INFO  o.e.g.b.i.e.ExtenderVersionTest:202 - Automatically creating Manifest for the test bundle 
00:25:59.258 [main]            INFO  o.e.g.b.i.e.ExtenderVersionTest:366 - Using the test class for generating bundle imports 
00:25:59.260 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 
00:25:59.260 [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... 
00:25:59.262 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class ExtenderVersionTest 
00:25:59.269 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:59.270 [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... 
00:25:59.270 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class BaseIntegrationTest 
00:25:59.272 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:59.272 [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... 
00:25:59.272 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:25:59.273 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:59.273 [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... 
00:25:59.273 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:25:59.274 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:25:59.274 [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 
00:25:59.274 [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} 
00:25:59.274 [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] 
00:25:59.274 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:25:59.274 [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] 
00:25:59.275 [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] 
00:25:59.275 [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]] 
00:25:59.275 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:25:59.275 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:25:59.275 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:25:59.275 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:25:59.275 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:25:59.275 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:25:59.275 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:25:59.275 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:25:59.275 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:25:59.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:25:59.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 
00:25:59.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 
00:25:59.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 
00:25:59.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 
00:25:59.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 
00:25:59.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 
00:25:59.280 [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 
00:25:59.281 [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.* 
00:25:59.283 [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)] 
00:25:59.283 [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 
00:25:59.283 [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) 
00:25:59.284 [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)] 
00:25:59.284 [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)] 
00:25:59.284 [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 
00:25:59.284 [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)] 
00:25:59.284 [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 
00:25:59.284 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:25:59.286 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:25:59.286 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:25:59.287 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:25:59.287 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:25:59.287 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:25:59.287 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:25:59.287 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:25:59.288 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:25:59.289 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:25:59.290 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:25:59.291 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:25:59.291 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:25:59.292 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:25:59.292 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:25:59.293 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:25:59.293 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:25:59.293 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:25:59.294 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:25:59.294 [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. 
00:25:59.294 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:364 - Writing test name [testBundleIgnoredBasedOnSpringExtenderVersion] to OSGi 
00:25:59.302 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleIgnoredBasedOnSpringExtenderVersion] for execution inside OSGi 
00:25:59.303 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleIgnoredBasedOnSpringExtenderVersion] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@125290e5 
00:25:59.303 [main]            INFO  o.e.g.b.i.e.ExtenderVersionTest:190 - Loading context for locations:  
00:25:59.308 [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 [Thu May 09 00:25:59 UTC 2024]; root of context hierarchy 
00:25:59.312 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:25:59.325 [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@3f57bcad: defining beans []; root of factory hierarchy 
00:25:59.330 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:25:59.331 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:25:59.331 [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} 
00:25:59.332 [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] 
00:25:59.334 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@73cd37c0] 
00:25:59.334 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@21337f7b] 
00:25:59.336 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1800a575] 
00:25:59.338 [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 [Thu May 09 00:25:59 UTC 2024]; root of context hierarchy] 
00:25:59.339 [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} 
00:25:59.340 [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} 
00:25:59.362 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:25:59.370 [main]            TRACE o.e.g.b.e.s.internal.ConfigUtils:119 - discovered SpringExtender-Version header w/ value=19.99.98.not-existing 
00:25:59.370 [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.1.BUILD-202405090024]; skipping bundle analysis... 
00:25:59.370 [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 
00:25:59.370 [main]            TRACE o.e.g.b.e.s.internal.ConfigUtils:119 - discovered SpringExtender-Version header w/ value=19.99.98.not-existing 
00:25:59.371 [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.1.BUILD-202405090024]; skipping bundle analysis... 
00:25:59.371 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Extender Version (org.eclipse.gemini.blueprint.iandt.extenderversion)] 
00:25:59.371 [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 
00:25:59.371 [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)] 
00:25:59.372 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:25:59.372 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:440 - Reading OSGi results for test [testBundleIgnoredBasedOnSpringExtenderVersion] 
00:25:59.372 [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: 0.823 sec - in org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest
00:25:59.375 [Thread-0]        INFO  o.e.g.b.i.e.ExtenderVersionTest:471 - Shutting down OSGi platform 
00:25:59.375 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:59.376 [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) 
00:25:59.376 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:59.376 [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 [Thu May 09 00:25:59 UTC 2024]; root of context hierarchy 
00:25:59.376 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:59.376 [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 [Thu May 09 00:25:59 UTC 2024]; root of context hierarchy] 
00:25:59.376 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:59.376 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:25:59.376 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:25:59.376 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:25:59.376 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:25:59.377 [Thread-0]        TRACE o.e.g.b.e.s.internal.ConfigUtils:119 - discovered SpringExtender-Version header w/ value=19.99.98.not-existing 
00:25:59.377 [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.1.BUILD-202405090024]; skipping bundle analysis... 
00:25:59.377 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:25:59.377 [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 
00:25:59.378 [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 
00:25:59.378 [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 
00:25:59.378 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:25:59.379 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:25:59.379 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:25:59,985 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:00,057 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:00,059 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:00,071 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:00,092 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:00,094 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:00,097 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:00,103 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:26:00,111 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:00,112 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:00,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:00,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:00,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:00,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:00,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:00,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:00,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:00,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:00,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:00,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:00,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:00,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:00,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:00,114 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:00,114 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:00,114 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:00,114 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:00,115 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest
00:26:00.191 [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 
00:26:00.194 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:85 - Instantiating platform wrapper... 
00:26:00.195 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:215 - About to start Equinox OSGi Platform 
00:26:00.413 [main]            INFO  o.e.g.b.i.i.ServiceComparatorTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:00.416 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:00.416 [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.1.BUILD-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} 
00:26:00.417 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:00.418 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:00.488 [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] 
00:26:00.497 [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] 
00:26:00.500 [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] 
00:26:00.502 [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] 
00:26:00.507 [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] 
00:26:00.512 [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] 
00:26:00.513 [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] 
00:26:00.518 [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] 
00:26:00.524 [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] 
00:26:00.545 [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] 
00:26:00.556 [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] 
00:26:00.559 [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] 
00:26:00.563 [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] 
00:26:00.570 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:00.571 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:00.575 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:00.577 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:00.588 [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] 
00:26:00.604 [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] 
00:26:00.605 [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] 
00:26:00.605 [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] 
00:26:00.605 [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] 
00:26:00.606 [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] 
00:26:00.606 [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] 
00:26:00.606 [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] 
00:26:00.606 [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] 
00:26:00.607 [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] 
00:26:00.607 [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] 
00:26:00.607 [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] 
00:26:00.607 [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] 
00:26:00.607 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:00.608 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:00.608 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:00,658 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:00,681 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:00,682 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:00,689 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:00,704 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:00,705 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:00,708 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:00,713 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:26:00,716 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:00,716 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:00,717 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:00,717 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:00,717 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:00,717 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:00,717 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:00,717 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:00,717 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:00,717 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:00,717 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:00,717 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:00,718 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:00,718 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:00,718 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:00,718 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:00,718 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:00,718 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:00,718 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:00,727 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:26:00.741 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:00.747 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:00.808 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:00.808 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:00.811 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:00.813 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:00.816 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:00.818 [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 
00:26:00.819 [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) 
00:26:00.819 [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)] 
00:26:00.819 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:00.820 [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 
00:26:00.820 [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) 
00:26:00.820 [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)] 
00:26:00.820 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:00.820 [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 
00:26:00.821 [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) 
00:26:00.821 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:00.821 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:00.821 [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 
00:26:00.821 [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) 
00:26:00.821 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:00.821 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:00.822 [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 
00:26:00.822 [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) 
00:26:00.823 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:00.823 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:00.823 [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 
00:26:00.823 [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) 
00:26:00.823 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:00.824 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:00.824 [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 
00:26:00.824 [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) 
00:26:00.824 [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)] 
00:26:00.824 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:00.825 [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 
00:26:00.825 [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) 
00:26:00.825 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:00.825 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:00.826 [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 
00:26:00.826 [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) 
00:26:00.826 [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)] 
00:26:00.827 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:00.828 [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 
00:26:00.828 [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) 
00:26:00.828 [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)] 
00:26:00.828 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:00.829 [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 
00:26:00.829 [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) 
00:26:00.829 [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)] 
00:26:00.829 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:00.830 [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 
00:26:00.830 [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) 
00:26:00.830 [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)] 
00:26:00.830 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:00.831 [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 
00:26:00.831 [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) 
00:26:00.831 [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)] 
00:26:00.834 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:00.835 [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 
00:26:00.835 [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) 
00:26:00.835 [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)] 
00:26:00.835 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:00.835 [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 
00:26:00.836 [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) 
00:26:00.836 [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)] 
00:26:00.836 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:00.836 [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 
00:26:00.836 [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) 
00:26:00.837 [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)] 
00:26:00.843 [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)] 
00:26:00.843 [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)] 
00:26:00.847 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:00.847 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:00.849 [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)] 
00:26:00.850 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:00.850 [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@1b410b60 w/ reference null 
00:26:00.851 [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@1b410b60 w/ reference null 
00:26:00.851 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:00.854 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:00.865 [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 
00:26:00.866 [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)] 
00:26:00.866 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:00.867 [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 
00:26:00.867 [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)] 
00:26:00.867 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:00.867 [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 
00:26:00.867 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:00.868 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:00.868 [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 
00:26:00.868 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:00.868 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:00.869 [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 
00:26:00.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)] 
00:26:00.869 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:00.869 [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 
00:26:00.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)] 
00:26:00.870 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:00.870 [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 
00:26:00.870 [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)] 
00:26:00.870 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:00.871 [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 
00:26:00.871 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:00.871 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:00.872 [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 
00:26:00.872 [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)] 
00:26:00.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)] 
00:26:00.874 [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 
00:26:00.874 [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)] 
00:26:00.874 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:00.875 [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 
00:26:00.875 [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)] 
00:26:00.876 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:00.876 [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 
00:26:00.876 [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)] 
00:26:00.876 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:00.877 [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 
00:26:00.877 [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)] 
00:26:00.877 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:00.878 [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 
00:26:00.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)] 
00:26:00.878 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:00.878 [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 
00:26:00.879 [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)] 
00:26:00.879 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:00.880 [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 
00:26:00.880 [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)] 
00:26:00.880 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:00.883 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:00.884 [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 
00:26:00.884 [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) 
00:26:00.884 [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)] 
00:26:00.884 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:00.885 [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 
00:26:00.885 [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)] 
00:26:00.887 [main]            INFO  o.e.g.b.i.i.ServiceComparatorTest:199 - org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest-bundle.properties was not found; using defaults 
00:26:00.887 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:511 - Post processing: creating test bundle 
00:26:00.895 [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] 
00:26:00.896 [main]            INFO  o.e.g.b.i.i.ServiceComparatorTest:202 - Automatically creating Manifest for the test bundle 
00:26:00.896 [main]            INFO  o.e.g.b.i.i.ServiceComparatorTest:366 - Using the test class for generating bundle imports 
00:26:00.898 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 
00:26:00.898 [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... 
00:26:00.901 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest 
00:26:00.909 [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 
00:26:00.909 [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... 
00:26:00.909 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest$TestBean 
00:26:00.910 [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 
00:26:00.910 [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... 
00:26:00.910 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest$MyClass 
00:26:00.910 [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 
00:26:00.910 [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... 
00:26:00.910 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest$MyInterface 
00:26:00.910 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:00.911 [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... 
00:26:00.911 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class BaseIntegrationTest 
00:26:00.912 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:00.912 [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... 
00:26:00.912 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:00.913 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:00.913 [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... 
00:26:00.913 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:00.914 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:00.914 [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 
00:26:00.914 [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} 
00:26:00.914 [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] 
00:26:00.914 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:00.915 [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] 
00:26:00.915 [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] 
00:26:00.915 [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]] 
00:26:00.915 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:00.915 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:00.915 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:00.915 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:00.915 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:00.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:00.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:00.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:00.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:00.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:00.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ 
00:26:00.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 
00:26:00.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/Listener.class 
00:26:00.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 
00:26:00.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 
00:26:00.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 
00:26:00.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 
00:26:00.917 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/collection.xml 
00:26:00.917 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml 
00:26:00.922 [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 
00:26:00.922 [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.* 
00:26:00.924 [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)] 
00:26:00.925 [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 
00:26:00.925 [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) 
00:26:00.925 [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)] 
00:26:00.925 [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)] 
00:26:00.926 [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 
00:26:00.926 [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)] 
00:26:00.926 [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 
00:26:00.926 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:00.929 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:00.929 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:00.929 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:00.929 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:00.930 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:00.930 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:00.936 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:00.937 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:00.937 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:00.938 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:00.940 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:00.940 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:00.940 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:00.941 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:00.941 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:00.942 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:00.942 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:00.942 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:00.942 [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. 
00:26:00.943 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:364 - Writing test name [testReferenceInjection] to OSGi 
00:26:00.952 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testReferenceInjection] for execution inside OSGi 
00:26:00.952 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testReferenceInjection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@616ac46a 
00:26:00.952 [main]            INFO  o.e.g.b.i.i.ServiceComparatorTest:190 - Loading context for locations:  
00:26:00.958 [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 [Thu May 09 00:26:00 UTC 2024]; root of context hierarchy 
00:26:00.962 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:26:00.975 [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@71e9ebae: defining beans []; root of factory hierarchy 
00:26:00.981 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:00.981 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:00.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} 
00:26:00.982 [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] 
00:26:00.984 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7a362b6b] 
00:26:00.984 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@60df60da] 
00:26:00.986 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@130e116b] 
00:26:00.988 [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 [Thu May 09 00:26:00 UTC 2024]; root of context hierarchy] 
00:26:00.989 [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} 
00:26:00.990 [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} 
00:26:01.014 [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 [Thu May 09 00:26:01 UTC 2024]; root of context hierarchy 
00:26:01.014 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:01.021 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml] 
00:26:01.096 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:01.097 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:01.097 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:01.098 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:01.141 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:01.141 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:01.169 [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@55322aab: defining beans [setWithServiceOrder,multiInterfaceProxy,setWithServiceReference,testBean]; root of factory hierarchy 
00:26:01.169 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:01.169 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:01.170 [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} 
00:26:01.170 [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] 
00:26:01.174 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7a1a3478] 
00:26:01.175 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@495b0487] 
00:26:01.184 [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))] 
00:26:01.184 [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))] 
00:26:01.185 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:01.186 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:01.187 [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))] 
00:26:01.187 [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}} 
00:26:01.189 [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} 
00:26:01.194 [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 
00:26:01.195 [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 
00:26:01.195 [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 
00:26:01.196 [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 
00:26:01.196 [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 
00:26:01.198 [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} 
00:26:01.201 [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} 
00:26:01.204 [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))] 
00:26:01.204 [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))] 
00:26:01.204 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:26:01.207 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:26:01.207 [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))] 
00:26:01.208 [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}} 
00:26:01.208 [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 
00:26:01.208 [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 
00:26:01.209 [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)] 
00:26:01.210 [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)] 
00:26:01.210 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:01.210 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:01.210 [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)] 
00:26:01.210 [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}} 
00:26:01.211 [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} 
00:26:01.212 [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} 
00:26:01.212 [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 
00:26:01.213 [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} 
00:26:01.214 [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 
00:26:01.214 [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 
00:26:01.215 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3d97a632] 
00:26:01.216 [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 [Thu May 09 00:26:01 UTC 2024]; root of context hierarchy] 
00:26:01.216 [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} 
00:26:01.216 [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} 
00:26:01.217 [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) 
00:26:01.218 [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 [Thu May 09 00:26:01 UTC 2024]; root of context hierarchy 
00:26:01.218 [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 [Thu May 09 00:26:01 UTC 2024]; root of context hierarchy] 
00:26:01.220 [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 
00:26:01.220 [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 
00:26:01.220 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:01.221 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:01.221 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:440 - Reading OSGi results for test [testReferenceInjection] 
00:26:01.222 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:447 - Test[testReferenceInjection]'s result read 
00:26:01.222 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:364 - Writing test name [testComparableImportedObjects] to OSGi 
00:26:01.223 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testComparableImportedObjects] for execution inside OSGi 
00:26:01.223 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testComparableImportedObjects] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2c7b5824 
00:26:01.224 [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 [Thu May 09 00:26:01 UTC 2024]; root of context hierarchy 
00:26:01.224 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:01.224 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml] 
00:26:01.226 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:01.227 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:01.227 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:01.227 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:01.245 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:01.245 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:01.253 [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@4c2cc639: defining beans [setWithServiceOrder,multiInterfaceProxy,setWithServiceReference,testBean]; root of factory hierarchy 
00:26:01.253 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:01.253 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:01.254 [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} 
00:26:01.254 [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] 
00:26:01.254 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7c1e2a2d] 
00:26:01.255 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@333dd51e] 
00:26:01.256 [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))] 
00:26:01.256 [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))] 
00:26:01.256 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:01.256 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:01.256 [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))] 
00:26:01.257 [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}} 
00:26:01.257 [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} 
00:26:01.257 [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 
00:26:01.258 [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 
00:26:01.258 [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 
00:26:01.258 [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 
00:26:01.259 [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 
00:26:01.260 [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} 
00:26:01.260 [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} 
00:26:01.262 [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))] 
00:26:01.262 [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))] 
00:26:01.262 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:26:01.262 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:26:01.262 [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))] 
00:26:01.263 [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}} 
00:26:01.263 [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 
00:26:01.263 [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 
00:26:01.264 [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)] 
00:26:01.264 [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)] 
00:26:01.264 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:01.264 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:01.264 [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)] 
00:26:01.264 [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}} 
00:26:01.265 [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} 
00:26:01.266 [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} 
00:26:01.266 [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 
00:26:01.267 [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} 
00:26:01.267 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@c055c54] 
00:26:01.268 [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 [Thu May 09 00:26:01 UTC 2024]; root of context hierarchy] 
00:26:01.268 [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} 
00:26:01.268 [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]
00:26:01.269 [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) 
00:26:01.270 [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 [Thu May 09 00:26:01 UTC 2024]; root of context hierarchy 
00:26:01.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.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 [Thu May 09 00:26:01 UTC 2024]; root of context hierarchy] 
00:26:01.270 [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 
00:26:01.271 [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 
00:26:01.271 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:01.271 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:01.271 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:440 - Reading OSGi results for test [testComparableImportedObjects] 
00:26:01.271 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:447 - Test[testComparableImportedObjects]'s result read 
00:26:01.272 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:364 - Writing test name [testServiceReferenceOrderingOnImportedObjects] to OSGi 
00:26:01.272 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceReferenceOrderingOnImportedObjects] for execution inside OSGi 
00:26:01.272 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceReferenceOrderingOnImportedObjects] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3401a114 
00:26:01.273 [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 [Thu May 09 00:26:01 UTC 2024]; root of context hierarchy 
00:26:01.273 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:01.273 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml] 
00:26:01.275 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:01.276 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:01.276 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:01.276 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:01.288 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:01.288 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:01.295 [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@7d42c224: defining beans [setWithServiceOrder,multiInterfaceProxy,setWithServiceReference,testBean]; root of factory hierarchy 
00:26:01.295 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:01.295 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:01.295 [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} 
00:26:01.295 [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] 
00:26:01.296 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5ddea849] 
00:26:01.296 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5ee2b6f9] 
00:26:01.298 [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))] 
00:26:01.298 [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))] 
00:26:01.298 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:01.298 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:01.298 [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))] 
00:26:01.298 [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}} 
00:26:01.299 [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} 
00:26:01.299 [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 
00:26:01.299 [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 
00:26:01.300 [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 
00:26:01.300 [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 
00:26:01.300 [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 
00:26:01.301 [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} 
00:26:01.302 [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} 
00:26:01.337 [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))] 
00:26:01.337 [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))] 
00:26:01.338 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:26:01.338 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:26:01.338 [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))] 
00:26:01.338 [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}} 
00:26:01.338 [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 
00:26:01.339 [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 
00:26:01.339 [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)] 
00:26:01.339 [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)] 
00:26:01.340 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:01.340 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:01.340 [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)] 
00:26:01.340 [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}} 
00:26:01.340 [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} 
00:26:01.341 [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} 
00:26:01.342 [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 
00:26:01.342 [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} 
00:26:01.343 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@dfddc9a] 
00:26:01.343 [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 [Thu May 09 00:26:01 UTC 2024]; root of context hierarchy] 
00:26:01.343 [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} 
00:26:01.344 [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} 
00:26:01.344 [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) 
00:26:01.344 [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 [Thu May 09 00:26:01 UTC 2024]; root of context hierarchy 
00:26:01.345 [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 [Thu May 09 00:26:01 UTC 2024]; root of context hierarchy] 
00:26:01.345 [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 
00:26:01.345 [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 
00:26:01.345 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:01.346 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:01.346 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:440 - Reading OSGi results for test [testServiceReferenceOrderingOnImportedObjects] 
00:26:01.346 [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: 1.158 sec - in org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest
00:26:01.348 [Thread-0]        INFO  o.e.g.b.i.i.ServiceComparatorTest:471 - Shutting down OSGi platform 
00:26:01.348 [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) 
00:26:01.349 [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 [Thu May 09 00:26:00 UTC 2024]; root of context hierarchy 
00:26:01.349 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:01.349 [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 [Thu May 09 00:26:00 UTC 2024]; root of context hierarchy] 
00:26:01.349 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:01.349 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:01.349 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:01.349 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:01.349 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:01.349 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:01.349 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:01.349 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:01.350 [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 
00:26:01.350 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:01.350 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:01.351 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:01,794 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:01,864 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:01,866 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:01,879 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:01,900 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:01,901 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:01,904 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:01,910 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:26:01,919 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:01,919 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:01,920 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:01,920 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:01,920 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:01,920 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:01,920 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:01,921 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:01,921 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:01,921 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:01,921 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:01,921 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:01,921 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:01,921 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:01,936 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:01,936 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:01,936 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:01,937 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:01,937 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:01,938 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.importer.CollectionTest
00:26:02.006 [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 
00:26:02.009 [main]            TRACE o.e.g.b.i.i.CollectionTest:85 - Instantiating platform wrapper... 
00:26:02.009 [main]            DEBUG o.e.g.b.i.i.CollectionTest:215 - About to start Equinox OSGi Platform 
00:26:02.225 [main]            INFO  o.e.g.b.i.i.CollectionTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:02.227 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:02.228 [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.1.BUILD-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} 
00:26:02.229 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:02.230 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:02.301 [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] 
00:26:02.309 [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] 
00:26:02.313 [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] 
00:26:02.315 [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] 
00:26:02.321 [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] 
00:26:02.325 [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] 
00:26:02.327 [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] 
00:26:02.340 [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] 
00:26:02.346 [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] 
00:26:02.354 [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] 
00:26:02.364 [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] 
00:26:02.367 [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] 
00:26:02.371 [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] 
00:26:02.378 [main]            DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:02.379 [main]            DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:02.383 [main]            DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:02.385 [main]            DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:02.396 [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] 
00:26:02.439 [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] 
00:26:02.439 [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] 
00:26:02.439 [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] 
00:26:02.440 [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] 
00:26:02.440 [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] 
00:26:02.440 [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] 
00:26:02.440 [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] 
00:26:02.441 [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] 
00:26:02.441 [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] 
00:26:02.441 [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] 
00:26:02.441 [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] 
00:26:02.442 [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] 
00:26:02.442 [main]            DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:02.442 [main]            DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:02.442 [main]            DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:02,468 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:02,491 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:02,493 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:02,500 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:02,514 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:02,515 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:02,517 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:02,522 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:26:02,526 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:02,526 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:02,527 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:02,527 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:02,527 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:02,527 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:02,527 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:02,527 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:02,527 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:02,528 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:02,528 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:02,528 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:02,528 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:02,528 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:02,528 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:02,528 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:02,528 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:02,528 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:02,529 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:02,529 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:26:02.545 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:02.551 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:02.609 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:02.609 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:02.612 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:02.614 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:02.617 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:02.619 [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 
00:26:02.620 [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) 
00:26:02.620 [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)] 
00:26:02.620 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:02.621 [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 
00:26:02.621 [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) 
00:26:02.621 [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)] 
00:26:02.621 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:02.621 [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 
00:26:02.622 [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) 
00:26:02.622 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:02.622 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:02.622 [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 
00:26:02.622 [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) 
00:26:02.622 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:02.622 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:02.623 [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 
00:26:02.623 [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) 
00:26:02.623 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:02.623 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:02.624 [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 
00:26:02.624 [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) 
00:26:02.624 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:02.624 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:02.624 [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 
00:26:02.624 [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) 
00:26:02.625 [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)] 
00:26:02.625 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:02.625 [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 
00:26:02.625 [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) 
00:26:02.626 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:02.626 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:02.626 [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 
00:26:02.627 [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) 
00:26:02.627 [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)] 
00:26:02.627 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:02.628 [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 
00:26:02.628 [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) 
00:26:02.628 [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)] 
00:26:02.628 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:02.629 [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 
00:26:02.630 [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) 
00:26:02.630 [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)] 
00:26:02.630 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:02.630 [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 
00:26:02.630 [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) 
00:26:02.630 [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)] 
00:26:02.631 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:02.631 [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 
00:26:02.631 [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) 
00:26:02.631 [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)] 
00:26:02.635 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:02.636 [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 
00:26:02.636 [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) 
00:26:02.636 [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)] 
00:26:02.636 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:02.636 [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 
00:26:02.636 [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) 
00:26:02.636 [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)] 
00:26:02.636 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:02.637 [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 
00:26:02.637 [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) 
00:26:02.637 [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)] 
00:26:02.643 [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)] 
00:26:02.643 [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)] 
00:26:02.647 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:02.647 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:02.650 [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)] 
00:26:02.651 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:02.651 [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@1b410b60 w/ reference null 
00:26:02.651 [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@1b410b60 w/ reference null 
00:26:02.652 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:02.654 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:02.666 [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 
00:26:02.668 [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)] 
00:26:02.668 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:02.669 [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 
00:26:02.669 [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)] 
00:26:02.670 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:02.670 [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 
00:26:02.670 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:02.670 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:02.670 [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 
00:26:02.671 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:02.671 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:02.671 [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 
00:26:02.671 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:02.672 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:02.672 [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 
00:26:02.672 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:02.672 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:02.672 [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 
00:26:02.673 [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)] 
00:26:02.673 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:02.674 [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 
00:26:02.674 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:02.674 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:02.675 [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 
00:26:02.675 [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)] 
00:26:02.675 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:02.676 [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 
00:26:02.676 [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)] 
00:26:02.676 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:02.678 [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 
00:26:02.678 [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)] 
00:26:02.678 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:02.678 [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 
00:26:02.679 [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)] 
00:26:02.679 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:02.679 [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 
00:26:02.679 [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)] 
00:26:02.680 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:02.680 [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 
00:26:02.681 [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)] 
00:26:02.681 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:02.681 [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 
00:26:02.681 [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)] 
00:26:02.681 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:02.682 [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 
00:26:02.683 [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)] 
00:26:02.683 [main]            DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:02.688 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:02.688 [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 
00:26:02.689 [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) 
00:26:02.689 [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)] 
00:26:02.689 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:02.689 [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 
00:26:02.689 [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)] 
00:26:02.691 [main]            INFO  o.e.g.b.i.i.CollectionTest:199 - org/eclipse/gemini/blueprint/iandt/importer/CollectionTest-bundle.properties was not found; using defaults 
00:26:02.691 [main]            DEBUG o.e.g.b.i.i.CollectionTest:511 - Post processing: creating test bundle 
00:26:02.700 [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] 
00:26:02.700 [main]            INFO  o.e.g.b.i.i.CollectionTest:202 - Automatically creating Manifest for the test bundle 
00:26:02.701 [main]            INFO  o.e.g.b.i.i.CollectionTest:366 - Using the test class for generating bundle imports 
00:26:02.702 [main]            TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 
00:26:02.702 [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... 
00:26:02.705 [main]            TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class CollectionTest 
00:26:02.713 [main]            TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:02.713 [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... 
00:26:02.713 [main]            TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class BaseIntegrationTest 
00:26:02.715 [main]            TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:02.716 [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... 
00:26:02.716 [main]            TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:02.716 [main]            TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:02.717 [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... 
00:26:02.717 [main]            TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:02.717 [main]            TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:02.717 [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 
00:26:02.717 [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} 
00:26:02.718 [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] 
00:26:02.718 [main]            TRACE o.e.g.b.i.i.CollectionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:02.718 [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] 
00:26:02.718 [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] 
00:26:02.718 [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]] 
00:26:02.718 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:02.718 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:02.719 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:02.719 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:02.719 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:02.719 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:02.719 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:02.719 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:02.719 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:02.719 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:02.719 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ 
00:26:02.719 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 
00:26:02.719 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/Listener.class 
00:26:02.719 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 
00:26:02.720 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 
00:26:02.720 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 
00:26:02.720 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 
00:26:02.720 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/collection.xml 
00:26:02.720 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml 
00:26:02.725 [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 
00:26:02.726 [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.* 
00:26:02.728 [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)] 
00:26:02.729 [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 
00:26:02.729 [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) 
00:26:02.729 [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)] 
00:26:02.729 [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)] 
00:26:02.729 [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 
00:26:02.730 [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)] 
00:26:02.730 [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 
00:26:02.730 [main]            DEBUG o.e.g.b.i.i.CollectionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:02.732 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:02.732 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:02.732 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:02.732 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:02.733 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:02.733 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:02.733 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:02.734 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:02.735 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:02.736 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:02.737 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:02.737 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:02.738 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:02.738 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:02.738 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:02.739 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:02.739 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:02.740 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:02.740 [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. 
00:26:02.740 [main]            TRACE o.e.g.b.i.i.CollectionTest:364 - Writing test name [testServiceReferenceCollection] to OSGi 
00:26:02.749 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceReferenceCollection] for execution inside OSGi 
00:26:02.749 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceReferenceCollection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@125290e5 
00:26:02.749 [main]            INFO  o.e.g.b.i.i.CollectionTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/importer/collection.xml 
00:26:02.755 [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 [Thu May 09 00:26:02 UTC 2024]; root of context hierarchy 
00:26:02.759 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:02.779 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/org/eclipse/gemini/blueprint/iandt/importer/collection.xml] 
00:26:02.802 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:02.802 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:02.803 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:02.803 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:02.897 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:02.897 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:02.926 [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@50d13246: defining beans [reference-list,listener]; root of factory hierarchy 
00:26:02.933 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:02.933 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:02.934 [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} 
00:26:02.935 [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] 
00:26:02.941 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@77825085] 
00:26:02.941 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3568f9d2] 
00:26:02.960 [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 
00:26:02.960 [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 
00:26:02.961 [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 
00:26:02.962 [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 
00:26:02.962 [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 
00:26:02.964 [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 
00:26:02.964 [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 
00:26:02.964 [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 
00:26:02.964 [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 
00:26:02.966 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
00:26:02.966 [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)] 
00:26:02.966 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:02.966 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:02.966 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.awt.Shape)] 
00:26:02.967 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:02.967 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2d6764b2 w/ reference null 
00:26:02.967 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
00:26:02.967 [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
00:26:02.968 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2d6764b2 w/ reference null 
00:26:02.969 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5d5f10b2] 
00:26:02.971 [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 [Thu May 09 00:26:02 UTC 2024]; root of context hierarchy] 
00:26:02.972 [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} 
00:26:02.973 [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} 
00:26:02.990 [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} 
00:26:02.995 [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 
00:26:02.996 [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 
00:26:02.996 [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 
00:26:02.997 [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 
00:26:02.997 [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 
00:26:03.002 [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 
00:26:03.002 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2d6764b2 w/ reference {java.awt.Shape}={service.id=33} 
00:26:03.002 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@71cf1b07 with props={objectClass=[Ljava.lang.String;@615091b8, service.id=33} 
00:26:03.002 [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 1909398279 w/ props {objectClass=[Ljava.lang.String;@615091b8, service.id=33}
00:26:03.003 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2d6764b2 w/ reference {java.awt.Shape}={service.id=33} 
List is [{java.awt.Shape}={service.id=33}]
00:26:03.003 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:03.003 [main]            TRACE o.e.g.b.i.i.CollectionTest:440 - Reading OSGi results for test [testServiceReferenceCollection] 
00:26:03.004 [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: 1.001 sec - in org.eclipse.gemini.blueprint.iandt.importer.CollectionTest
00:26:03.006 [Thread-0]        INFO  o.e.g.b.i.i.CollectionTest:471 - Shutting down OSGi platform 
00:26:03.006 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:03.007 [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) 
00:26:03.007 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:03.007 [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 [Thu May 09 00:26:02 UTC 2024]; root of context hierarchy 
00:26:03.007 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:03.007 [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 [Thu May 09 00:26:02 UTC 2024]; root of context hierarchy] 
00:26:03.007 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:03.007 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:03.007 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:03.007 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:03.008 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:03.009 [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 
00:26:03.009 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:03.010 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:03.010 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:03.010 [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@2d6764b2 w/ reference {java.awt.Shape}={service.id=33} 
00:26:03.011 [Thread-4]        TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@71cf1b07 with props={objectClass=[Ljava.lang.String;@4135592f, service.id=33} 
00:26:03.011 [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 1909398279 w/ props {objectClass=[Ljava.lang.String;@4135592f, service.id=33}
00:26:03.011 [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@2d6764b2 w/ reference {java.awt.Shape}={service.id=33} 
00:26:03.011 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:03,617 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:03,694 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:03,696 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:03,708 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:03,745 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:03,746 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:03,750 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:03,755 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:26:03,764 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:03,764 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:03,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:03,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:03,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:03,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:03,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:03,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:03,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:03,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:03,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:03,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:03,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:03,767 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:03,767 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:03,767 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:03,767 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:03,767 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:03,767 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:03,768 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.io.BundleJarTest
00:26:03.852 [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 
00:26:03.855 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:85 - Instantiating platform wrapper... 
00:26:03.856 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:215 - About to start Equinox OSGi Platform 
00:26:04.062 [main]            INFO  o.e.g.b.iandt.io.BundleJarTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:04.065 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:04.065 [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.1.BUILD-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} 
00:26:04.066 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:04.067 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:04.143 [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] 
00:26:04.152 [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] 
00:26:04.155 [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] 
00:26:04.157 [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] 
00:26:04.162 [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] 
00:26:04.167 [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] 
00:26:04.168 [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] 
00:26:04.173 [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] 
00:26:04.179 [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] 
00:26:04.188 [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] 
00:26:04.199 [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] 
00:26:04.202 [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] 
00:26:04.207 [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] 
00:26:04.239 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:04.241 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:04.245 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:04.247 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:04.250 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:04.255 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:04.265 [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] 
00:26:04.283 [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] 
00:26:04.283 [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] 
00:26:04.283 [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] 
00:26:04.284 [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] 
00:26:04.284 [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] 
00:26:04.284 [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] 
00:26:04.284 [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] 
00:26:04.285 [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] 
00:26:04.285 [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] 
00:26:04.285 [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] 
00:26:04.285 [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] 
00:26:04.285 [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] 
00:26:04.286 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:04.286 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:04.286 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:04,312 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:04,354 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:04,355 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:04,362 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:04,376 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:04,377 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:04,380 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:04,392 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@55634720 - No compression will be used
00:26:04,395 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:04,395 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:04,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:04,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:04,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:04,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:04,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:04,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:04,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
00:26:04,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:04,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:04,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:04,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:04,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:04,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:04,397 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:04,397 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:04,398 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:04,398 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:04,398 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@272113c4 - Registering current configuration as safe fallback point
00:26:04.406 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:04.412 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:04.469 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:04.470 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:04.473 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:04.475 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:04.478 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:04.480 [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 
00:26:04.480 [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) 
00:26:04.480 [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)] 
00:26:04.480 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:04.481 [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 
00:26:04.481 [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) 
00:26:04.481 [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)] 
00:26:04.481 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:04.481 [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 
00:26:04.482 [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) 
00:26:04.482 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:04.482 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:04.482 [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 
00:26:04.482 [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) 
00:26:04.482 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:04.482 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:04.483 [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 
00:26:04.483 [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) 
00:26:04.483 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:04.483 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:04.483 [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 
00:26:04.483 [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) 
00:26:04.484 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:04.484 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:04.484 [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 
00:26:04.484 [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) 
00:26:04.484 [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)] 
00:26:04.484 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:04.485 [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 
00:26:04.485 [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) 
00:26:04.485 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:04.485 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:04.486 [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 
00:26:04.486 [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) 
00:26:04.486 [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)] 
00:26:04.486 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:04.487 [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 
00:26:04.487 [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) 
00:26:04.487 [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)] 
00:26:04.488 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:04.489 [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 
00:26:04.489 [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) 
00:26:04.489 [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)] 
00:26:04.489 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:04.489 [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 
00:26:04.489 [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) 
00:26:04.490 [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)] 
00:26:04.490 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:04.490 [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 
00:26:04.490 [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) 
00:26:04.490 [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)] 
00:26:04.491 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:04.491 [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 
00:26:04.491 [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) 
00:26:04.491 [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)] 
00:26:04.492 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:04.492 [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 
00:26:04.492 [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) 
00:26:04.492 [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)] 
00:26:04.492 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:04.492 [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 
00:26:04.493 [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) 
00:26:04.493 [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)] 
00:26:04.498 [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)] 
00:26:04.498 [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)] 
00:26:04.502 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:04.503 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:04.505 [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)] 
00:26:04.506 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:04.506 [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@4bc222e w/ reference null 
00:26:04.506 [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@4bc222e w/ reference null 
00:26:04.507 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:04.513 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:04.520 [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 
00:26:04.520 [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)] 
00:26:04.521 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:04.521 [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 
00:26:04.521 [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)] 
00:26:04.521 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:04.522 [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 
00:26:04.522 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:04.522 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:04.522 [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 
00:26:04.522 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:04.522 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:04.523 [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 
00:26:04.523 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:04.523 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:04.524 [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 
00:26:04.524 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:04.524 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:04.524 [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 
00:26:04.524 [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)] 
00:26:04.524 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:04.525 [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 
00:26:04.525 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:04.525 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:04.526 [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 
00:26:04.526 [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)] 
00:26:04.526 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:04.528 [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 
00:26:04.528 [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)] 
00:26:04.528 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:04.529 [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 
00:26:04.529 [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)] 
00:26:04.529 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:04.530 [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 
00:26:04.530 [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)] 
00:26:04.530 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:04.531 [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 
00:26:04.531 [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)] 
00:26:04.531 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:04.532 [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 
00:26:04.532 [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)] 
00:26:04.532 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:04.532 [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 
00:26:04.532 [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)] 
00:26:04.532 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:04.533 [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 
00:26:04.534 [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)] 
00:26:04.534 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:04.537 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:04.537 [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 
00:26:04.537 [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) 
00:26:04.537 [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)] 
00:26:04.538 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:04.538 [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 
00:26:04.538 [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)] 
00:26:04.538 [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/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
00:26:04.539 [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/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
00:26:04.540 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:193 - Loaded jar settings from org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
00:26:04.540 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:511 - Post processing: creating test bundle 
00:26:04.541 [main]            INFO  o.e.g.b.iandt.io.BundleJarTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 
00:26:04.551 [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] 
00:26:04.551 [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]] 
00:26:04.551 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:04.551 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:04.551 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:04.551 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:04.551 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:04.551 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:04.552 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:04.552 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:04.552 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:04.552 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:04.552 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
00:26:04.552 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
00:26:04.552 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 
00:26:04.552 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
00:26:04.552 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 
00:26:04.552 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 
00:26:04.552 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 
00:26:04.553 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 
00:26:04.553 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 
00:26:04.553 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 
00:26:04.553 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 
00:26:04.553 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
00:26:04.553 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 
00:26:04.553 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 
00:26:04.553 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
00:26:04.553 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
00:26:04.553 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 
00:26:04.553 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 
00:26:04.554 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 
00:26:04.559 [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 
00:26:04.560 [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.* 
00:26:04.563 [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)] 
00:26:04.563 [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 
00:26:04.563 [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) 
00:26:04.563 [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)] 
00:26:04.563 [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)] 
00:26:04.564 [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 
00:26:04.564 [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)] 
00:26:04.564 [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 
00:26:04.564 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:04.566 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:04.566 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:04.566 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:04.566 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:04.567 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:04.567 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:04.567 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:04.568 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:04.568 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:04.569 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:04.571 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:04.571 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:04.571 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:04.572 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:04.572 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:04.573 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:04.573 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:04.573 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:04.573 [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 
00:26:04.573 [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 
00:26:04.574 [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. 
00:26:04.574 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceFromJarOnlyWithFolderLevelWildcard] to OSGi 
00:26:04.582 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceFromJarOnlyWithFolderLevelWildcard] for execution inside OSGi 
00:26:04.583 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceFromJarOnlyWithFolderLevelWildcard] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@275bf9b3 
00:26:04.583 [main]            INFO  o.e.g.b.iandt.io.BundleJarTest:190 - Loading context for locations:  
00:26:04.588 [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 [Thu May 09 00:26:04 UTC 2024]; root of context hierarchy 
00:26:04.592 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:26:04.605 [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@38604b81: defining beans []; root of factory hierarchy 
00:26:04.611 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:04.611 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:04.611 [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} 
00:26:04.612 [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] 
00:26:04.614 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4716be8b] 
00:26:04.614 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1fc32e4f] 
00:26:04.616 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@416c58f5] 
00:26:04.618 [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 [Thu May 09 00:26:04 UTC 2024]; root of context hierarchy] 
00:26:04.619 [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} 
00:26:04.620 [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} 
00:26:04.647 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:04.648 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceFromJarOnlyWithFolderLevelWildcard] 
00:26:04.648 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceFromJarOnlyWithFolderLevelWildcard]'s result read 
00:26:04.649 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourcesFromWildCardWithAndWithoutLeadingSlash] to OSGi 
00:26:04.650 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourcesFromWildCardWithAndWithoutLeadingSlash] for execution inside OSGi 
00:26:04.650 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourcesFromWildCardWithAndWithoutLeadingSlash] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4426bff1 
00:26:04.652 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:04.652 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourcesFromWildCardWithAndWithoutLeadingSlash] 
00:26:04.652 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourcesFromWildCardWithAndWithoutLeadingSlash]'s result read 
00:26:04.652 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceFromJarOnly] to OSGi 
00:26:04.653 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceFromJarOnly] for execution inside OSGi 
00:26:04.653 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceFromJarOnly] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3c7c886c 
00:26:04.653 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:04.653 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceFromJarOnly] 
00:26:04.654 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceFromJarOnly]'s result read 
00:26:04.654 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] to OSGi 
00:26:04.654 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] for execution inside OSGi 
00:26:04.654 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6b88ca8c 
00:26:04.655 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:04.655 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] 
00:26:04.655 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceWithWildcardAtFolderLevelFromFragmentsIgnored]'s result read 
00:26:04.656 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testLastModifiedWhileUsingJustTheOSGiAPI] to OSGi 
00:26:04.656 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testLastModifiedWhileUsingJustTheOSGiAPI] for execution inside OSGi 
00:26:04.656 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testLastModifiedWhileUsingJustTheOSGiAPI] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@336f1079 
00:26:04.656 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:04.656 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testLastModifiedWhileUsingJustTheOSGiAPI] 
00:26:04.657 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testLastModifiedWhileUsingJustTheOSGiAPI]'s result read 
00:26:04.657 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] to OSGi 
00:26:04.657 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] for execution inside OSGi 
00:26:04.657 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2f16c6b3 
00:26:04.658 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:04.658 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] 
00:26:04.658 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceWithWildcardAtFileLevelFromFragmentsIgnored]'s result read 
00:26:04.658 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceFromFragmentsIgnored] to OSGi 
00:26:04.658 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceFromFragmentsIgnored] for execution inside OSGi 
00:26:04.659 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceFromFragmentsIgnored] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@34158c08 
00:26:04.659 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:04.659 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceFromFragmentsIgnored] 
00:26:04.659 [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: 0.81 sec - in org.eclipse.gemini.blueprint.iandt.io.BundleJarTest
00:26:04.662 [Thread-0]        INFO  o.e.g.b.iandt.io.BundleJarTest:471 - Shutting down OSGi platform 
00:26:04.662 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:04.662 [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) 
00:26:04.662 [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 [Thu May 09 00:26:04 UTC 2024]; root of context hierarchy 
00:26:04.662 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:04.662 [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 [Thu May 09 00:26:04 UTC 2024]; root of context hierarchy] 
00:26:04.663 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:04.663 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:04.663 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:04.663 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:04.663 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:04.663 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:04.664 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:04.664 [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 
00:26:04.664 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:04.665 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:04.665 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:05,281 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:05,360 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:05,362 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:05,375 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:05,396 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:05,398 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:05,401 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:05,407 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used
00:26:05,416 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:05,416 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:05,417 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:05,417 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:05,417 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:05,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:05,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:05,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:05,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:05,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:05,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:05,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:05,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:05,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:05,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:05,418 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:05,418 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:05,419 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:05,419 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:05,420 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.io.OSGI799Test
00:26:05.502 [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 
00:26:05.506 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:85 - Instantiating platform wrapper... 
00:26:05.506 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:215 - About to start Equinox OSGi Platform 
00:26:05.732 [main]            INFO  o.e.g.b.iandt.io.OSGI799Test:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:05.732 [main]            INFO  o.e.g.b.iandt.io.OSGI799Test:60 - Installing custom bundles... 
00:26:05.745 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:05.746 [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.1.BUILD-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} 
00:26:05.747 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:05.755 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:05.817 [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] 
00:26:05.823 [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] 
00:26:05.825 [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] 
00:26:05.836 [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] 
00:26:05.845 [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] 
00:26:05.850 [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] 
00:26:05.852 [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] 
00:26:05.857 [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] 
00:26:05.863 [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] 
00:26:05.872 [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] 
00:26:05.883 [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] 
00:26:05.886 [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] 
00:26:05.891 [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] 
00:26:05.897 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:05.899 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:05.902 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:05.904 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:05.918 [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] 
00:26:05.956 [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] 
00:26:05.956 [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] 
00:26:05.956 [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] 
00:26:05.957 [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] 
00:26:05.957 [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] 
00:26:05.957 [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] 
00:26:05.957 [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] 
00:26:05.958 [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] 
00:26:05.958 [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] 
00:26:05.958 [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] 
00:26:05.958 [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] 
00:26:05.959 [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] 
00:26:05.959 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:05.959 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:05.959 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:05,986 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:06,008 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:06,010 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:06,017 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:06,042 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:06,043 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:06,046 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:06,050 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1b11171f - No compression will be used
00:26:06,062 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:06,062 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:06,063 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:06,063 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:06,063 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:06,063 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:06,063 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:06,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:06,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:06,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:06,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:06,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:06,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:06,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:06,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:06,064 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:06,064 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:06,065 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:06,065 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:06,066 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@52b1beb6 - Registering current configuration as safe fallback point
00:26:06.073 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:06.080 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:06.137 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:06.137 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:06.140 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:06.142 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:06.145 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:06.147 [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 
00:26:06.148 [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) 
00:26:06.148 [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)] 
00:26:06.148 [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)] 
00:26:06.148 [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 
00:26:06.148 [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) 
00:26:06.148 [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)] 
00:26:06.149 [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)] 
00:26:06.149 [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 
00:26:06.149 [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) 
00:26:06.149 [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)] 
00:26:06.149 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:06.150 [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 
00:26:06.150 [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) 
00:26:06.150 [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)] 
00:26:06.150 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:06.151 [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 
00:26:06.151 [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) 
00:26:06.151 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:06.151 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:06.151 [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 
00:26:06.152 [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) 
00:26:06.152 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:06.152 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:06.153 [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 
00:26:06.153 [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) 
00:26:06.153 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:06.153 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:06.154 [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 
00:26:06.154 [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) 
00:26:06.154 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:06.154 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:06.155 [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 
00:26:06.155 [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) 
00:26:06.155 [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)] 
00:26:06.155 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:06.159 [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 
00:26:06.159 [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) 
00:26:06.160 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:06.160 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:06.161 [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 
00:26:06.161 [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) 
00:26:06.161 [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)] 
00:26:06.161 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:06.163 [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 
00:26:06.163 [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) 
00:26:06.163 [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)] 
00:26:06.163 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:06.164 [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 
00:26:06.165 [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) 
00:26:06.165 [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)] 
00:26:06.165 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:06.165 [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 
00:26:06.166 [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) 
00:26:06.166 [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)] 
00:26:06.166 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:06.166 [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 
00:26:06.167 [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) 
00:26:06.167 [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)] 
00:26:06.167 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:06.168 [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 
00:26:06.168 [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) 
00:26:06.168 [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)] 
00:26:06.168 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:06.168 [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 
00:26:06.169 [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) 
00:26:06.169 [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)] 
00:26:06.169 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:06.169 [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 
00:26:06.170 [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) 
00:26:06.170 [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)] 
00:26:06.177 [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)] 
00:26:06.177 [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)] 
00:26:06.182 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:06.182 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:06.184 [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)] 
00:26:06.185 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:06.186 [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@a1f72f5 w/ reference null 
00:26:06.186 [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@a1f72f5 w/ reference null 
00:26:06.187 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:06.190 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:06.196 [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 
00:26:06.197 [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)] 
00:26:06.197 [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)] 
00:26:06.197 [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 
00:26:06.197 [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)] 
00:26:06.198 [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)] 
00:26:06.198 [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 
00:26:06.198 [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)] 
00:26:06.198 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:06.199 [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 
00:26:06.199 [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)] 
00:26:06.199 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:06.199 [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 
00:26:06.200 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:06.200 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:06.200 [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 
00:26:06.200 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:06.200 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:06.201 [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 
00:26:06.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)] 
00:26:06.201 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:06.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 
00:26:06.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)] 
00:26:06.202 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:06.202 [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 
00:26:06.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)] 
00:26:06.203 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:06.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 
00:26:06.204 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:06.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)] 
00:26:06.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 
00:26:06.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)] 
00:26:06.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)] 
00:26:06.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 
00:26:06.207 [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)] 
00:26:06.207 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:06.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 
00:26:06.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)] 
00:26:06.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)] 
00:26:06.209 [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 
00:26:06.209 [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)] 
00:26:06.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)] 
00:26:06.210 [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 
00:26:06.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)] 
00:26:06.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)] 
00:26:06.211 [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 
00:26:06.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)] 
00:26:06.212 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:06.212 [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 
00:26:06.212 [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)] 
00:26:06.212 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:06.213 [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 
00:26:06.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)] 
00:26:06.213 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:06.216 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:06.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 
00:26:06.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) 
00:26:06.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)] 
00:26:06.217 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:06.218 [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 
00:26:06.218 [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)] 
00:26:06.219 [main]            INFO  o.e.g.b.iandt.io.OSGI799Test:199 - org/eclipse/gemini/blueprint/iandt/io/OSGI799Test-bundle.properties was not found; using defaults 
00:26:06.219 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:511 - Post processing: creating test bundle 
00:26:06.237 [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] 
00:26:06.237 [main]            INFO  o.e.g.b.iandt.io.OSGI799Test:202 - Automatically creating Manifest for the test bundle 
00:26:06.238 [main]            INFO  o.e.g.b.iandt.io.OSGI799Test:366 - Using the test class for generating bundle imports 
00:26:06.240 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
00:26:06.240 [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... 
00:26:06.243 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class OSGI799Test 
00:26:06.255 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
00:26:06.255 [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... 
00:26:06.256 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIoTest 
00:26:06.257 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:06.257 [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... 
00:26:06.257 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIntegrationTest 
00:26:06.259 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:06.259 [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... 
00:26:06.259 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:06.260 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:06.260 [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... 
00:26:06.260 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:06.260 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:06.260 [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 
00:26:06.261 [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} 
00:26:06.261 [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] 
00:26:06.261 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:06.261 [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] 
00:26:06.261 [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] 
00:26:06.261 [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]] 
00:26:06.261 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:06.262 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:06.262 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 
00:26:06.262 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 
00:26:06.262 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 
00:26:06.262 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 
00:26:06.262 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 
00:26:06.262 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 
00:26:06.262 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 
00:26:06.262 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 
00:26:06.262 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 
00:26:06.262 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file 
00:26:06.262 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 
00:26:06.263 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 
00:26:06.263 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:06.263 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:06.263 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:06.263 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:06.263 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:06.263 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:06.263 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:06.263 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:06.263 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
00:26:06.263 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
00:26:06.264 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 
00:26:06.264 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
00:26:06.264 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 
00:26:06.264 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 
00:26:06.264 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 
00:26:06.264 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 
00:26:06.264 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 
00:26:06.264 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 
00:26:06.264 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 
00:26:06.264 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
00:26:06.264 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 
00:26:06.264 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 
00:26:06.265 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
00:26:06.265 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
00:26:06.265 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 
00:26:06.265 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 
00:26:06.265 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 
00:26:06.271 [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 
00:26:06.271 [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.* 
00:26:06.274 [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)] 
00:26:06.274 [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 
00:26:06.274 [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) 
00:26:06.274 [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)] 
00:26:06.274 [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)] 
00:26:06.275 [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 
00:26:06.275 [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)] 
00:26:06.275 [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 
00:26:06.275 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:06.277 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:06.277 [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. 
00:26:06.277 [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. 
00:26:06.277 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:06.278 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:06.278 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:06.278 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:06.278 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:06.279 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:06.279 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:06.280 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:06.281 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:06.282 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:06.283 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:06.283 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:06.284 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:06.284 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:06.284 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:06.284 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:06.285 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:06.285 [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. 
00:26:06.285 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testExportedCustomPatternFoldersCP] to OSGi 
00:26:06.294 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedCustomPatternFoldersCP] for execution inside OSGi 
00:26:06.294 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportedCustomPatternFoldersCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2b175c00 
00:26:06.295 [main]            INFO  o.e.g.b.iandt.io.OSGI799Test:190 - Loading context for locations:  
00:26:06.300 [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 [Thu May 09 00:26:06 UTC 2024]; root of context hierarchy 
00:26:06.304 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:26:06.316 [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@3697186: defining beans []; root of factory hierarchy 
00:26:06.322 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:06.322 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:06.323 [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} 
00:26:06.324 [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] 
00:26:06.326 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3abada5a] 
00:26:06.326 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@66c61024] 
00:26:06.328 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@61544ae6] 
00:26:06.338 [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 [Thu May 09 00:26:06 UTC 2024]; root of context hierarchy] 
00:26:06.339 [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} 
00:26:06.340 [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.fwk671467883/cp/some/path/cp/cp.res], URL [bundleresource://1.fwk671467883/cp/some/path/cp/], URL [bundleresource://1.fwk671467883/some/path/root/root.res], URL [bundleresource://1.fwk671467883/some/path/root/], URL [bundleresource://1.fwk671467883:1/some/path/cp/cp.res], URL [bundleresource://1.fwk671467883:1/some/path/cp/], URL [bundleresource://1.fwk671467883:2/some/path/nested/], URL [bundleresource://1.fwk671467883:2/some/path/nested/nested.res]]
00:26:06.378 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:06.378 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testExportedCustomPatternFoldersCP] 
00:26:06.378 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testExportedCustomPatternFoldersCP]'s result read 
00:26:06.379 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testImporterCustomPatternFoldersCP] to OSGi 
00:26:06.380 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImporterCustomPatternFoldersCP] for execution inside OSGi 
00:26:06.380 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImporterCustomPatternFoldersCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@22356acd 
[URL [bundleresource://1.fwk671467883/some/path/root/root.res], URL [bundleresource://1.fwk671467883:1/some/path/cp/cp.res], URL [bundleresource://1.fwk671467883:1/some/path/cp/], URL [bundleresource://1.fwk671467883:2/some/path/nested/], URL [bundleresource://1.fwk671467883:2/some/path/nested/nested.res]]
00:26:06.387 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:06.388 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testImporterCustomPatternFoldersCP] 
00:26:06.388 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testImporterCustomPatternFoldersCP]'s result read 
00:26:06.388 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testImportedCustomCP] to OSGi 
00:26:06.388 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImportedCustomCP] for execution inside OSGi 
00:26:06.388 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImportedCustomCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1b7c473a 
[URL [bundleresource://1.fwk671467883/some/path/root/root.res], URL [bundleresource://1.fwk671467883:1/some/path/cp/cp.res], URL [bundleresource://1.fwk671467883:2/some/path/nested/nested.res]]
00:26:06.395 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:06.395 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testImportedCustomCP] 
00:26:06.396 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testImportedCustomCP]'s result read 
00:26:06.396 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testImporterCustomFoldersCP] to OSGi 
00:26:06.396 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImporterCustomFoldersCP] for execution inside OSGi 
00:26:06.396 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImporterCustomFoldersCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6c0d9d86 
[URL [bundleresource://1.fwk671467883/some/path/root/root.res], URL [bundleresource://1.fwk671467883:1/some/path/cp/cp.res], URL [bundleresource://1.fwk671467883:1/some/path/cp/], URL [bundleresource://1.fwk671467883:2/some/path/nested/], URL [bundleresource://1.fwk671467883:2/some/path/nested/nested.res]]
00:26:06.403 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:06.403 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testImporterCustomFoldersCP] 
00:26:06.404 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testImporterCustomFoldersCP]'s result read 
00:26:06.404 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testExportedCustomFoldersCP] to OSGi 
00:26:06.404 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedCustomFoldersCP] for execution inside OSGi 
00:26:06.404 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportedCustomFoldersCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@16ce702d 
[URL [bundleresource://1.fwk671467883/cp/some/path/cp/cp.res], URL [bundleresource://1.fwk671467883/cp/some/path/cp/], URL [bundleresource://1.fwk671467883/some/path/root/root.res], URL [bundleresource://1.fwk671467883/some/path/root/], URL [bundleresource://1.fwk671467883:1/some/path/cp/cp.res], URL [bundleresource://1.fwk671467883:1/some/path/cp/], URL [bundleresource://1.fwk671467883:2/some/path/nested/], URL [bundleresource://1.fwk671467883:2/some/path/nested/nested.res]]
00:26:06.411 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:06.411 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testExportedCustomFoldersCP] 
00:26:06.411 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testExportedCustomFoldersCP]'s result read 
00:26:06.411 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testExportedCustomCP] to OSGi 
00:26:06.411 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedCustomCP] for execution inside OSGi 
00:26:06.411 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportedCustomCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@47f9738 
[URL [bundleresource://1.fwk671467883/some/path/root/root.res], URL [bundleresource://1.fwk671467883:1/some/path/cp/cp.res], URL [bundleresource://1.fwk671467883:2/some/path/nested/nested.res]]
00:26:06.416 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:06.416 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testExportedCustomCP] 
00:26:06.416 [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: 0.917 sec - in org.eclipse.gemini.blueprint.iandt.io.OSGI799Test
00:26:06.419 [Thread-0]        INFO  o.e.g.b.iandt.io.OSGI799Test:471 - Shutting down OSGi platform 
00:26:06.419 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:06.419 [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) 
00:26:06.419 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:06.419 [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 [Thu May 09 00:26:06 UTC 2024]; root of context hierarchy 
00:26:06.419 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:06.420 [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 [Thu May 09 00:26:06 UTC 2024]; root of context hierarchy] 
00:26:06.420 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:06.420 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:06.420 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:06.420 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:06.420 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:06.421 [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 
00:26:06.421 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:06.421 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [19] for sending replayes events; last one was null 
00:26:06.422 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:06.422 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:07,060 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:07,139 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:07,141 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:07,154 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:07,176 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:07,177 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:07,181 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:07,187 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@23e028a9 - No compression will be used
00:26:07,197 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:07,197 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:07,198 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:07,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:07,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:07,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26: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
00:26: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
00:26: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
00:26:07,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:07,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:07,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:07,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:07,200 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:07,200 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:07,200 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:07,200 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:07,200 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:07,200 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:07,201 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@cd2dae5 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.io.OSGI723Test
00:26:07.285 [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 
00:26:07.288 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:85 - Instantiating platform wrapper... 
00:26:07.288 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:215 - About to start Equinox OSGi Platform 
00:26:07.504 [main]            INFO  o.e.g.b.iandt.io.OSGI723Test:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:07.505 [main]            INFO  o.e.g.b.iandt.io.OSGI723Test:55 - Installing OSGi-723 bundle... 
Bundle start
Bundle issue.osgi-723 entries:
bundleentry://1.fwk671467883/META-INF/
bundleentry://1.fwk671467883/META-INF/MANIFEST.MF
bundleentry://1.fwk671467883/META-INF/maven/
bundleentry://1.fwk671467883/META-INF/maven/issue/
bundleentry://1.fwk671467883/META-INF/maven/issue/osgi-723/
bundleentry://1.fwk671467883/META-INF/maven/issue/osgi-723/pom.properties
bundleentry://1.fwk671467883/META-INF/maven/issue/osgi-723/pom.xml
bundleentry://1.fwk671467883/issue/
bundleentry://1.fwk671467883/issue/Dummy.class
bundleentry://1.fwk671467883/issue/OSGI_723.class
bundleentry://1.fwk671467883/WEB-INF/
bundleentry://1.fwk671467883/WEB-INF/web.xml
00:26:07.535 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:07.536 [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.1.BUILD-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} 
00:26:07.537 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:07.537 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:07.599 [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] 
00:26:07.605 [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] 
00:26:07.607 [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] 
00:26:07.608 [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] 
00:26:07.614 [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] 
00:26:07.619 [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] 
00:26:07.636 [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] 
00:26:07.642 [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] 
00:26:07.648 [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] 
00:26:07.656 [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] 
00:26:07.667 [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] 
00:26:07.670 [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] 
00:26:07.675 [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] 
00:26:07.681 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:07.683 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:07.686 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:07.689 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:07.700 [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] 
00:26:07.740 [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] 
00:26:07.741 [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] 
00:26:07.741 [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] 
00:26:07.741 [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] 
00:26:07.741 [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] 
00:26:07.742 [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] 
00:26:07.742 [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] 
00:26:07.742 [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] 
00:26:07.742 [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] 
00:26:07.743 [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] 
00:26:07.743 [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] 
00:26:07.743 [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] 
00:26:07.743 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:07.744 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:07.744 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:07,760 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:07,783 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:07,784 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:07,791 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:07,806 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:07,807 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:07,810 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:07,814 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@27f981c6 - No compression will be used
00:26:07,817 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:07,817 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:07,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:07,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:07,826 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:07,826 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:07,826 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:07,826 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:07,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:07,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:07,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:07,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:07,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:07,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:07,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:07,827 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:07,827 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:07,828 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:07,828 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:07,828 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@53aac487 - Registering current configuration as safe fallback point
00:26:07.839 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:07.845 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:07.902 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:07.902 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:07.905 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:07.907 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:07.910 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:07.912 [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 
00:26:07.912 [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) 
00:26:07.912 [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)] 
00:26:07.913 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-723 (issue.osgi-723)] 
00:26:07.913 [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 
00:26:07.913 [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) 
00:26:07.913 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-723 (issue.osgi-723)] 
00:26:07.913 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:07.914 [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 
00:26:07.914 [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) 
00:26:07.914 [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)] 
00:26:07.914 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:07.914 [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 
00:26:07.914 [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) 
00:26:07.915 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:07.915 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:07.915 [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 
00:26:07.915 [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) 
00:26:07.915 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:07.915 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:07.916 [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 
00:26:07.916 [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) 
00:26:07.916 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:07.916 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:07.916 [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 
00:26:07.916 [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) 
00:26:07.917 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:07.917 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:07.917 [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 
00:26:07.917 [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) 
00:26:07.917 [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)] 
00:26:07.917 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:07.918 [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 
00:26:07.918 [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) 
00:26:07.918 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:07.918 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:07.919 [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 
00:26:07.919 [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) 
00:26:07.919 [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)] 
00:26:07.919 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:07.920 [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 
00:26:07.921 [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) 
00:26:07.921 [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)] 
00:26:07.921 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:07.922 [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 
00:26:07.922 [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) 
00:26:07.922 [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)] 
00:26:07.922 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:07.923 [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 
00:26:07.923 [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) 
00:26:07.923 [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)] 
00:26:07.923 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:07.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 
00:26:07.924 [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) 
00:26:07.924 [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)] 
00:26:07.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)] 
00:26:07.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 
00:26:07.925 [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) 
00:26:07.925 [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)] 
00:26:07.925 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:07.925 [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 
00:26:07.925 [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) 
00:26:07.925 [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)] 
00:26:07.925 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:07.926 [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 
00:26:07.926 [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) 
00:26:07.926 [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)] 
00:26:07.935 [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)] 
00:26:07.936 [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)] 
00:26:07.941 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:07.942 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:07.944 [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)] 
00:26:07.945 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:07.946 [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@dc9876b w/ reference null 
00:26:07.946 [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@dc9876b w/ reference null 
00:26:07.946 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:07.949 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:07.956 [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 
00:26:07.957 [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)] 
00:26:07.957 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-723 (issue.osgi-723)] 
00:26:07.957 [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 
00:26:07.957 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-723 (issue.osgi-723)] 
00:26:07.957 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:07.958 [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 
00:26:07.958 [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)] 
00:26:07.958 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:07.958 [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 
00:26:07.958 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:07.959 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:07.959 [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 
00:26:07.959 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:07.959 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:07.960 [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 
00:26:07.960 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:07.960 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:07.960 [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 
00:26:07.960 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:07.960 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:07.961 [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 
00:26:07.961 [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)] 
00:26:07.961 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:07.962 [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 
00:26:07.962 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:07.962 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:07.963 [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 
00:26:07.963 [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)] 
00:26:07.963 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:07.964 [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 
00:26:07.965 [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)] 
00:26:07.965 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:07.966 [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 
00:26:07.966 [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)] 
00:26:07.966 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:07.967 [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 
00:26:07.967 [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)] 
00:26:07.967 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:07.967 [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 
00:26:07.968 [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)] 
00:26:07.968 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:07.968 [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 
00:26:07.969 [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)] 
00:26:07.969 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:07.969 [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 
00:26:07.970 [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)] 
00:26:07.970 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:07.970 [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 
00:26:07.970 [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)] 
00:26:07.971 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:07.973 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:07.974 [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 
00:26:07.974 [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) 
00:26:07.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)] 
00:26:07.974 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:07.975 [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 
00:26:07.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)] 
00:26:07.976 [main]            INFO  o.e.g.b.iandt.io.OSGI723Test:199 - org/eclipse/gemini/blueprint/iandt/io/OSGI723Test-bundle.properties was not found; using defaults 
00:26:07.976 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:511 - Post processing: creating test bundle 
00:26:07.986 [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] 
00:26:07.987 [main]            INFO  o.e.g.b.iandt.io.OSGI723Test:202 - Automatically creating Manifest for the test bundle 
00:26:07.987 [main]            INFO  o.e.g.b.iandt.io.OSGI723Test:366 - Using the test class for generating bundle imports 
00:26:07.988 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
00:26:07.989 [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... 
00:26:07.991 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class OSGI723Test 
00:26:07.999 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
00:26:07.999 [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... 
00:26:07.999 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIoTest 
00:26:08.001 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:08.001 [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... 
00:26:08.001 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIntegrationTest 
00:26:08.002 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:08.002 [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... 
00:26:08.002 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:08.003 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:08.003 [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... 
00:26:08.003 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:08.004 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:08.004 [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 
00:26:08.004 [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} 
00:26:08.004 [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] 
00:26:08.004 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:08.005 [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] 
00:26:08.005 [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] 
00:26:08.005 [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]] 
00:26:08.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:08.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:08.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:08.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:08.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:08.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:08.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:08.006 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:08.006 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:08.006 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:08.006 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
00:26:08.006 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
00:26:08.006 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 
00:26:08.006 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
00:26:08.006 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 
00:26:08.006 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 
00:26:08.006 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 
00:26:08.006 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 
00:26:08.006 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 
00:26:08.007 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 
00:26:08.007 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 
00:26:08.007 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
00:26:08.007 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 
00:26:08.007 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 
00:26:08.007 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
00:26:08.007 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
00:26:08.007 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 
00:26:08.007 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 
00:26:08.007 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 
00:26:08.013 [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 
00:26:08.013 [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.* 
00:26:08.016 [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)] 
00:26:08.016 [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 
00:26:08.016 [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) 
00:26:08.016 [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)] 
00:26:08.016 [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)] 
00:26:08.017 [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 
00:26:08.017 [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)] 
00:26:08.017 [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 
00:26:08.017 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:08.019 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:08.019 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [issue.osgi-723] does not trigger a context creation. 
00:26:08.019 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:08.019 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:08.019 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:08.020 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:08.020 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:08.020 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:08.021 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:08.022 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:08.023 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:08.024 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:08.024 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:08.025 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:08.025 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:08.025 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:08.026 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:08.026 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:08.026 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:08.027 [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. 
00:26:08.027 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:364 - Writing test name [testSpecialBundle] to OSGi 
00:26:08.044 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testSpecialBundle] for execution inside OSGi 
00:26:08.044 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testSpecialBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1fd14d74 
00:26:08.044 [main]            INFO  o.e.g.b.iandt.io.OSGI723Test:190 - Loading context for locations:  
00:26:08.049 [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 [Thu May 09 00:26:08 UTC 2024]; root of context hierarchy 
00:26:08.053 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:26:08.066 [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@36b4091c: defining beans []; root of factory hierarchy 
00:26:08.072 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:08.072 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:08.073 [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} 
00:26:08.073 [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] 
00:26:08.075 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@a4add54] 
00:26:08.076 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@141e5bef] 
00:26:08.077 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7a1a14a4] 
00:26:08.079 [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 [Thu May 09 00:26:08 UTC 2024]; root of context hierarchy] 
00:26:08.081 [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} 
00:26:08.082 [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-bla5181469423126214035.osgi/META-INF
Copying bundleentry://1.fwk671467883/META-INF/MANIFEST.MF to /tmp/tomcat-bla5181469423126214035.osgi/META-INF/MANIFEST.MF
/tmp/tomcat-bla5181469423126214035.osgi/META-INF/maven/issue/osgi-723
Copying bundleentry://1.fwk671467883/META-INF/maven/issue/osgi-723/pom.properties to /tmp/tomcat-bla5181469423126214035.osgi/META-INF/maven/issue/osgi-723/pom.properties
/tmp/tomcat-bla5181469423126214035.osgi/META-INF/maven/issue/osgi-723
Copying bundleentry://1.fwk671467883/META-INF/maven/issue/osgi-723/pom.xml to /tmp/tomcat-bla5181469423126214035.osgi/META-INF/maven/issue/osgi-723/pom.xml
/tmp/tomcat-bla5181469423126214035.osgi/issue
Copying bundleentry://1.fwk671467883/issue/Dummy.class to /tmp/tomcat-bla5181469423126214035.osgi/issue/Dummy.class
/tmp/tomcat-bla5181469423126214035.osgi/issue
Copying bundleentry://1.fwk671467883/issue/OSGI_723.class to /tmp/tomcat-bla5181469423126214035.osgi/issue/OSGI_723.class
/tmp/tomcat-bla5181469423126214035.osgi/WEB-INF
Copying bundleentry://1.fwk671467883/WEB-INF/web.xml to /tmp/tomcat-bla5181469423126214035.osgi/WEB-INF/web.xml
00:26:08.108 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:08.108 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:440 - Reading OSGi results for test [testSpecialBundle] 
00:26:08.109 [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: 0.828 sec - in org.eclipse.gemini.blueprint.iandt.io.OSGI723Test
00:26:08.111 [Thread-0]        INFO  o.e.g.b.iandt.io.OSGI723Test:471 - Shutting down OSGi platform 
00:26:08.112 [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) 
00:26:08.112 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:08.112 [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 [Thu May 09 00:26:08 UTC 2024]; root of context hierarchy 
00:26:08.112 [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 [Thu May 09 00:26:08 UTC 2024]; root of context hierarchy] 
00:26:08.112 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:08.112 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:08.113 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:08.113 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:08.113 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:08.113 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:08.113 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:08.113 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:08.114 [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 
00:26:08.114 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [18] for sending replayes events; last one was null 
00:26:08.114 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:08.115 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:08,722 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:08,797 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:08,799 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:08,811 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:08,848 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:08,850 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:08,853 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:08,859 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used
00:26:08,868 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:08,868 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:08,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:08,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:08,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:08,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:08,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:08,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
00:26:08,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:08,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:08,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:08,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:08,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:08,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:08,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:08,870 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:08,870 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:08,871 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:08,871 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:08,871 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.io.BundleClassPathWildcardTest
00:26:08.941 [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 
00:26:08.944 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:85 - Instantiating platform wrapper... 
00:26:08.945 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:215 - About to start Equinox OSGi Platform 
00:26:09.152 [main]            INFO  o.e.g.b.i.i.BundleClassPathWildcardTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:09.152 [main]            INFO  o.e.g.b.i.i.BundleClassPathWildcardTest:62 - Installing no root cp bundle... 
00:26:09.160 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:09.161 [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.1.BUILD-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} 
00:26:09.162 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:09.162 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:09.235 [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] 
00:26:09.241 [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] 
00:26:09.244 [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] 
00:26:09.246 [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] 
00:26:09.251 [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] 
00:26:09.256 [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] 
00:26:09.258 [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] 
00:26:09.263 [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] 
00:26:09.269 [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] 
00:26:09.277 [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] 
00:26:09.288 [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] 
00:26:09.291 [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] 
00:26:09.296 [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] 
00:26:09.302 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:09.304 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:09.307 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:09.310 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:09.338 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:09.341 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:09.349 [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] 
00:26:09.365 [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] 
00:26:09.366 [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] 
00:26:09.366 [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] 
00:26:09.366 [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] 
00:26:09.366 [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] 
00:26:09.367 [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] 
00:26:09.367 [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] 
00:26:09.367 [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] 
00:26:09.368 [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] 
00:26:09.368 [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] 
00:26:09.368 [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] 
00:26:09.368 [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] 
00:26:09.369 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:09.369 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:09.369 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:09,395 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:09,417 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:09,419 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:09,425 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:09,446 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:09,447 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:09,457 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:09,462 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@48aca48b - No compression will be used
00:26:09,465 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:09,465 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:09,466 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:09,466 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:09,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:09,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:09,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:09,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:09,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:09,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:09,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:09,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:09,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:09,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:09,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:09,468 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:09,468 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:09,468 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:09,468 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:09,469 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@534a5a98 - Registering current configuration as safe fallback point
00:26:09.476 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:09.483 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:09.540 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:09.541 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:09.544 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:09.546 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:09.549 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:09.551 [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 
00:26:09.551 [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) 
00:26:09.551 [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)] 
00:26:09.551 [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)] 
00:26:09.552 [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 
00:26:09.552 [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) 
00:26:09.552 [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)] 
00:26:09.552 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:09.553 [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 
00:26:09.553 [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) 
00:26:09.553 [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)] 
00:26:09.553 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:09.553 [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 
00:26:09.553 [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) 
00:26:09.554 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:09.554 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:09.554 [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 
00:26:09.554 [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) 
00:26:09.554 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:09.554 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:09.555 [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 
00:26:09.555 [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) 
00:26:09.555 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:09.555 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:09.556 [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 
00:26:09.556 [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) 
00:26:09.556 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:09.556 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:09.556 [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 
00:26:09.556 [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) 
00:26:09.556 [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)] 
00:26:09.556 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:09.557 [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 
00:26:09.557 [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) 
00:26:09.558 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:09.558 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:09.558 [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 
00:26:09.559 [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) 
00:26:09.559 [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)] 
00:26:09.559 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:09.560 [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 
00:26:09.560 [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) 
00:26:09.560 [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)] 
00:26:09.560 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:09.562 [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 
00:26:09.562 [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) 
00:26:09.562 [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)] 
00:26:09.562 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:09.562 [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 
00:26:09.563 [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) 
00:26:09.563 [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)] 
00:26:09.563 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:09.563 [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 
00:26:09.563 [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) 
00:26:09.564 [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)] 
00:26:09.564 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:09.565 [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 
00:26:09.565 [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) 
00:26:09.565 [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)] 
00:26:09.565 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:09.565 [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 
00:26:09.565 [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) 
00:26:09.565 [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)] 
00:26:09.565 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:09.566 [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 
00:26:09.566 [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) 
00:26:09.566 [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)] 
00:26:09.572 [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)] 
00:26:09.572 [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)] 
00:26:09.576 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:09.576 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:09.578 [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)] 
00:26:09.579 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:09.580 [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@34b9f960 w/ reference null 
00:26:09.580 [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@34b9f960 w/ reference null 
00:26:09.581 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:09.587 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:09.595 [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 
00:26:09.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)] 
00:26:09.595 [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)] 
00:26:09.595 [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 
00:26:09.596 [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)] 
00:26:09.596 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:09.596 [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 
00:26:09.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)] 
00:26:09.596 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:09.597 [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 
00:26:09.597 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:09.597 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:09.597 [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 
00:26:09.597 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:09.597 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:09.598 [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 
00:26:09.598 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:09.598 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:09.599 [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 
00:26:09.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)] 
00:26:09.599 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:09.599 [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 
00:26:09.599 [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)] 
00:26:09.599 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:09.600 [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 
00:26:09.600 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:09.600 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:09.601 [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 
00:26:09.601 [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)] 
00:26:09.601 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:09.603 [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 
00:26:09.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)] 
00:26:09.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)] 
00:26:09.604 [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 
00:26:09.604 [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)] 
00:26:09.605 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:09.605 [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 
00:26:09.605 [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)] 
00:26:09.605 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:09.606 [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 
00:26:09.606 [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)] 
00:26:09.606 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:09.607 [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 
00:26:09.607 [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)] 
00:26:09.607 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:09.608 [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 
00:26:09.608 [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)] 
00:26:09.608 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:09.609 [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 
00:26:09.609 [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)] 
00:26:09.609 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:09.612 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:09.612 [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 
00:26:09.612 [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) 
00:26:09.613 [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)] 
00:26:09.613 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:09.613 [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 
00:26:09.613 [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)] 
00:26:09.614 [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/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
00:26:09.614 [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/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
00:26:09.615 [main]            INFO  o.e.g.b.i.i.BundleClassPathWildcardTest:199 - org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest-bundle.properties was not found; using defaults 
00:26:09.615 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:511 - Post processing: creating test bundle 
00:26:09.615 [main]            INFO  o.e.g.b.i.i.BundleClassPathWildcardTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 
00:26:09.627 [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] 
00:26:09.627 [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]] 
00:26:09.627 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:09.627 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:09.627 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 
00:26:09.628 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 
00:26:09.628 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 
00:26:09.628 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 
00:26:09.628 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 
00:26:09.628 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 
00:26:09.628 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 
00:26:09.628 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 
00:26:09.628 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 
00:26:09.628 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file 
00:26:09.628 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 
00:26:09.628 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 
00:26:09.629 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:09.629 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:09.629 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:09.629 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:09.629 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:09.629 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:09.629 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:09.629 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:09.629 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
00:26:09.629 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
00:26:09.629 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 
00:26:09.629 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
00:26:09.630 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 
00:26:09.630 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 
00:26:09.630 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 
00:26:09.630 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 
00:26:09.630 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 
00:26:09.630 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 
00:26:09.630 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 
00:26:09.630 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
00:26:09.630 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 
00:26:09.630 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 
00:26:09.630 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
00:26:09.630 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
00:26:09.631 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 
00:26:09.631 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 
00:26:09.631 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 
00:26:09.639 [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 
00:26:09.639 [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.* 
00:26:09.644 [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)] 
00:26:09.645 [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 
00:26:09.645 [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) 
00:26:09.645 [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)] 
00:26:09.645 [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)] 
00:26:09.645 [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 
00:26:09.646 [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)] 
00:26:09.646 [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 
00:26:09.646 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:09.647 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:09.648 [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. 
00:26:09.648 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:09.648 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:09.648 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:09.649 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:09.649 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:09.649 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:09.650 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:09.650 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:09.651 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:09.653 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:09.653 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:09.654 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:09.654 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:09.654 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:09.655 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:09.655 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:09.655 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:09.656 [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 
00:26:09.656 [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 
00:26:09.656 [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. 
00:26:09.656 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] to OSGi 
00:26:09.665 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] for execution inside OSGi 
00:26:09.665 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@67b9b51a 
00:26:09.666 [main]            INFO  o.e.g.b.i.i.BundleClassPathWildcardTest:190 - Loading context for locations:  
00:26:09.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 [Thu May 09 00:26:09 UTC 2024]; root of context hierarchy 
00:26:09.675 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:26:09.687 [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@73d983ea: defining beans []; root of factory hierarchy 
00:26:09.693 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:09.693 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:09.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} 
00:26:09.695 [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] 
00:26:09.697 [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] 
00:26:09.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@5a2d131d] 
00:26:09.699 [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] 
00:26:09.700 [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 [Thu May 09 00:26:09 UTC 2024]; root of context hierarchy] 
00:26:09.702 [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} 
00:26:09.703 [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.fwk407697359:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file]}
00:26:09.749 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:09.749 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] 
00:26:09.750 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath]'s result read 
00:26:09.751 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testAllClassPathFilesOnBundleClassPath] to OSGi 
00:26:09.751 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathFilesOnBundleClassPath] for execution inside OSGi 
00:26:09.751 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathFilesOnBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@177bea38 
array count is 9
{URL [bundleresource://21.fwk407697359/org/eclipse/gemini/blueprint/iandt/io/duplicate.file], URL [bundleresource://21.fwk407697359:3/org/eclipse/gemini/blueprint/iandt/io/duplicate.file], URL [bundleresource://21.fwk407697359:4/org/eclipse/gemini/blueprint/iandt/io/duplicate.file], URL [bundleresource://21.fwk407697359:3/org/eclipse/gemini/blueprint/iandt/io/fragment-duplicate.file], URL [bundleresource://21.fwk407697359:4/org/eclipse/gemini/blueprint/iandt/io/fragment-duplicate.file], URL [bundleresource://21.fwk407697359:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file], URL [bundleresource://21.fwk407697359:1/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file], URL [bundleresource://21.fwk407697359:2/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file], URL [bundleresource://21.fwk407697359:2/org/eclipse/gemini/blueprint/iandt/compliance/io/jar-folder.file]}
00:26:09.974 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:09.974 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testAllClassPathFilesOnBundleClassPath] 
00:26:09.974 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testAllClassPathFilesOnBundleClassPath]'s result read 
00:26:09.974 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableWithPatternOnlyInsideFolderClasspath] to OSGi 
00:26:09.975 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableWithPatternOnlyInsideFolderClasspath] for execution inside OSGi 
00:26:09.975 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceAvailableWithPatternOnlyInsideFolderClasspath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@8ad6665 
{URL [bundleresource://21.fwk407697359:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file]}
00:26:09.982 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:09.982 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableWithPatternOnlyInsideFolderClasspath] 
00:26:09.982 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableWithPatternOnlyInsideFolderClasspath]'s result read 
00:26:09.983 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] to OSGi 
00:26:09.983 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] for execution inside OSGi 
00:26:09.983 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@68b32e3e 
00:26:09.988 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:09.988 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] 
00:26:09.988 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder]'s result read 
00:26:09.988 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceInRootNotFound] to OSGi 
00:26:09.989 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceInRootNotFound] for execution inside OSGi 
00:26:09.989 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceInRootNotFound] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@bcef303 
classpath:root.file resources
00:26:09.989 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:09.989 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceInRootNotFound] 
00:26:09.989 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceInRootNotFound]'s result read 
00:26:09.990 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceNestedInPkgInClassPathFound] to OSGi 
00:26:09.990 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceNestedInPkgInClassPathFound] for execution inside OSGi 
00:26:09.990 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceNestedInPkgInClassPathFound] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@41709512 
00:26:09.994 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:09.994 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceNestedInPkgInClassPathFound] 
00:26:09.994 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceNestedInPkgInClassPathFound]'s result read 
00:26:09.995 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testClassPathFilesOnBundleClassPath] to OSGi 
00:26:09.995 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClassPathFilesOnBundleClassPath] for execution inside OSGi 
00:26:09.995 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClassPathFilesOnBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@42039326 
array count is 5
{URL [bundleresource://21.fwk407697359/org/eclipse/gemini/blueprint/iandt/io/duplicate.file], URL [bundleresource://21.fwk407697359:3/org/eclipse/gemini/blueprint/iandt/io/fragment-duplicate.file], URL [bundleresource://21.fwk407697359:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file], URL [bundleresource://21.fwk407697359:1/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file], URL [bundleresource://21.fwk407697359:2/org/eclipse/gemini/blueprint/iandt/compliance/io/jar-folder.file]}
00:26:10.181 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:10.181 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testClassPathFilesOnBundleClassPath] 
00:26:10.182 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testClassPathFilesOnBundleClassPath]'s result read 
00:26:10.182 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourcePatternMatching] to OSGi 
00:26:10.182 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourcePatternMatching] for execution inside OSGi 
00:26:10.182 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourcePatternMatching] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a87f8ec 
00:26:10.186 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:10.186 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourcePatternMatching] 
00:26:10.186 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourcePatternMatching]'s result read 
00:26:10.186 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableOnlyInsideFolderClasspath] to OSGi 
00:26:10.186 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableOnlyInsideFolderClasspath] for execution inside OSGi 
00:26:10.186 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceAvailableOnlyInsideFolderClasspath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5443d039 
Arrays inside the classpath folder
{URL [bundleresource://21.fwk407697359:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file]}
00:26:10.189 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:10.190 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableOnlyInsideFolderClasspath] 
00:26:10.190 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableOnlyInsideFolderClasspath]'s result read 
00:26:10.190 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceNestedInClassPathFound] to OSGi 
00:26:10.190 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceNestedInClassPathFound] for execution inside OSGi 
00:26:10.190 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceNestedInClassPathFound] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@48e92c5c 
classpath*:/some/nested/nested.file resources
00:26:10.193 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:10.193 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceNestedInClassPathFound] 
00:26:10.193 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceNestedInClassPathFound]'s result read 
00:26:10.194 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceInClassPathFound] to OSGi 
00:26:10.194 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceInClassPathFound] for execution inside OSGi 
00:26:10.194 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceInClassPathFound] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2e1ef60 
classpath*:cp.file resources
00:26:10.197 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:10.197 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceInClassPathFound] 
00:26:10.197 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceInClassPathFound]'s result read 
00:26:10.197 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] to OSGi 
00:26:10.198 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] for execution inside OSGi 
00:26:10.198 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@22356acd 
00:26:10.201 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:10.201 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] 
00:26:10.201 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceMultipleRootsSpecifiedFolder]'s result read 
00:26:10.201 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testURLConnectionToJarInsideBundle] to OSGi 
00:26:10.201 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testURLConnectionToJarInsideBundle] for execution inside OSGi 
00:26:10.201 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testURLConnectionToJarInsideBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@386f0da3 
jar:bundleentry://21.fwk407697359/bundleclasspath/simple.jar!/
jar:bundleentry://21.fwk407697359/bundleclasspath/simple.jar!/
sun.net.www.protocol.jar.JarURLConnection:jar:bundleentry://21.fwk407697359/bundleclasspath/simple.jar!/
true
/tmp/jar_cache8601005199591320297.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
00:26:10.205 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:10.205 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testURLConnectionToJarInsideBundle] 
00:26:10.205 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testURLConnectionToJarInsideBundle]'s result read 
00:26:10.205 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableOnlyInsideJarClasspath] to OSGi 
00:26:10.205 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableOnlyInsideJarClasspath] for execution inside OSGi 
00:26:10.206 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceAvailableOnlyInsideJarClasspath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2a62b5bc 
Arrays inside the jar
00:26:10.209 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:10.209 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableOnlyInsideJarClasspath] 
00:26:10.209 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableOnlyInsideJarClasspath]'s result read 
00:26:10.209 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testRootFileOnBundleClassPath] to OSGi 
00:26:10.209 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnBundleClassPath] for execution inside OSGi 
00:26:10.209 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@53fd0d10 
array count is 4
{URL [bundleresource://21.fwk407697359:3/fragment.file], URL [bundleresource://21.fwk407697359:3/fragment1.file], URL [bundleresource://21.fwk407697359:4/fragment2.file], URL [bundleresource://21.fwk407697359:2/jar.file]}
00:26:10.214 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:10.214 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testRootFileOnBundleClassPath] 
00:26:10.214 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testRootFileOnBundleClassPath]'s result read 
00:26:10.214 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceMultipleRoots] to OSGi 
00:26:10.216 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceMultipleRoots] for execution inside OSGi 
00:26:10.216 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceMultipleRoots] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@16ce702d 
00:26:10.220 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:10.220 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceMultipleRoots] 
00:26:10.220 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceMultipleRoots]'s result read 
00:26:10.220 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testRootFileOnAllBundleClassPath] to OSGi 
00:26:10.221 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnAllBundleClassPath] for execution inside OSGi 
00:26:10.221 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnAllBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3a5ecce3 
array count is 4
{URL [bundleresource://21.fwk407697359:3/fragment.file], URL [bundleresource://21.fwk407697359:3/fragment1.file], URL [bundleresource://21.fwk407697359:4/fragment2.file], URL [bundleresource://21.fwk407697359:2/jar.file]}
00:26:10.236 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:10.236 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testRootFileOnAllBundleClassPath] 
00:26:10.237 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testRootFileOnAllBundleClassPath]'s result read 
00:26:10.237 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] to OSGi 
00:26:10.237 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] for execution inside OSGi 
00:26:10.237 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6138e79a 
root.file resources
classpath*:root.file resources
00:26:10.240 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:10.240 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] 
00:26:10.240 [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: 1.302 sec - in org.eclipse.gemini.blueprint.iandt.io.BundleClassPathWildcardTest
00:26:10.243 [Thread-0]        INFO  o.e.g.b.i.i.BundleClassPathWildcardTest:471 - Shutting down OSGi platform 
00:26:10.243 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:10.243 [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) 
00:26:10.243 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:10.243 [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 [Thu May 09 00:26:09 UTC 2024]; root of context hierarchy 
00:26:10.243 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:10.243 [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 [Thu May 09 00:26:09 UTC 2024]; root of context hierarchy] 
00:26:10.243 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:10.244 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:10.244 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:10.244 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:10.244 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:10.245 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:10.245 [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 
00:26:10.245 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [18] for sending replayes events; last one was null 
00:26:10.245 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:10.246 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:10,860 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:10,924 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:10,925 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:10,944 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:10,965 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:10,966 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:10,970 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:10,975 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:26:10,984 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:10,984 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:10,986 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:10,986 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:10,986 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:10,986 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:10,986 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:10,986 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:10,986 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:10,986 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:10,986 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:10,986 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:10,986 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:10,987 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:10,987 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:10,987 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:10,987 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:10,987 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:10,987 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:10,988 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.io.ClassSpaceWildcardTest
00:26:11.058 [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 
00:26:11.061 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
00:26:11.062 [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 
00:26:11.062 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
00:26:11.062 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:215 - About to start Equinox OSGi Platform 
00:26:11.277 [main]            INFO  o.e.g.b.i.i.ClassSpaceWildcardTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:11.279 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:11.280 [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.1.BUILD-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} 
00:26:11.281 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:11.282 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:11.356 [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] 
00:26:11.364 [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] 
00:26:11.368 [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] 
00:26:11.369 [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] 
00:26:11.375 [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] 
00:26:11.379 [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] 
00:26:11.381 [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] 
00:26:11.386 [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] 
00:26:11.392 [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] 
00:26:11.400 [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] 
00:26:11.411 [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] 
00:26:11.438 [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] 
00:26:11.443 [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] 
00:26:11.449 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:11.451 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:11.455 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:11.457 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:11.460 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:11.465 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:11.474 [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] 
00:26:11.495 [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] 
00:26:11.495 [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] 
00:26:11.495 [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] 
00:26:11.496 [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] 
00:26:11.496 [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] 
00:26:11.496 [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] 
00:26:11.496 [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] 
00:26:11.497 [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] 
00:26:11.497 [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] 
00:26:11.497 [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] 
00:26:11.498 [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] 
00:26:11.498 [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] 
00:26:11.498 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:11.498 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:11.499 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:11,537 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:11,559 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:11,561 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:11,567 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:11,582 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:11,583 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:11,593 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:11,598 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@55634720 - No compression will be used
00:26:11,601 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:11,601 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:11,602 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:11,602 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:11,602 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:11,602 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:11,603 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:11,603 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:11,603 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:11,603 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:11,603 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:11,603 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:11,603 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:11,603 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:11,603 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:11,603 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:11,604 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:11,604 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:11,604 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:11,605 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@272113c4 - Registering current configuration as safe fallback point
00:26:11.612 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:11.618 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:11.675 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:11.676 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:11.679 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:11.681 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:11.684 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:11.686 [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 
00:26:11.686 [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) 
00:26:11.686 [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)] 
00:26:11.686 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:11.687 [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 
00:26:11.687 [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) 
00:26:11.687 [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)] 
00:26:11.687 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:11.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 
00:26:11.688 [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) 
00:26:11.688 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:11.688 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:11.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 
00:26:11.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) 
00:26:11.688 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:11.688 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:11.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 
00:26:11.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) 
00:26:11.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)] 
00:26:11.689 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:11.690 [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 
00:26:11.690 [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) 
00:26:11.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)] 
00:26:11.690 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:11.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 
00:26:11.691 [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) 
00:26:11.691 [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)] 
00:26:11.691 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:11.692 [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 
00:26:11.692 [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) 
00:26:11.692 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:11.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)] 
00:26:11.693 [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 
00:26:11.693 [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) 
00:26:11.693 [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)] 
00:26:11.693 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:11.694 [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 
00:26:11.694 [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) 
00:26:11.694 [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)] 
00:26:11.695 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:11.696 [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 
00:26:11.696 [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) 
00:26:11.696 [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)] 
00:26:11.696 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:11.697 [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 
00:26:11.697 [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) 
00:26:11.697 [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)] 
00:26:11.697 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:11.698 [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 
00:26:11.698 [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) 
00:26:11.698 [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)] 
00:26:11.698 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:11.699 [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 
00:26:11.699 [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) 
00:26:11.699 [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)] 
00:26:11.699 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:11.699 [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 
00:26:11.700 [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) 
00:26:11.700 [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)] 
00:26:11.700 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:11.700 [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 
00:26:11.700 [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) 
00:26:11.701 [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)] 
00:26:11.707 [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)] 
00:26:11.707 [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)] 
00:26:11.711 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:11.711 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:11.713 [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)] 
00:26:11.714 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:11.715 [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@4bc222e w/ reference null 
00:26:11.715 [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@4bc222e w/ reference null 
00:26:11.716 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:11.721 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:11.729 [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 
00:26:11.729 [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)] 
00:26:11.729 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:11.730 [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 
00:26:11.730 [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)] 
00:26:11.730 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:11.730 [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 
00:26:11.731 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:11.731 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:11.731 [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 
00:26:11.731 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:11.731 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:11.732 [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 
00:26:11.732 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:11.732 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:11.732 [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 
00:26:11.733 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:11.733 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:11.733 [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 
00:26:11.733 [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)] 
00:26:11.733 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:11.734 [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 
00:26:11.734 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:11.734 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:11.735 [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 
00:26:11.735 [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)] 
00:26:11.736 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:11.737 [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 
00:26:11.737 [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)] 
00:26:11.737 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:11.738 [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 
00:26:11.738 [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)] 
00:26:11.739 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:11.739 [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 
00:26:11.739 [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)] 
00:26:11.739 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:11.740 [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 
00:26:11.740 [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)] 
00:26:11.740 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:11.741 [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 
00:26:11.741 [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)] 
00:26:11.741 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:11.742 [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 
00:26:11.742 [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)] 
00:26:11.742 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:11.743 [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 
00:26:11.743 [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)] 
00:26:11.743 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:11.746 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:11.747 [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 
00:26:11.747 [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) 
00:26:11.747 [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)] 
00:26:11.747 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:11.748 [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 
00:26:11.748 [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)] 
00:26:11.748 [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/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
00:26:11.748 [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/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
00:26:11.750 [main]            INFO  o.e.g.b.i.i.ClassSpaceWildcardTest:199 - org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest-bundle.properties was not found; using defaults 
00:26:11.750 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:511 - Post processing: creating test bundle 
00:26:11.750 [main]            INFO  o.e.g.b.i.i.ClassSpaceWildcardTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 
00:26:11.761 [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] 
00:26:11.761 [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]] 
00:26:11.761 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:11.761 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:11.761 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:11.761 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:11.762 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:11.762 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:11.762 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:11.762 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:11.762 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:11.762 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:11.762 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
00:26:11.762 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
00:26:11.762 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 
00:26:11.762 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
00:26:11.762 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 
00:26:11.763 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 
00:26:11.763 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 
00:26:11.763 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 
00:26:11.763 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 
00:26:11.763 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 
00:26:11.763 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 
00:26:11.763 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
00:26:11.763 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 
00:26:11.763 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 
00:26:11.763 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
00:26:11.763 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
00:26:11.763 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 
00:26:11.764 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 
00:26:11.764 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 
00:26:11.769 [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 
00:26:11.770 [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.* 
00:26:11.773 [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)] 
00:26:11.773 [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 
00:26:11.773 [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) 
00:26:11.774 [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)] 
00:26:11.774 [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)] 
00:26:11.774 [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 
00:26:11.774 [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)] 
00:26:11.774 [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 
00:26:11.774 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:11.776 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:11.776 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:11.777 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:11.777 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:11.777 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:11.777 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:11.777 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:11.778 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:11.779 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:11.780 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:11.781 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:11.781 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:11.782 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:11.782 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:11.783 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:11.783 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:11.783 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:11.784 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:11.784 [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 
00:26:11.784 [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 
00:26:11.784 [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. 
00:26:11.784 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWildcardAtFolderLevel] to OSGi 
00:26:11.793 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWildcardAtFolderLevel] for execution inside OSGi 
00:26:11.793 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathWildcardAtFolderLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@398dada8 
00:26:11.794 [main]            INFO  o.e.g.b.i.i.ClassSpaceWildcardTest:190 - Loading context for locations:  
00:26:11.799 [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 [Thu May 09 00:26:11 UTC 2024]; root of context hierarchy 
00:26:11.803 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:26:11.816 [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@44d52de2: defining beans []; root of factory hierarchy 
00:26:11.822 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:11.822 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:11.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} 
00:26:11.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] 
00:26:11.825 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@74589991] 
00:26:11.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@146dfe6] 
00:26:11.827 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1046d517] 
00:26:11.829 [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 [Thu May 09 00:26:11 UTC 2024]; root of context hierarchy] 
00:26:11.831 [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} 
00:26:11.832 [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} 
00:26:11.868 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:11.869 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWildcardAtFolderLevel] 
00:26:11.870 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathWildcardAtFolderLevel]'s result read 
00:26:11.870 [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 
00:26:11.871 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
00:26:11.871 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingALotOfFolders] to OSGi 
00:26:11.871 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingALotOfFolders] for execution inside OSGi 
00:26:11.872 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMatchingALotOfFolders] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1c481ff2 
resources count 94
00:26:12.532 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:12.533 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingALotOfFolders] 
00:26:12.533 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingALotOfFolders]'s result read 
00:26:12.533 [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 
00:26:12.533 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
00:26:12.534 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathRootWildcard] to OSGi 
00:26:12.536 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathRootWildcard] for execution inside OSGi 
00:26:12.537 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathRootWildcard] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@676cf48 
00:26:12.854 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:12.854 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathRootWildcard] 
00:26:12.854 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathRootWildcard]'s result read 
00:26:12.855 [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 
00:26:12.855 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
00:26:12.855 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testBundleClassPath] to OSGi 
00:26:12.855 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleClassPath] for execution inside OSGi 
00:26:12.856 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5a1de7fb 
*** Bundle-ClassPath is null
00:26:12.860 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:12.860 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testBundleClassPath] 
00:26:12.860 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testBundleClassPath]'s result read 
00:26:12.861 [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 
00:26:12.861 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
00:26:12.861 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testClassPathRootWildcard] to OSGi 
00:26:12.861 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClassPathRootWildcard] for execution inside OSGi 
00:26:12.861 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClassPathRootWildcard] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@335b5620 
00:26:13.171 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:13.172 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testClassPathRootWildcard] 
00:26:13.172 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testClassPathRootWildcard]'s result read 
00:26:13.172 [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 
00:26:13.172 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
00:26:13.172 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testWildcardAtFolderLevel] to OSGi 
00:26:13.173 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testWildcardAtFolderLevel] for execution inside OSGi 
00:26:13.173 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testWildcardAtFolderLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@29a0cdb 
00:26:13.176 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:13.177 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testWildcardAtFolderLevel] 
00:26:13.177 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testWildcardAtFolderLevel]'s result read 
00:26:13.177 [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 
00:26:13.177 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
00:26:13.177 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testWildcardAtRootFileLevel] to OSGi 
00:26:13.178 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testWildcardAtRootFileLevel] for execution inside OSGi 
00:26:13.178 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testWildcardAtRootFileLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@32a68f4f 
00:26:13.181 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:13.181 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testWildcardAtRootFileLevel] 
00:26:13.181 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testWildcardAtRootFileLevel]'s result read 
00:26:13.182 [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 
00:26:13.182 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
00:26:13.182 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathRootWithWildcard] to OSGi 
00:26:13.182 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathRootWithWildcard] for execution inside OSGi 
00:26:13.182 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathRootWithWildcard] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@73194df 
00:26:13.500 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:13.500 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathRootWithWildcard] 
00:26:13.500 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathRootWithWildcard]'s result read 
00:26:13.500 [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 
00:26:13.500 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
00:26:13.501 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingALotOfClasses] to OSGi 
00:26:13.501 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingALotOfClasses] for execution inside OSGi 
00:26:13.501 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMatchingALotOfClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6eb2384f 
00:26:13.855 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:13.855 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingALotOfClasses] 
00:26:13.855 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingALotOfClasses]'s result read 
00:26:13.856 [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 
00:26:13.856 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
00:26:13.856 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testSingleClassWithWildcardAtFileLevel] to OSGi 
00:26:13.856 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testSingleClassWithWildcardAtFileLevel] for execution inside OSGi 
00:26:13.856 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testSingleClassWithWildcardAtFileLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3c9c0d96 
00:26:13.861 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:13.861 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testSingleClassWithWildcardAtFileLevel] 
00:26:13.861 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testSingleClassWithWildcardAtFileLevel]'s result read 
00:26:13.861 [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 
00:26:13.861 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
00:26:13.862 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWOWildcardAtFolderLevel] to OSGi 
00:26:13.862 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWOWildcardAtFolderLevel] for execution inside OSGi 
00:26:13.862 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathWOWildcardAtFolderLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3a4621bd 
00:26:13.865 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:13.865 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWOWildcardAtFolderLevel] 
00:26:13.865 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathWOWildcardAtFolderLevel]'s result read 
00:26:13.865 [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 
00:26:13.865 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
00:26:13.865 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingAHugeSetOfResources] to OSGi 
00:26:13.866 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingAHugeSetOfResources] for execution inside OSGi 
00:26:13.866 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMatchingAHugeSetOfResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@31dadd46 
resources w/o slash count 383
resources w/ slash count 383
00:26:14.151 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:14.151 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingAHugeSetOfResources] 
00:26:14.152 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingAHugeSetOfResources]'s result read 
00:26:14.152 [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 
00:26:14.152 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
00:26:14.152 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingABulkOfResources] to OSGi 
00:26:14.152 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingABulkOfResources] for execution inside OSGi 
00:26:14.153 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMatchingABulkOfResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4ed5eb72 
resources w/o slash count 227
resources w/ slash count 227
00:26:14.732 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:14.732 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingABulkOfResources] 
00:26:14.732 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingABulkOfResources]'s result read 
00:26:14.733 [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 
00:26:14.733 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
00:26:14.733 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWithWildcardAtFileLevel] to OSGi 
00:26:14.733 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWithWildcardAtFileLevel] for execution inside OSGi 
00:26:14.733 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathWithWildcardAtFileLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@12f9af83 
00:26:14.737 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:14.737 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWithWildcardAtFileLevel] 
00:26:14.737 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathWithWildcardAtFileLevel]'s result read 
00:26:14.738 [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 
00:26:14.738 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
00:26:14.738 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWithWithWildcardAtFileLevel] to OSGi 
00:26:14.739 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWithWithWildcardAtFileLevel] for execution inside OSGi 
00:26:14.739 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathWithWithWildcardAtFileLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7e6ef134 
00:26:14.742 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:14.742 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWithWithWildcardAtFileLevel] 
00:26:14.742 [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: 3.687 sec - in org.eclipse.gemini.blueprint.iandt.io.ClassSpaceWildcardTest
00:26:14.745 [Thread-0]        INFO  o.e.g.b.i.i.ClassSpaceWildcardTest:471 - Shutting down OSGi platform 
00:26:14.745 [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) 
00:26:14.745 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:14.745 [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 [Thu May 09 00:26:11 UTC 2024]; root of context hierarchy 
00:26:14.746 [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 [Thu May 09 00:26:11 UTC 2024]; root of context hierarchy] 
00:26:14.746 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:14.746 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:14.746 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:14.746 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:14.746 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:14.746 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:14.746 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:14.747 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:14.747 [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 
00:26:14.747 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:14.748 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:14.748 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:15,385 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:15,464 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:15,466 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:15,478 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:15,499 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:15,500 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:15,503 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:15,509 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:26:15,518 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:15,518 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:15,519 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:15,519 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:15,519 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:15,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:15,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:15,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:15,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:15,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:15,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:15,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:15,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:15,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:15,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:15,520 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:15,520 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:15,521 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:15,521 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:15,522 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest
00:26:15.601 [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 
00:26:15.604 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:85 - Instantiating platform wrapper... 
00:26:15.605 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:215 - About to start Equinox OSGi Platform 
00:26:15.821 [main]            INFO  o.e.g.b.i.i.InvalidLocationsTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:15.824 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:15.824 [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.1.BUILD-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} 
00:26:15.825 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:15.826 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:15.893 [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] 
00:26:15.902 [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] 
00:26:15.905 [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] 
00:26:15.907 [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] 
00:26:15.912 [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] 
00:26:15.917 [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] 
00:26:15.918 [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] 
00:26:15.923 [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] 
00:26:15.939 [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] 
00:26:15.948 [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] 
00:26:15.958 [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] 
00:26:15.961 [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] 
00:26:15.965 [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] 
00:26:15.972 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:15.973 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:15.977 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:15.979 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:15.990 [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] 
00:26:16.008 [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] 
00:26:16.008 [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] 
00:26:16.009 [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] 
00:26:16.009 [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] 
00:26:16.009 [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] 
00:26:16.009 [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] 
00:26:16.010 [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] 
00:26:16.010 [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] 
00:26:16.010 [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] 
00:26:16.011 [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] 
00:26:16.011 [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] 
00:26:16.036 [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] 
00:26:16.037 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:16.037 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:16.037 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:16,063 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:16,086 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:16,087 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:16,094 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:16,109 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:16,110 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:16,113 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:16,117 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@290222c1 - No compression will be used
00:26:16,120 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:16,120 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:16,121 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:16,121 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:16,122 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:16,122 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:16,122 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:16,122 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:16,122 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:16,122 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:16,122 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:16,122 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:16,122 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:16,122 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:16,122 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:16,123 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:16,123 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:16,123 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:16,123 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:16,124 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55634720 - Registering current configuration as safe fallback point
00:26:16.139 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:16.145 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:16.202 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:16.203 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:16.206 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:16.208 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:16.211 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:16.213 [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 
00:26:16.213 [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) 
00:26:16.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)] 
00:26:16.213 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:16.214 [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 
00:26:16.214 [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) 
00:26:16.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)] 
00:26:16.214 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:16.214 [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 
00:26:16.215 [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) 
00:26:16.215 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:16.215 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:16.215 [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 
00:26:16.215 [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) 
00:26:16.215 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:16.215 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:16.216 [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 
00:26:16.216 [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) 
00:26:16.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)] 
00:26:16.216 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:16.216 [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 
00:26:16.217 [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) 
00:26:16.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)] 
00:26:16.217 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:16.217 [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 
00:26:16.217 [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) 
00:26:16.218 [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)] 
00:26:16.218 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:16.218 [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 
00:26:16.219 [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) 
00:26:16.219 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:16.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)] 
00:26:16.220 [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 
00:26:16.220 [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) 
00:26:16.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)] 
00:26:16.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)] 
00:26:16.221 [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 
00:26:16.221 [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) 
00:26:16.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)] 
00:26:16.222 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:16.223 [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 
00:26:16.223 [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) 
00:26:16.223 [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)] 
00:26:16.223 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:16.224 [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 
00:26:16.224 [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) 
00:26:16.224 [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)] 
00:26:16.224 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:16.225 [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 
00:26:16.225 [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) 
00:26:16.225 [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)] 
00:26:16.225 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:16.226 [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 
00:26:16.226 [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) 
00:26:16.226 [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)] 
00:26:16.226 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:16.226 [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 
00:26:16.226 [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) 
00:26:16.227 [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)] 
00:26:16.227 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:16.227 [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 
00:26:16.227 [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) 
00:26:16.228 [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)] 
00:26:16.233 [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)] 
00:26:16.234 [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)] 
00:26:16.237 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:16.238 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:16.240 [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)] 
00:26:16.241 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:16.241 [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@2462cb01 w/ reference null 
00:26:16.242 [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@2462cb01 w/ reference null 
00:26:16.242 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:16.244 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:16.251 [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 
00:26:16.251 [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)] 
00:26:16.251 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:16.252 [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 
00:26:16.252 [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)] 
00:26:16.252 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:16.253 [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 
00:26:16.253 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:16.253 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:16.253 [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 
00:26:16.253 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:16.254 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:16.254 [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 
00:26:16.254 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:16.254 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:16.255 [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 
00:26:16.255 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:16.255 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:16.255 [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 
00:26:16.255 [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)] 
00:26:16.256 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:16.256 [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 
00:26:16.257 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:16.257 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:16.260 [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 
00:26:16.261 [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)] 
00:26:16.261 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:16.262 [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 
00:26:16.263 [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)] 
00:26:16.263 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:16.264 [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 
00:26:16.264 [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)] 
00:26:16.264 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:16.265 [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 
00:26:16.265 [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)] 
00:26:16.265 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:16.266 [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 
00:26:16.266 [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)] 
00:26:16.266 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:16.267 [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 
00:26:16.267 [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)] 
00:26:16.267 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:16.268 [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 
00:26:16.268 [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)] 
00:26:16.268 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:16.269 [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 
00:26:16.269 [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)] 
00:26:16.270 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:16.273 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:16.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 
00:26:16.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) 
00:26:16.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)] 
00:26:16.274 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:16.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 
00:26:16.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)] 
00:26:16.277 [main]            INFO  o.e.g.b.i.i.InvalidLocationsTest:199 - org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest-bundle.properties was not found; using defaults 
00:26:16.277 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:511 - Post processing: creating test bundle 
00:26:16.287 [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] 
00:26:16.287 [main]            INFO  o.e.g.b.i.i.InvalidLocationsTest:202 - Automatically creating Manifest for the test bundle 
00:26:16.288 [main]            INFO  o.e.g.b.i.i.InvalidLocationsTest:366 - Using the test class for generating bundle imports 
00:26:16.289 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
00:26:16.289 [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... 
00:26:16.291 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class InvalidLocationsTest 
00:26:16.299 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
00:26:16.300 [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... 
00:26:16.300 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIoTest 
00:26:16.301 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:16.301 [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... 
00:26:16.302 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIntegrationTest 
00:26:16.303 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:16.303 [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... 
00:26:16.303 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:16.304 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:16.304 [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... 
00:26:16.304 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:16.305 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:16.305 [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 
00:26:16.305 [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} 
00:26:16.305 [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] 
00:26:16.305 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:16.306 [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] 
00:26:16.306 [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] 
00:26:16.306 [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]] 
00:26:16.306 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:16.306 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:16.306 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:16.306 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:16.306 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:16.306 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:16.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:16.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:16.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:16.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:16.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
00:26:16.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
00:26:16.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 
00:26:16.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
00:26:16.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 
00:26:16.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 
00:26:16.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 
00:26:16.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 
00:26:16.310 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 
00:26:16.311 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 
00:26:16.311 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 
00:26:16.311 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
00:26:16.311 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 
00:26:16.311 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 
00:26:16.311 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
00:26:16.311 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
00:26:16.311 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 
00:26:16.311 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 
00:26:16.311 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 
00:26:16.317 [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 
00:26:16.317 [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.* 
00:26:16.320 [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)] 
00:26:16.320 [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 
00:26:16.320 [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) 
00:26:16.320 [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)] 
00:26:16.321 [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)] 
00:26:16.321 [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 
00:26:16.321 [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)] 
00:26:16.321 [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 
00:26:16.322 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:16.323 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:16.324 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:16.324 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:16.324 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:16.324 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:16.325 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:16.325 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:16.326 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:16.326 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:16.327 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:16.329 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:16.329 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:16.329 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:16.330 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:16.330 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:16.331 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:16.336 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:16.337 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:16.337 [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. 
00:26:16.337 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testDefaultClassLoader] to OSGi 
00:26:16.346 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDefaultClassLoader] for execution inside OSGi 
00:26:16.346 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDefaultClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 
00:26:16.347 [main]            INFO  o.e.g.b.i.i.InvalidLocationsTest:190 - Loading context for locations:  
00:26:16.352 [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 [Thu May 09 00:26:16 UTC 2024]; root of context hierarchy 
00:26:16.356 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:26:16.369 [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@36a5cabc: defining beans []; root of factory hierarchy 
00:26:16.375 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:16.375 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:16.376 [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} 
00:26:16.376 [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] 
00:26:16.378 [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] 
00:26:16.379 [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] 
00:26:16.380 [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] 
00:26:16.382 [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 [Thu May 09 00:26:16 UTC 2024]; root of context hierarchy] 
00:26:16.383 [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} 
00:26:16.384 [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} 
00:26:16.408 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:16.408 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testDefaultClassLoader] 
00:26:16.408 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testDefaultClassLoader]'s result read 
00:26:16.409 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testPatternResourceLoader] to OSGi 
00:26:16.410 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testPatternResourceLoader] for execution inside OSGi 
00:26:16.410 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testPatternResourceLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2766ca9d 
00:26:16.410 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:16.410 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testPatternResourceLoader] 
00:26:16.410 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testPatternResourceLoader]'s result read 
00:26:16.411 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testDefaultPatternResourceLoader] to OSGi 
00:26:16.411 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDefaultPatternResourceLoader] for execution inside OSGi 
00:26:16.411 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDefaultPatternResourceLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5460cf3a 
00:26:16.412 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:16.412 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testDefaultPatternResourceLoader] 
00:26:16.412 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testDefaultPatternResourceLoader]'s result read 
00:26:16.412 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testOsgiResourceLoader] to OSGi 
00:26:16.412 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOsgiResourceLoader] for execution inside OSGi 
00:26:16.412 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testOsgiResourceLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@65a15628 
00:26:16.413 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:16.413 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testOsgiResourceLoader] 
00:26:16.413 [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: 0.814 sec - in org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest
00:26:16.415 [Thread-0]        INFO  o.e.g.b.i.i.InvalidLocationsTest:471 - Shutting down OSGi platform 
00:26:16.416 [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) 
00:26:16.416 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:16.416 [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 [Thu May 09 00:26:16 UTC 2024]; root of context hierarchy 
00:26:16.416 [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 [Thu May 09 00:26:16 UTC 2024]; root of context hierarchy] 
00:26:16.416 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:16.416 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:16.416 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:16.416 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:16.416 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:16.416 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:16.417 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:16.417 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:16.418 [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 
00:26:16.418 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:16.418 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:16.419 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:17,023 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:17,100 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:17,102 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:17,115 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:17,150 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:17,152 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:17,155 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:17,161 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:26:17,169 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:17,170 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:17,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:17,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:17,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:17,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:17,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:17,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
00:26:17,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
00:26:17,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:17,172 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:17,172 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:17,172 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:17,172 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:17,172 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:17,172 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:17,172 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:17,173 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:17,173 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:17,173 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.io.ClassSpaceTest
00:26:17.251 [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 
00:26:17.254 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:85 - Instantiating platform wrapper... 
00:26:17.255 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:215 - About to start Equinox OSGi Platform 
00:26:17.461 [main]            INFO  o.e.g.b.iandt.io.ClassSpaceTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:17.463 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:17.464 [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.1.BUILD-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} 
00:26:17.465 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:17.466 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:17.541 [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] 
00:26:17.549 [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] 
00:26:17.552 [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] 
00:26:17.554 [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] 
00:26:17.559 [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] 
00:26:17.564 [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] 
00:26:17.565 [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] 
00:26:17.571 [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] 
00:26:17.577 [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] 
00:26:17.586 [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] 
00:26:17.597 [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] 
00:26:17.600 [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] 
00:26:17.604 [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] 
00:26:17.611 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:17.613 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:17.617 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:17.637 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:17.640 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:17.646 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:17.655 [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] 
00:26:17.673 [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] 
00:26:17.673 [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] 
00:26:17.673 [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] 
00:26:17.674 [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] 
00:26:17.674 [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] 
00:26:17.674 [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] 
00:26:17.675 [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] 
00:26:17.675 [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] 
00:26:17.675 [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] 
00:26:17.675 [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] 
00:26:17.676 [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] 
00:26:17.676 [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] 
00:26:17.676 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:17.676 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:17.677 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:17,703 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:17,726 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:17,727 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:17,741 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:17,756 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:17,757 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:17,766 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:17,772 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@55634720 - No compression will be used
00:26:17,775 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:17,775 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:17,776 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:17,776 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:17,776 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:17,776 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:17,776 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:17,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
00:26:17,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
00:26:17,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:17,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:17,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:17,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:17,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:17,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:17,777 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:17,777 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:17,778 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:17,778 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:17,778 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@272113c4 - Registering current configuration as safe fallback point
00:26:17.786 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:17.792 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:17.850 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:17.851 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:17.854 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:17.856 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:17.859 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:17.861 [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 
00:26:17.861 [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) 
00:26:17.861 [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)] 
00:26:17.861 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:17.862 [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 
00:26:17.862 [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) 
00:26:17.862 [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)] 
00:26:17.862 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:17.863 [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 
00:26:17.863 [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) 
00:26:17.863 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:17.863 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:17.863 [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 
00:26:17.863 [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) 
00:26:17.864 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:17.864 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:17.864 [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 
00:26:17.864 [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) 
00:26:17.864 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:17.865 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:17.865 [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 
00:26:17.865 [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) 
00:26:17.865 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:17.865 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:17.866 [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 
00:26:17.866 [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) 
00:26:17.866 [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)] 
00:26:17.866 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:17.867 [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 
00:26:17.867 [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) 
00:26:17.867 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:17.867 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:17.868 [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 
00:26:17.868 [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) 
00:26:17.868 [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)] 
00:26:17.868 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:17.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 
00:26:17.869 [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) 
00:26:17.869 [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)] 
00:26:17.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)] 
00:26:17.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 
00:26:17.871 [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) 
00:26:17.871 [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)] 
00:26:17.871 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:17.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 
00:26:17.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) 
00:26:17.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)] 
00:26:17.872 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:17.872 [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 
00:26:17.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) 
00:26:17.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)] 
00:26:17.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)] 
00:26:17.874 [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 
00:26:17.874 [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) 
00:26:17.874 [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)] 
00:26:17.874 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:17.874 [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 
00:26:17.874 [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) 
00:26:17.875 [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)] 
00:26:17.875 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:17.875 [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 
00:26:17.875 [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) 
00:26:17.875 [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)] 
00:26:17.881 [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)] 
00:26:17.881 [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)] 
00:26:17.885 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:17.885 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:17.891 [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)] 
00:26:17.892 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:17.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@4bc222e w/ reference null 
00:26:17.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@4bc222e w/ reference null 
00:26:17.894 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:17.897 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:17.904 [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 
00:26:17.904 [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)] 
00:26:17.904 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:17.905 [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 
00:26:17.905 [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)] 
00:26:17.905 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:17.905 [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 
00:26:17.905 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:17.906 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:17.906 [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 
00:26:17.906 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:17.906 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:17.907 [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 
00:26:17.907 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:17.907 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:17.908 [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 
00:26:17.908 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:17.908 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:17.908 [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 
00:26:17.908 [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)] 
00:26:17.908 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:17.909 [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 
00:26:17.910 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:17.910 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:17.910 [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 
00:26:17.911 [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)] 
00:26:17.911 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:17.912 [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 
00:26:17.912 [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)] 
00:26:17.913 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:17.914 [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 
00:26:17.914 [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)] 
00:26:17.914 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:17.915 [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 
00:26:17.915 [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)] 
00:26:17.915 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:17.916 [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 
00:26:17.916 [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)] 
00:26:17.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)] 
00:26:17.917 [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 
00:26:17.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)] 
00:26:17.917 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:17.917 [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 
00:26:17.918 [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)] 
00:26:17.918 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:17.919 [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 
00:26:17.919 [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)] 
00:26:17.919 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:17.922 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:17.923 [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 
00:26:17.923 [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) 
00:26:17.923 [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)] 
00:26:17.923 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:17.924 [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 
00:26:17.924 [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)] 
00:26:17.924 [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/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
00:26:17.924 [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/gemini-blueprint-equinox/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
00:26:17.926 [main]            INFO  o.e.g.b.iandt.io.ClassSpaceTest:199 - org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest-bundle.properties was not found; using defaults 
00:26:17.926 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:511 - Post processing: creating test bundle 
00:26:17.926 [main]            INFO  o.e.g.b.iandt.io.ClassSpaceTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 
00:26:17.940 [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] 
00:26:17.941 [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]] 
00:26:17.941 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:17.941 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:17.941 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:17.941 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:17.941 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:17.941 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:17.942 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:17.942 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:17.942 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:17.942 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:17.942 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
00:26:17.942 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
00:26:17.942 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 
00:26:17.942 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
00:26:17.942 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 
00:26:17.943 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 
00:26:17.943 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 
00:26:17.943 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 
00:26:17.943 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 
00:26:17.943 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 
00:26:17.943 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 
00:26:17.943 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
00:26:17.943 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 
00:26:17.943 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 
00:26:17.944 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
00:26:17.944 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
00:26:17.944 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 
00:26:17.944 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 
00:26:17.944 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 
00:26:17.950 [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 
00:26:17.950 [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.* 
00:26:17.953 [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)] 
00:26:17.954 [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 
00:26:17.954 [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) 
00:26:17.954 [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)] 
00:26:17.954 [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)] 
00:26:17.954 [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 
00:26:17.955 [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)] 
00:26:17.955 [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 
00:26:17.955 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:17.956 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:17.957 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:17.957 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:17.957 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:17.958 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:17.958 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:17.958 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:17.959 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:17.960 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:17.961 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:17.962 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:17.962 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:17.963 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:17.963 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:17.964 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:17.964 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:17.964 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:17.965 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:17.965 [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 
00:26:17.965 [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 
00:26:17.965 [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. 
00:26:17.966 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:364 - Writing test name [testMetaInfFolder] to OSGi 
00:26:17.975 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMetaInfFolder] for execution inside OSGi 
00:26:17.975 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMetaInfFolder] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@398dada8 
00:26:17.975 [main]            INFO  o.e.g.b.iandt.io.ClassSpaceTest:190 - Loading context for locations:  
00:26:17.981 [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 [Thu May 09 00:26:17 UTC 2024]; root of context hierarchy 
00:26:17.984 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:26:17.997 [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@44d52de2: defining beans []; root of factory hierarchy 
00:26:18.003 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:18.003 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:18.004 [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} 
00:26:18.004 [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] 
00:26:18.006 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@74589991] 
00:26:18.007 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@146dfe6] 
00:26:18.009 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1046d517] 
00:26:18.011 [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 [Thu May 09 00:26:17 UTC 2024]; root of context hierarchy] 
00:26:18.012 [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} 
00:26:18.013 [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} 
00:26:18.038 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:18.038 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:440 - Reading OSGi results for test [testMetaInfFolder] 
00:26:18.038 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:447 - Test[testMetaInfFolder]'s result read 
00:26:18.039 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:364 - Writing test name [testClass] to OSGi 
00:26:18.040 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClass] for execution inside OSGi 
00:26:18.040 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClass] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5bf8fa12 
00:26:18.040 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:18.040 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:440 - Reading OSGi results for test [testClass] 
00:26:18.041 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:447 - Test[testClass]'s result read 
00:26:18.041 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:364 - Writing test name [testFolder] to OSGi 
00:26:18.041 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFolder] for execution inside OSGi 
00:26:18.041 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFolder] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5812f68b 
00:26:18.042 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:18.042 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:440 - Reading OSGi results for test [testFolder] 
00:26:18.042 [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: 0.794 sec - in org.eclipse.gemini.blueprint.iandt.io.ClassSpaceTest
00:26:18.044 [Thread-0]        INFO  o.e.g.b.iandt.io.ClassSpaceTest:471 - Shutting down OSGi platform 
00:26:18.045 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:18.045 [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) 
00:26:18.045 [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 [Thu May 09 00:26:17 UTC 2024]; root of context hierarchy 
00:26:18.045 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:18.045 [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 [Thu May 09 00:26:17 UTC 2024]; root of context hierarchy] 
00:26:18.045 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:18.046 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:18.046 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:18.046 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:18.046 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:18.046 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:18.047 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:18.047 [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 
00:26:18.047 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:18.047 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:18.048 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:18,669 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:18,741 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:18,743 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:18,755 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:18,776 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:18,777 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:18,780 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:18,786 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:26:18,795 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:18,795 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:18,796 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:18,796 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:18,796 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:18,796 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:18,796 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:18,797 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:18,797 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:18,797 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:18,797 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:18,797 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:18,797 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:18,797 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:18,797 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:18,797 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:18,797 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:18,798 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:18,798 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:18,798 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest
00:26:18.870 [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 
00:26:18.874 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:85 - Instantiating platform wrapper... 
00:26:18.874 [main]            DEBUG o.e.g.b.i.j.b.BridgeMethodTest:215 - About to start Equinox OSGi Platform 
00:26:19.095 [main]            INFO  o.e.g.b.i.j.b.BridgeMethodTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:19.097 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:19.098 [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.1.BUILD-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} 
00:26:19.099 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:19.100 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:19.169 [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] 
00:26:19.178 [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] 
00:26:19.181 [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] 
00:26:19.183 [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] 
00:26:19.188 [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] 
00:26:19.193 [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] 
00:26:19.194 [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] 
00:26:19.199 [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] 
00:26:19.205 [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] 
00:26:19.214 [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] 
00:26:19.242 [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] 
00:26:19.245 [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] 
00:26:19.249 [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] 
00:26:19.256 [main]            DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:19.257 [main]            DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:19.261 [main]            DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:19.263 [main]            DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:19.274 [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] 
00:26:19.292 [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] 
00:26:19.292 [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] 
00:26:19.292 [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] 
00:26:19.293 [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] 
00:26:19.293 [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] 
00:26:19.293 [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] 
00:26:19.294 [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] 
00:26:19.294 [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] 
00:26:19.294 [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] 
00:26:19.294 [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] 
00:26:19.294 [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] 
00:26:19.295 [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] 
00:26:19.295 [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/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:19.295 [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/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:19.295 [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/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:19,322 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:19,354 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:19,356 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:19,363 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:19,377 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:19,379 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:19,381 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:19,386 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:26:19,389 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:19,390 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:19,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:19,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:19,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:19,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:19,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:19,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:19,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:19,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:19,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:19,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:19,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:19,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:19,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:19,392 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:19,392 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:19,392 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:19,392 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:19,393 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:26:19.408 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:19.415 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:19.472 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:19.473 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:19.476 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:19.478 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:19.481 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:19.483 [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 
00:26:19.483 [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) 
00:26:19.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)] 
00:26:19.483 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:19.484 [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 
00:26:19.484 [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) 
00:26:19.485 [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)] 
00:26:19.485 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:19.485 [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 
00:26:19.485 [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) 
00:26:19.485 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:19.485 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:19.485 [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 
00:26:19.486 [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) 
00:26:19.486 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:19.486 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:19.487 [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 
00:26:19.487 [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) 
00:26:19.487 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:19.487 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:19.487 [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 
00:26:19.488 [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) 
00:26:19.488 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:19.488 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:19.488 [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 
00:26:19.488 [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) 
00:26:19.488 [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)] 
00:26:19.489 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:19.489 [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 
00:26:19.489 [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) 
00:26:19.490 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:19.490 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:19.490 [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 
00:26:19.491 [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) 
00:26:19.491 [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)] 
00:26:19.491 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:19.492 [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 
00:26:19.492 [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) 
00:26:19.492 [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)] 
00:26:19.492 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:19.493 [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 
00:26:19.494 [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) 
00:26:19.494 [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)] 
00:26:19.494 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:19.494 [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 
00:26:19.494 [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) 
00:26:19.495 [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)] 
00:26:19.495 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:19.495 [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 
00:26:19.495 [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) 
00:26:19.495 [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)] 
00:26:19.499 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:19.500 [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 
00:26:19.500 [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) 
00:26:19.500 [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)] 
00:26:19.500 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:19.500 [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 
00:26:19.500 [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) 
00:26:19.500 [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)] 
00:26:19.501 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:19.501 [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 
00:26:19.501 [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) 
00:26:19.501 [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)] 
00:26:19.507 [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)] 
00:26:19.507 [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)] 
00:26:19.511 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:19.511 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:19.514 [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)] 
00:26:19.515 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:19.515 [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@1b410b60 w/ reference null 
00:26:19.515 [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@1b410b60 w/ reference null 
00:26:19.516 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:19.518 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:19.525 [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 
00:26:19.525 [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)] 
00:26:19.525 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:19.526 [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 
00:26:19.526 [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)] 
00:26:19.526 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:19.529 [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 
00:26:19.530 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:19.530 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:19.530 [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 
00:26:19.531 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:19.531 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:19.531 [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 
00:26:19.531 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:19.532 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:19.532 [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 
00:26:19.532 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:19.532 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:19.532 [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 
00:26:19.533 [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)] 
00:26:19.533 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:19.533 [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 
00:26:19.534 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:19.534 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:19.537 [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 
00:26:19.537 [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)] 
00:26:19.537 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:19.538 [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 
00:26:19.538 [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)] 
00:26:19.538 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:19.540 [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 
00:26:19.540 [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)] 
00:26:19.540 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:19.540 [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 
00:26:19.540 [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)] 
00:26:19.541 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:19.541 [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 
00:26:19.541 [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)] 
00:26:19.541 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:19.542 [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 
00:26:19.542 [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)] 
00:26:19.543 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:19.543 [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 
00:26:19.543 [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)] 
00:26:19.543 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:19.544 [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 
00:26:19.544 [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)] 
00:26:19.545 [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/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:19.548 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:19.549 [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 
00:26:19.549 [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) 
00:26:19.549 [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)] 
00:26:19.549 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:19.550 [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 
00:26:19.550 [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)] 
00:26:19.551 [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 
00:26:19.552 [main]            DEBUG o.e.g.b.i.j.b.BridgeMethodTest:511 - Post processing: creating test bundle 
00:26:19.559 [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] 
00:26:19.560 [main]            INFO  o.e.g.b.i.j.b.BridgeMethodTest:202 - Automatically creating Manifest for the test bundle 
00:26:19.560 [main]            INFO  o.e.g.b.i.j.b.BridgeMethodTest:366 - Using the test class for generating bundle imports 
00:26:19.561 [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 
00:26:19.561 [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... 
00:26:19.564 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BridgeMethodTest 
00:26:19.571 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:19.571 [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... 
00:26:19.571 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BaseIntegrationTest 
00:26:19.574 [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 
00:26:19.574 [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... 
00:26:19.574 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:19.575 [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 
00:26:19.575 [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... 
00:26:19.575 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:19.576 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:19.576 [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 
00:26:19.576 [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} 
00:26:19.576 [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] 
00:26:19.576 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:19.576 [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] 
00:26:19.576 [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] 
00:26:19.576 [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]] 
00:26:19.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:19.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:19.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:19.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:19.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:19.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:19.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:19.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:19.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:19.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:19.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 
00:26:19.578 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/ 
00:26:19.578 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/BridgeMethodTest.class 
00:26:19.578 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/GenerifiedListenerInterface.class 
00:26:19.578 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/Listener.class 
00:26:19.578 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml 
00:26:19.582 [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 
00:26:19.583 [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.* 
00:26:19.585 [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)] 
00:26:19.585 [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 
00:26:19.585 [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) 
00:26:19.585 [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)] 
00:26:19.585 [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)] 
00:26:19.586 [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 
00:26:19.586 [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)] 
00:26:19.586 [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 
00:26:19.586 [main]            DEBUG o.e.g.b.i.j.b.BridgeMethodTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:19.588 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:19.588 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:19.588 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:19.588 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:19.589 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:19.589 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:19.589 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:19.590 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:19.590 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:19.591 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:19.593 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:19.593 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:19.593 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:19.594 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:19.594 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:19.595 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:19.595 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:19.595 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:19.596 [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. 
00:26:19.596 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:364 - Writing test name [testGenerifiedListener] to OSGi 
00:26:19.604 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGenerifiedListener] for execution inside OSGi 
00:26:19.604 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGenerifiedListener] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@125290e5 
00:26:19.605 [main]            INFO  o.e.g.b.i.j.b.BridgeMethodTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml 
00:26:19.610 [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 [Thu May 09 00:26:19 UTC 2024]; root of context hierarchy 
00:26:19.614 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:19.636 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml] 
00:26:19.656 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:19.657 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:19.657 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:19.658 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:19.747 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:19.748 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:19.773 [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@2bd08376: defining beans [collection]; root of factory hierarchy 
00:26:19.779 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:19.779 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:19.780 [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} 
00:26:19.780 [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] 
00:26:19.782 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@16ce702d] 
00:26:19.783 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7b94089b] 
00:26:19.804 [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 
00:26:19.805 [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 
00:26:19.806 [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 
00:26:19.806 [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 
00:26:19.806 [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 
00:26:19.809 [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 
00:26:19.810 [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 
00:26:19.810 [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 
00:26:19.810 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
00:26:19.811 [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)] 
00:26:19.811 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:19.811 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:19.811 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.awt.Shape)] 
00:26:19.811 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:19.812 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@49c6c24f w/ reference null 
00:26:19.812 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
00:26:19.812 [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
00:26:19.812 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@49c6c24f w/ reference null 
00:26:19.813 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1e0f9063] 
00:26:19.815 [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 [Thu May 09 00:26:19 UTC 2024]; root of context hierarchy] 
00:26:19.816 [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} 
00:26:19.817 [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} 
00:26:19.833 [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} 
00:26:19.838 [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 
00:26:19.839 [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 
00:26:19.839 [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 
00:26:19.839 [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 
00:26:19.840 [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 
00:26:19.842 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@49c6c24f w/ reference {java.awt.Shape}={service.id=33} 
00:26:19.843 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@2c532cd8 with props={objectClass=[Ljava.lang.String;@294e5088, service.id=33} 
00:26:19.843 [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
00:26:19.843 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@49c6c24f w/ reference {java.awt.Shape}={service.id=33} 
00:26:19.843 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@49c6c24f w/ reference {java.awt.Shape}={service.id=33} 
00:26:19.844 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@2c532cd8 with props={objectClass=[Ljava.lang.String;@51972dc7, service.id=33} 
00:26:19.844 [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
00:26:19.844 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@49c6c24f w/ reference {java.awt.Shape}={service.id=33} 
00:26:19.844 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:19.845 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:440 - Reading OSGi results for test [testGenerifiedListener] 
00:26:19.845 [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: 0.978 sec - in org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest
00:26:19.850 [Thread-0]        INFO  o.e.g.b.i.j.b.BridgeMethodTest:471 - Shutting down OSGi platform 
00:26:19.850 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:19.850 [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) 
00:26:19.850 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:19.850 [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 [Thu May 09 00:26:19 UTC 2024]; root of context hierarchy 
00:26:19.850 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:19.851 [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 [Thu May 09 00:26:19 UTC 2024]; root of context hierarchy] 
00:26:19.851 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:19.851 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:19.851 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:19.851 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:19.851 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:19.852 [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 
00:26:19.852 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:19.852 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:19.852 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:19.853 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:20,469 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:20,532 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:20,536 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:20,549 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:20,570 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:20,571 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:20,574 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:20,580 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:26:20,589 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:20,589 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:20,590 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:20,590 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:20,590 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:20,590 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:20,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:20,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:20,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:20,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:20,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:20,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:20,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:20,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:20,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:20,591 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:20,591 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:20,592 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:20,592 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:20,593 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest
00:26:20.670 [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 
00:26:20.673 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:85 - Instantiating platform wrapper... 
00:26:20.674 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:215 - About to start Equinox OSGi Platform 
00:26:20.897 [main]            INFO  o.e.g.b.i.j.c.OrderedComponentScanningTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:20.900 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:20.901 [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.1.BUILD-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} 
00:26:20.902 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:20.902 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:20.974 [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] 
00:26:20.982 [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] 
00:26:20.985 [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] 
00:26:20.987 [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] 
00:26:20.992 [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] 
00:26:20.997 [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] 
00:26:20.998 [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] 
00:26:21.003 [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] 
00:26:21.009 [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] 
00:26:21.040 [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] 
00:26:21.050 [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] 
00:26:21.053 [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] 
00:26:21.058 [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] 
00:26:21.064 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:21.065 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:21.069 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:21.071 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:21.074 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/sync.tail.bundle/target/sync-tail-bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:21.083 [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] 
00:26:21.102 [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] 
00:26:21.102 [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] 
00:26:21.102 [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] 
00:26:21.103 [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] 
00:26:21.103 [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] 
00:26:21.103 [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] 
00:26:21.103 [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] 
00:26:21.103 [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] 
00:26:21.104 [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] 
00:26:21.104 [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] 
00:26:21.104 [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] 
00:26:21.104 [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] 
00:26:21.105 [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/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:21.105 [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/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:21.105 [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/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:21,156 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:21,178 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:21,180 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:21,186 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:21,201 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:21,202 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:21,205 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:21,210 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@659499f1 - No compression will be used
00:26:21,213 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:21,213 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:21,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:21,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:21,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:21,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:21,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:21,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
00:26:21,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
00:26:21,215 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:21,215 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:21,222 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:21,222 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:21,222 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:21,222 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:21,222 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:21,223 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:21,223 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:21,223 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:21,224 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@59505b48 - Registering current configuration as safe fallback point
00:26:21.231 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:21.237 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:21.295 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:21.295 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:21.298 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:21.300 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:21.303 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:21.305 [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 
00:26:21.305 [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) 
00:26:21.306 [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)] 
00:26:21.306 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:21.306 [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 
00:26:21.306 [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) 
00:26:21.306 [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)] 
00:26:21.307 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:21.307 [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 
00:26:21.307 [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) 
00:26:21.307 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:21.307 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:21.307 [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 
00:26:21.308 [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) 
00:26:21.308 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:21.308 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:21.308 [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 
00:26:21.308 [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) 
00:26:21.309 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:21.309 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:21.309 [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 
00:26:21.309 [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) 
00:26:21.309 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:21.309 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:21.310 [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 
00:26:21.310 [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) 
00:26:21.310 [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)] 
00:26:21.310 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:21.311 [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 
00:26:21.311 [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) 
00:26:21.311 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:21.311 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:21.312 [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 
00:26:21.312 [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) 
00:26:21.312 [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)] 
00:26:21.312 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:21.313 [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 
00:26:21.313 [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) 
00:26:21.313 [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)] 
00:26:21.314 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:21.315 [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 
00:26:21.315 [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) 
00:26:21.315 [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)] 
00:26:21.315 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:21.316 [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 
00:26:21.316 [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) 
00:26:21.319 [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)] 
00:26:21.319 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:21.320 [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 
00:26:21.320 [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) 
00:26:21.320 [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)] 
00:26:21.320 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:21.321 [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 
00:26:21.321 [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) 
00:26:21.321 [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)] 
00:26:21.321 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:21.321 [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 
00:26:21.321 [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) 
00:26:21.322 [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)] 
00:26:21.322 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:21.322 [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 
00:26:21.322 [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) 
00:26:21.322 [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)] 
00:26:21.328 [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)] 
00:26:21.328 [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)] 
00:26:21.337 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:21.338 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:21.340 [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)] 
00:26:21.341 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:21.341 [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 
00:26:21.341 [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 
00:26:21.342 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:21.344 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:21.353 [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 
00:26:21.354 [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)] 
00:26:21.354 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:21.355 [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 
00:26:21.355 [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)] 
00:26:21.355 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:21.355 [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 
00:26:21.356 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:21.356 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:21.356 [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 
00:26:21.356 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:21.356 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:21.357 [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 
00:26:21.357 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:21.357 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:21.358 [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 
00:26:21.358 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:21.358 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:21.358 [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 
00:26:21.358 [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)] 
00:26:21.358 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:21.359 [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 
00:26:21.359 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:21.360 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:21.360 [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 
00:26:21.361 [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)] 
00:26:21.361 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:21.362 [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 
00:26:21.362 [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)] 
00:26:21.362 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:21.363 [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 
00:26:21.364 [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)] 
00:26:21.364 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:21.364 [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 
00:26:21.364 [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)] 
00:26:21.364 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:21.365 [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 
00:26:21.365 [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)] 
00:26:21.365 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:21.366 [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 
00:26:21.366 [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)] 
00:26:21.367 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:21.367 [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 
00:26:21.367 [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)] 
00:26:21.367 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:21.368 [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 
00:26:21.368 [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)] 
00:26:21.369 [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/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:21.372 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:21.372 [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 
00:26:21.372 [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) 
00:26:21.373 [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)] 
00:26:21.373 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:21.373 [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 
00:26:21.373 [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)] 
00:26:21.374 [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/gemini-blueprint-equinox/integration-tests/bundles/config.bundle/sync.tail.bundle/target/sync-tail-bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:21.374 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
00:26:21.374 [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 
00:26:21.374 [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) 
00:26:21.374 [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)] 
00:26:21.380 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:26:21.380 [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 
00:26:21.381 [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)] 
00:26:21.382 [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)] 
00:26:21.383 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:26:21.383 [main]            TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@27508c5d 
00:26:21.383 [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) 
00:26:21.383 [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) 
00:26:21.384 [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 [Thu May 09 00:26:21 UTC 2024]; root of context hierarchy 
00:26:21.388 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:21.408 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/META-INF/spring/context.xml] 
00:26:21.430 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:21.431 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:21.431 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:21.432 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:21.473 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:21.474 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:21.546 [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@67545b57: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 
00:26:21.553 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:21.553 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:21.554 [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} 
00:26:21.554 [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] 
00:26:21.560 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:21.562 [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@67545b57: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 
00:26:21.562 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:21.562 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@3fc9504b 
00:26:21.562 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:26:21.563 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:21.563 [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) 
00:26:21.563 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:26:21.563 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:26:21.563 [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) 
00:26:21.563 [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) 
00:26:21.563 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:21.564 [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) 
00:26:21.565 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6eb2384f] 
00:26:21.566 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3c9c0d96] 
00:26:21.585 [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 
00:26:21.586 [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:{} 
00:26:21.586 [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:[] 
00:26:21.587 [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} 
00:26:21.587 [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}] 
00:26:21.588 [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 
00:26:21.589 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@e54303] 
00:26:21.591 [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 [Thu May 09 00:26:21 UTC 2024]; root of context hierarchy] 
00:26:21.592 [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} 
00:26:21.593 [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} 
00:26:21.595 [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] 
00:26:21.596 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
00:26:21.596 [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 
00:26:21.597 [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)] 
00:26:21.598 [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 
00:26:21.598 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:511 - Post processing: creating test bundle 
00:26:21.605 [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] 
00:26:21.605 [main]            INFO  o.e.g.b.i.j.c.OrderedComponentScanningTest:202 - Automatically creating Manifest for the test bundle 
00:26:21.606 [main]            INFO  o.e.g.b.i.j.c.OrderedComponentScanningTest:369 - Using all classes in the jar for the generation of bundle imports 
00:26:21.606 [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 
00:26:21.606 [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... 
00:26:21.608 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:21.616 [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 
00:26:21.616 [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... 
00:26:21.617 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:21.618 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:435 - Analyze imports for test bundle resource /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:21.619 [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... 
00:26:21.619 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class BaseIntegrationTest 
00:26:21.620 [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 
00:26:21.620 [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... 
00:26:21.620 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class ComponentBean 
00:26:21.620 [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 
00:26:21.620 [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... 
00:26:21.620 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class OrderedComponentScanningTest 
00:26:21.621 [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} 
00:26:21.621 [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] 
00:26:21.621 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:21.621 [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] 
00:26:21.621 [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] 
00:26:21.622 [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]] 
00:26:21.622 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:21.622 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:21.622 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:21.622 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:21.622 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:21.622 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:21.622 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:21.622 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:21.622 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:21.622 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:21.623 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 
00:26:21.623 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ 
00:26:21.623 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ComponentBean.class 
00:26:21.623 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/OrderedComponentScanningTest.class 
00:26:21.623 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml 
00:26:21.626 [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 
00:26:21.627 [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.* 
00:26:21.629 [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)] 
00:26:21.629 [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 
00:26:21.629 [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) 
00:26:21.629 [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)] 
00:26:21.630 [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)] 
00:26:21.630 [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 
00:26:21.630 [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)] 
00:26:21.630 [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 
00:26:21.630 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:21.632 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:21.632 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:21.632 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:21.633 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:21.633 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:21.633 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:21.633 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:21.634 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:21.635 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:21.636 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:21.637 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:21.637 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:21.637 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:21.638 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:21.638 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:21.639 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:21.639 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:21.639 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:21.640 [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 
00:26:21.640 [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 
00:26:21.642 [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}} 
00:26:21.642 [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 
00:26:21.642 [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 
00:26:21.642 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-tail 
00:26:21.642 [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. 
00:26:21.642 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:364 - Writing test name [testAutowireInjection] to OSGi 
00:26:21.650 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAutowireInjection] for execution inside OSGi 
00:26:21.651 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAutowireInjection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1d730606 
00:26:21.651 [main]            INFO  o.e.g.b.i.j.c.OrderedComponentScanningTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml 
00:26:21.651 [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 [Thu May 09 00:26:21 UTC 2024]; root of context hierarchy 
00:26:21.652 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:21.652 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml] 
00:26:21.654 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:21.654 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:21.655 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:21.655 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:21.670 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 
00:26:21.670 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/context/config/spring-context.xsd at bundleresource://10.fwk1340565491/org/springframework/context/config/spring-context.xsd 
00:26:21.672 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 
00:26:21.672 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-tool.xsd 
00:26:21.674 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:21.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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:21.719 [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@7bb6ab3a: 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 
00:26:21.719 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:21.720 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:21.720 [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} 
00:26:21.720 [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] 
00:26:21.748 [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 
00:26:21.749 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:26:21.752 [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 
00:26:21.756 [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 
00:26:21.756 [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 
00:26:21.757 [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 
00:26:21.757 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:26:21.759 [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 
00:26:21.761 [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 
00:26:21.761 [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 
00:26:21.762 [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 
00:26:21.762 [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 
00:26:21.764 [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 
00:26:21.764 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:26:21.765 [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 
00:26:21.766 [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 
00:26:21.767 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:26:21.768 [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 
00:26:21.769 [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 
00:26:21.770 [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 
00:26:21.770 [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 
00:26:21.771 [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 
00:26:21.773 [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 
00:26:21.773 [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 
00:26:21.773 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:26:21.774 [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 
00:26:21.776 [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 
00:26:21.776 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:26:21.777 [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 
00:26:21.779 [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 
00:26:21.780 [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 
00:26:21.780 [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 
00:26:21.781 [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 
00:26:21.781 [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 
00:26:21.781 [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 
00:26:21.782 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2a8d39c4] 
00:26:21.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@25b2cfcb] 
00:26:21.798 [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))] 
00:26:21.799 [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))] 
00:26:21.799 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:26:21.803 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:26:21.808 [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 
00:26:21.808 [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 
00:26:21.809 [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 
00:26:21.809 [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 
00:26:21.809 [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 
00:26:21.839 [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))] 
00:26:21.840 [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}} 
00:26:21.840 [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 
00:26:21.840 [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 
00:26:21.842 [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 
00:26:21.843 [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 
00:26:21.846 [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 
00:26:21.847 [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 
00:26:21.847 [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 
00:26:21.848 [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 
00:26:21.848 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:26:21.850 [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 
00:26:21.851 [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 
00:26:21.852 [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 
00:26:21.852 [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 
00:26:21.853 [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 
00:26:21.868 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@25748410] 
00:26:21.869 [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 [Thu May 09 00:26:21 UTC 2024]; root of context hierarchy] 
00:26:21.869 [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} 
00:26:21.869 [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} 
00:26:21.884 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:21.885 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:440 - Reading OSGi results for test [testAutowireInjection] 
00:26:21.885 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:447 - Test[testAutowireInjection]'s result read 
00:26:21.886 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:364 - Writing test name [testInjectionIdentity] to OSGi 
00:26:21.886 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testInjectionIdentity] for execution inside OSGi 
00:26:21.886 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testInjectionIdentity] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@47404bea 
00:26:21.887 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:21.887 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:440 - Reading OSGi results for test [testInjectionIdentity] 
00:26:21.887 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:447 - Test[testInjectionIdentity]'s result read 
00:26:21.887 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:364 - Writing test name [testComponentExistence] to OSGi 
00:26:21.888 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testComponentExistence] for execution inside OSGi 
00:26:21.888 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testComponentExistence] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@62435e70 
00:26:21.888 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:21.888 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:440 - Reading OSGi results for test [testComponentExistence] 
00:26:21.888 [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: 1.221 sec - in org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest
00:26:21.891 [Thread-0]        INFO  o.e.g.b.i.j.c.OrderedComponentScanningTest:471 - Shutting down OSGi platform 
00:26:21.891 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:21.891 [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) 
00:26:21.891 [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]] 
00:26:21.891 [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 [Thu May 09 00:26:21 UTC 2024]; root of context hierarchy 
00:26:21.891 [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 [Thu May 09 00:26:21 UTC 2024]; root of context hierarchy] 
00:26:21.892 [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 
00:26:21.892 [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 
00:26:21.892 [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]] 
00:26:21.892 [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 
00:26:21.893 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:21.893 [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 
00:26:21.894 [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) 
00:26:21.894 [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@27508c5d 
00:26:21.894 [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) 
00:26:21.894 [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) 
00:26:21.894 [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) 
00:26:21.894 [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 [Thu May 09 00:26:21 UTC 2024]; root of context hierarchy 
00:26:21.894 [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 [Thu May 09 00:26:21 UTC 2024]; root of context hierarchy] 
00:26:21.894 [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] 
00:26:21.895 [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}] 
00:26:21.895 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:21.895 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:26:21.896 [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@27508c5d 
00:26:21.896 [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 
00:26:21.896 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:21.896 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:21.896 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:21.896 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:21.896 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:21.896 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:21.897 [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 
00:26:21.897 [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 
00:26:21.897 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:21.897 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:21.898 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:22,544 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:22,608 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:22,609 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:22,622 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:22,653 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:22,655 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:22,658 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:22,663 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:26:22,672 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:22,672 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:22,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:22,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:22,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:22,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:22,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:22,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:22,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:22,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:22,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:22,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:22,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:22,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:22,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:22,675 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:22,675 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:22,675 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:22,675 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:22,676 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest
00:26:22.743 [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 
00:26:22.746 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:85 - Instantiating platform wrapper... 
00:26:22.747 [main]            DEBUG o.e.g.b.i.j.io.ComponentScanTest:215 - About to start Equinox OSGi Platform 
00:26:22.954 [main]            INFO  o.e.g.b.i.j.io.ComponentScanTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:22.957 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:22.958 [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.1.BUILD-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} 
00:26:22.959 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:22.959 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:23.030 [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] 
00:26:23.038 [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] 
00:26:23.042 [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] 
00:26:23.044 [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] 
00:26:23.049 [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] 
00:26:23.054 [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] 
00:26:23.055 [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] 
00:26:23.060 [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] 
00:26:23.066 [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] 
00:26:23.074 [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] 
00:26:23.084 [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] 
00:26:23.087 [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] 
00:26:23.091 [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] 
00:26:23.097 [main]            DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:23.099 [main]            DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:23.102 [main]            DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:23.105 [main]            DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:23.108 [main]            DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/jdk5/component.scan.bundle/target/component.scan.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:23.140 [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] 
00:26:23.161 [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] 
00:26:23.161 [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] 
00:26:23.161 [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] 
00:26:23.162 [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] 
00:26:23.162 [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] 
00:26:23.162 [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] 
00:26:23.162 [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] 
00:26:23.162 [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] 
00:26:23.163 [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] 
00:26:23.163 [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] 
00:26:23.163 [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] 
00:26:23.163 [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] 
00:26:23.164 [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/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:23.164 [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/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:23.164 [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/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:23,190 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:23,213 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:23,214 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:23,220 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:23,237 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:23,238 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:23,241 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:23,245 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@659499f1 - No compression will be used
00:26:23,249 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:23,249 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:23,257 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:23,257 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:23,257 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:23,257 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:23,258 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:23,258 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:23,258 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:23,258 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:23,258 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:23,258 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:23,258 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:23,258 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:23,258 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:23,258 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:23,258 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:23,259 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:23,259 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:23,259 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@59505b48 - Registering current configuration as safe fallback point
00:26:23.267 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:23.273 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:23.331 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:23.332 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:23.334 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:23.337 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:23.340 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:23.341 [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 
00:26:23.342 [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) 
00:26:23.342 [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)] 
00:26:23.342 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:23.342 [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 
00:26:23.343 [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) 
00:26:23.343 [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)] 
00:26:23.343 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:23.343 [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 
00:26:23.343 [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) 
00:26:23.343 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:23.343 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:23.344 [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 
00:26:23.344 [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) 
00:26:23.344 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:23.344 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:23.344 [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 
00:26:23.345 [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) 
00:26:23.345 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:23.345 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:23.345 [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 
00:26:23.345 [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) 
00:26:23.345 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:23.345 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:23.346 [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 
00:26:23.346 [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) 
00:26:23.346 [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)] 
00:26:23.346 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:23.347 [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 
00:26:23.347 [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) 
00:26:23.347 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:23.347 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:23.348 [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 
00:26:23.348 [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) 
00:26:23.348 [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)] 
00:26:23.348 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:23.349 [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 
00:26:23.349 [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) 
00:26:23.349 [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)] 
00:26:23.349 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:23.350 [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 
00:26:23.351 [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) 
00:26:23.351 [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)] 
00:26:23.351 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:23.351 [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 
00:26:23.351 [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) 
00:26:23.351 [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)] 
00:26:23.351 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:23.352 [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 
00:26:23.352 [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) 
00:26:23.352 [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)] 
00:26:23.352 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:23.353 [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 
00:26:23.353 [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) 
00:26:23.353 [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)] 
00:26:23.353 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:23.353 [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 
00:26:23.354 [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) 
00:26:23.354 [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)] 
00:26:23.354 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:23.354 [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 
00:26:23.354 [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) 
00:26:23.354 [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)] 
00:26:23.360 [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)] 
00:26:23.360 [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)] 
00:26:23.364 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:23.365 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:23.367 [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)] 
00:26:23.368 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:23.368 [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 
00:26:23.368 [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 
00:26:23.369 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:23.371 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:23.377 [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 
00:26:23.378 [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)] 
00:26:23.378 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:23.378 [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 
00:26:23.379 [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)] 
00:26:23.379 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:23.379 [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 
00:26:23.379 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:23.379 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:23.379 [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 
00:26:23.380 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:23.380 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:23.380 [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 
00:26:23.380 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:23.380 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:23.381 [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 
00:26:23.381 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:23.381 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:23.381 [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 
00:26:23.381 [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)] 
00:26:23.381 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:23.385 [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 
00:26:23.386 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:23.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)] 
00:26:23.387 [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 
00:26:23.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)] 
00:26:23.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)] 
00:26:23.388 [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 
00:26:23.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)] 
00:26:23.388 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:23.390 [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 
00:26:23.390 [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)] 
00:26:23.390 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:23.390 [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 
00:26:23.391 [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)] 
00:26:23.391 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:23.391 [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 
00:26:23.391 [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)] 
00:26:23.392 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:23.392 [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 
00:26:23.393 [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)] 
00:26:23.393 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:23.393 [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 
00:26:23.393 [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)] 
00:26:23.393 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:23.394 [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 
00:26:23.394 [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)] 
00:26:23.395 [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/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:23.398 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:23.399 [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 
00:26:23.399 [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) 
00:26:23.399 [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)] 
00:26:23.399 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:23.400 [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 
00:26:23.400 [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)] 
00:26:23.400 [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/gemini-blueprint-equinox/integration-tests/bundles/jdk5/component.scan.bundle/target/component.scan.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:23.400 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] 
00:26:23.401 [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 
00:26:23.401 [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) 
00:26:23.401 [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)] 
00:26:23.401 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] 
00:26:23.401 [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 
00:26:23.401 [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)] 
00:26:23.403 [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 
00:26:23.403 [main]            DEBUG o.e.g.b.i.j.io.ComponentScanTest:511 - Post processing: creating test bundle 
00:26:23.410 [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] 
00:26:23.411 [main]            INFO  o.e.g.b.i.j.io.ComponentScanTest:202 - Automatically creating Manifest for the test bundle 
00:26:23.411 [main]            INFO  o.e.g.b.i.j.io.ComponentScanTest:366 - Using the test class for generating bundle imports 
00:26:23.412 [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 
00:26:23.413 [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... 
00:26:23.415 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class ComponentScanTest 
00:26:23.422 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:23.422 [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... 
00:26:23.422 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class BaseIntegrationTest 
00:26:23.425 [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 
00:26:23.425 [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... 
00:26:23.425 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:23.426 [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 
00:26:23.426 [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... 
00:26:23.426 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:23.427 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:23.427 [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 
00:26:23.427 [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} 
00:26:23.436 [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] 
00:26:23.437 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:23.437 [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] 
00:26:23.437 [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] 
00:26:23.437 [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]] 
00:26:23.437 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:23.437 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:23.437 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:23.437 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:23.437 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:23.438 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:23.438 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:23.438 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:23.438 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:23.438 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:23.438 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 
00:26:23.438 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ 
00:26:23.438 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ComponentScanTest.class 
00:26:23.438 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml 
00:26:23.442 [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 
00:26:23.443 [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.* 
00:26:23.445 [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)] 
00:26:23.445 [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 
00:26:23.445 [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) 
00:26:23.446 [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)] 
00:26:23.446 [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)] 
00:26:23.446 [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 
00:26:23.446 [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)] 
00:26:23.446 [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 
00:26:23.446 [main]            DEBUG o.e.g.b.i.j.io.ComponentScanTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:23.448 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:23.448 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:23.448 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:23.449 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:23.449 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:23.449 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:23.449 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:23.450 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:23.451 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:23.452 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:23.453 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:23.453 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:23.454 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:23.454 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:23.454 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:23.455 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:23.455 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:23.456 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:23.456 [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. 
00:26:23.456 [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. 
00:26:23.456 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:364 - Writing test name [testComponentScan] to OSGi 
00:26:23.465 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testComponentScan] for execution inside OSGi 
00:26:23.465 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testComponentScan] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6337c201 
00:26:23.465 [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 
00:26:23.471 [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 [Thu May 09 00:26:23 UTC 2024]; root of context hierarchy 
00:26:23.474 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:23.493 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml] 
00:26:23.512 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:23.513 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:23.514 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:23.514 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:23.604 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 
00:26:23.605 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/context/config/spring-context.xsd at bundleresource://10.fwk1340565491/org/springframework/context/config/spring-context.xsd 
00:26:23.609 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 
00:26:23.609 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-tool.xsd 
00:26:23.651 [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 
00:26:23.658 [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 
00:26:23.665 [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@1941a8ff: defining beans [bean,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]; root of factory hierarchy 
00:26:23.670 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:23.671 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:23.671 [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} 
00:26:23.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] 
00:26:23.693 [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 
00:26:23.693 [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 
00:26:23.694 [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 
00:26:23.695 [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 
00:26:23.696 [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 
00:26:23.696 [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 
00:26:23.697 [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 
00:26:23.697 [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 
00:26:23.699 [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 
00:26:23.699 [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 
00:26:23.700 [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 
00:26:23.701 [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 
00:26:23.701 [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 
00:26:23.702 [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 
00:26:23.704 [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 
00:26:23.704 [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 
00:26:23.705 [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 
00:26:23.705 [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 
00:26:23.706 [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 
00:26:23.707 [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 
00:26:23.707 [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 
00:26:23.708 [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 
00:26:23.708 [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 
00:26:23.710 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@64ba3208] 
00:26:23.710 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@158a3b2e] 
00:26:23.716 [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 
00:26:23.716 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:26:23.723 [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 
00:26:23.723 [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 
00:26:23.723 [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 
00:26:23.724 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:26:23.726 [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 
00:26:23.726 [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 
00:26:23.731 [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 
00:26:23.732 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:26:23.738 [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 
00:26:23.738 [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 
00:26:23.739 [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 
00:26:23.739 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:26:23.741 [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 
00:26:23.741 [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 
00:26:23.748 [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 
00:26:23.748 [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 
00:26:23.749 [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 
00:26:23.749 [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 
00:26:23.749 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:26:23.750 [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 
00:26:23.752 [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 
00:26:23.752 [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 
00:26:23.753 [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 
00:26:23.753 [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 
00:26:23.768 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@77d2e85] 
00:26:23.770 [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 [Thu May 09 00:26:23 UTC 2024]; root of context hierarchy] 
00:26:23.771 [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} 
00:26:23.772 [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} 
00:26:23.786 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:23.786 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:440 - Reading OSGi results for test [testComponentScan] 
00:26:23.786 [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: 1.047 sec - in org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest
00:26:23.789 [Thread-0]        INFO  o.e.g.b.i.j.io.ComponentScanTest:471 - Shutting down OSGi platform 
00:26:23.789 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:23.790 [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) 
00:26:23.790 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:23.790 [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 [Thu May 09 00:26:23 UTC 2024]; root of context hierarchy 
00:26:23.790 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:23.790 [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 [Thu May 09 00:26:23 UTC 2024]; root of context hierarchy] 
00:26:23.790 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:23.790 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:23.790 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:23.790 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:23.790 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:23.791 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:23.791 [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 
00:26:23.791 [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 
00:26:23.791 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:23.792 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:23.792 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:24,419 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:24,497 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:24,499 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:24,511 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:24,537 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:24,539 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:24,542 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:24,547 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fac631b - No compression will be used
00:26:24,556 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:24,556 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:24,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:24,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:24,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:24,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:24,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:24,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:24,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:24,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:24,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:24,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:24,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:24,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:24,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:24,559 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:24,559 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:24,559 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:24,559 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:24,560 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@50b494a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest
00:26:24.627 [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 
00:26:24.630 [main]            TRACE o.e.g.b.i.l.LifecycleTest:85 - Instantiating platform wrapper... 
00:26:24.631 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:215 - About to start Equinox OSGi Platform 
00:26:24.849 [main]            INFO  o.e.g.b.i.l.LifecycleTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:24.852 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:24.852 [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.1.BUILD-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} 
00:26:24.853 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:24.854 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:24.926 [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] 
00:26:24.934 [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] 
00:26:24.938 [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] 
00:26:24.939 [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] 
00:26:24.945 [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] 
00:26:24.950 [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] 
00:26:24.951 [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] 
00:26:24.956 [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] 
00:26:24.962 [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] 
00:26:24.971 [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] 
00:26:24.982 [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] 
00:26:24.985 [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] 
00:26:24.989 [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] 
00:26:24.996 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:24.997 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:25.001 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:25.003 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:25.006 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:25.037 [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] 
00:26:25.059 [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] 
00:26:25.059 [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] 
00:26:25.059 [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] 
00:26:25.060 [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] 
00:26:25.060 [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] 
00:26:25.060 [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] 
00:26:25.060 [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] 
00:26:25.061 [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] 
00:26:25.061 [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] 
00:26:25.061 [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] 
00:26:25.061 [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] 
00:26:25.062 [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] 
00:26:25.062 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:25.062 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:25.062 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:25,088 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:25,110 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:25,112 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:25,118 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:25,141 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:25,142 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:25,145 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:25,149 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@659499f1 - No compression will be used
00:26:25,153 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:25,153 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:25,161 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:25,161 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:25,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:25,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:25,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:25,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:25,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:25,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:25,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:25,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:25,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:25,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:25,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:25,162 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:25,163 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:25,163 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:25,163 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:25,164 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@59505b48 - Registering current configuration as safe fallback point
00:26:25.171 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:25.177 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:25.234 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:25.234 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:25.237 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:25.239 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:25.242 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:25.244 [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 
00:26:25.245 [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) 
00:26:25.245 [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)] 
00:26:25.245 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:25.246 [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 
00:26:25.246 [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) 
00:26:25.246 [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)] 
00:26:25.246 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:25.246 [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 
00:26:25.246 [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) 
00:26:25.246 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:25.247 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:25.247 [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 
00:26:25.247 [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) 
00:26:25.247 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:25.247 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:25.248 [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 
00:26:25.248 [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) 
00:26:25.248 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:25.248 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:25.248 [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 
00:26:25.249 [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) 
00:26:25.249 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:25.249 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:25.249 [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 
00:26:25.249 [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) 
00:26:25.249 [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)] 
00:26:25.249 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:25.250 [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 
00:26:25.250 [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) 
00:26:25.250 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:25.251 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:25.251 [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 
00:26:25.251 [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) 
00:26:25.251 [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)] 
00:26:25.252 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:25.253 [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 
00:26:25.253 [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) 
00:26:25.253 [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)] 
00:26:25.253 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:25.254 [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 
00:26:25.254 [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) 
00:26:25.255 [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)] 
00:26:25.255 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:25.255 [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 
00:26:25.255 [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) 
00:26:25.255 [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)] 
00:26:25.255 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:25.256 [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 
00:26:25.256 [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) 
00:26:25.256 [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)] 
00:26:25.256 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:25.257 [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 
00:26:25.257 [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) 
00:26:25.257 [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)] 
00:26:25.257 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:25.257 [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 
00:26:25.258 [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) 
00:26:25.258 [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)] 
00:26:25.258 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:25.258 [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 
00:26:25.258 [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) 
00:26:25.258 [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)] 
00:26:25.264 [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)] 
00:26:25.264 [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)] 
00:26:25.268 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:25.268 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:25.270 [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)] 
00:26:25.271 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:25.272 [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 
00:26:25.272 [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 
00:26:25.273 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:25.275 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:25.281 [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 
00:26:25.281 [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)] 
00:26:25.281 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:25.282 [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 
00:26:25.282 [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)] 
00:26:25.282 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:25.282 [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 
00:26:25.283 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:25.283 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:25.283 [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 
00:26:25.283 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:25.283 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:25.284 [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 
00:26:25.284 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:25.284 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:25.287 [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 
00:26:25.287 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:25.288 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:25.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 
00:26:25.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)] 
00:26:25.288 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:25.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 
00:26:25.289 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:25.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)] 
00:26:25.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 
00:26:25.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)] 
00:26:25.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)] 
00:26:25.291 [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 
00:26:25.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)] 
00:26:25.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)] 
00:26:25.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 
00:26:25.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)] 
00:26:25.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)] 
00:26:25.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 
00:26:25.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)] 
00:26:25.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)] 
00:26:25.294 [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 
00:26:25.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)] 
00:26:25.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)] 
00:26:25.295 [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 
00:26:25.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)] 
00:26:25.296 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:25.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 
00:26:25.296 [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)] 
00:26:25.296 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:25.297 [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 
00:26:25.297 [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)] 
00:26:25.298 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:25.301 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:25.302 [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 
00:26:25.302 [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) 
00:26:25.302 [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)] 
00:26:25.302 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:25.303 [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 
00:26:25.303 [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)] 
00:26:25.303 [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/gemini-blueprint-equinox/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:25.303 [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)] 
00:26:25.303 [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 
00:26:25.304 [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) 
00:26:25.304 [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)] 
00:26:25.309 [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... 
00:26:25.309 [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 
00:26:25.310 [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)] 
00:26:25.311 [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)] 
00:26:25.311 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:26:25.312 [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)] 
00:26:25.312 [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@618243e0 
00:26:25.312 [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 
00:26:25.312 [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) 
00:26:25.312 [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)] 
00:26:25.312 [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) 
00:26:25.313 [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 [Thu May 09 00:26:25 UTC 2024]; root of context hierarchy 
00:26:25.314 [main]            INFO  o.e.g.b.i.l.LifecycleTest:199 - org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest-bundle.properties was not found; using defaults 
00:26:25.314 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:511 - Post processing: creating test bundle 
00:26:25.318 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:25.321 [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] 
00:26:25.322 [main]            INFO  o.e.g.b.i.l.LifecycleTest:202 - Automatically creating Manifest for the test bundle 
00:26:25.322 [main]            INFO  o.e.g.b.i.l.LifecycleTest:366 - Using the test class for generating bundle imports 
00:26:25.323 [main]            TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest.class 
00:26:25.324 [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... 
00:26:25.326 [main]            TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class LifecycleTest 
00:26:25.343 [main]            TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:25.344 [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... 
00:26:25.344 [main]            TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class BaseIntegrationTest 
00:26:25.345 [main]            TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:25.345 [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... 
00:26:25.346 [main]            TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:25.346 [main]            TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:25.346 [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... 
00:26:25.347 [main]            TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:25.347 [main]            TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:25.347 [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 
00:26:25.347 [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} 
00:26:25.347 [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] 
00:26:25.348 [main]            TRACE o.e.g.b.i.l.LifecycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:25.348 [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] 
00:26:25.348 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/META-INF/spring/lifecycle.xml] 
00:26:25.348 [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] 
00:26:25.348 [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]] 
00:26:25.348 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:25.348 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:25.348 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:25.348 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:25.348 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:25.349 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:25.349 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:25.349 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:25.349 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:25.349 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:25.349 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/ 
00:26:25.349 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest.class 
00:26:25.349 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/MANIFEST.MF 
00:26:25.353 [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 
00:26:25.353 [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.* 
00:26:25.356 [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)] 
00:26:25.356 [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 
00:26:25.356 [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) 
00:26:25.356 [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)] 
00:26:25.356 [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)] 
00:26:25.357 [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 
00:26:25.357 [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)] 
00:26:25.357 [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 
00:26:25.357 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:25.359 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:25.359 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:25.359 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:25.359 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:25.360 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:25.360 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:25.360 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:25.361 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:25.362 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:25.363 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:25.364 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:25.364 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:25.365 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:25.365 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:25.365 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:25.366 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:25.366 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:25.367 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:25.367 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.lifecycle] triggers a context creation; waiting for it 
00:26:25.367 [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 
00:26:25.369 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:25.369 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.lifecycle 
00:26:25.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:25.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:25.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:25.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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:25.507 [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@13a0e38a: defining beans [guinea-pig]; root of factory hierarchy 
00:26:25.512 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:25.513 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:25.513 [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} 
00:26:25.513 [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] 
00:26:25.519 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:25.521 [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@13a0e38a: defining beans [guinea-pig]; root of factory hierarchy] 
00:26:25.521 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:25.521 [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@728ab7b2 
00:26:25.521 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:26:25.521 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:25.521 [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) 
00:26:25.521 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:26:25.522 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:26:25.522 [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) 
00:26:25.522 [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) 
00:26:25.522 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:25.522 [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) 
00:26:25.523 [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@5c450e19] 
00:26:25.524 [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@47294cb] 
00:26:25.534 [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@5ff42182] 
00:26:25.536 [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 [Thu May 09 00:26:25 UTC 2024]; root of context hierarchy] 
00:26:25.537 [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} 
00:26:25.538 [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} 
00:26:25.539 [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 
00:26:25.539 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.lifecycle 
00:26:25.539 [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. 
00:26:25.539 [main]            TRACE o.e.g.b.i.l.LifecycleTest:364 - Writing test name [testLifecycle] to OSGi 
00:26:25.541 [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] 
00:26:25.548 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testLifecycle] for execution inside OSGi 
00:26:25.548 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testLifecycle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4278284b 
00:26:25.548 [main]            INFO  o.e.g.b.i.l.LifecycleTest:190 - Loading context for locations:  
00:26:25.549 [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 [Thu May 09 00:26:25 UTC 2024]; root of context hierarchy 
00:26:25.549 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:26:25.549 [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@352c1b98: defining beans []; root of factory hierarchy 
00:26:25.550 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:25.550 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:25.550 [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} 
00:26:25.550 [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] 
00:26:25.550 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@48d61b48] 
00:26:25.550 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@68d279ec] 
00:26:25.551 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@258d79be] 
00:26:25.551 [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 [Thu May 09 00:26:25 UTC 2024]; root of context hierarchy] 
00:26:25.551 [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} 
00:26:25.551 [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} 
00:26:25.566 [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)) 
00:26:25.567 [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 
00:26:25.567 [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) 
00:26:25.567 [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@618243e0 
00:26:25.568 [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) 
00:26:25.568 [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) 
00:26:25.568 [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) 
00:26:25.568 [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 [Thu May 09 00:26:25 UTC 2024]; root of context hierarchy 
00:26:25.568 [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 [Thu May 09 00:26:25 UTC 2024]; root of context hierarchy] 
00:26:25.570 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:25.570 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:26:25.570 [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@618243e0 
00:26:25.571 [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 
00:26:25.571 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:25.571 [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@7bc16a77 
00:26:25.572 [main]            TRACE o.e.g.b.i.l.LifecycleTest:440 - Reading OSGi results for test [testLifecycle] 
00:26:25.572 [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: 0.948 sec - in org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest
00:26:25.575 [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) 
00:26:25.575 [Thread-0]        INFO  o.e.g.b.i.l.LifecycleTest:471 - Shutting down OSGi platform 
00:26:25.575 [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 [Thu May 09 00:26:25 UTC 2024]; root of context hierarchy 
00:26:25.575 [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 [Thu May 09 00:26:25 UTC 2024]; root of context hierarchy] 
00:26:25.575 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:25.575 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:25.575 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:25.575 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:25.576 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:25.576 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:25.576 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:25.576 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:25.576 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:25.576 [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 
00:26:25.576 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:25.576 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:25.577 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:26,189 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:26,267 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:26,269 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:26,281 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:26,301 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:26,302 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:26,305 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:26,311 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3dd4520b - No compression will be used
00:26:26,321 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:26,321 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:26,322 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:26,322 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:26,323 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:26,323 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:26,323 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:26,323 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:26,323 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:26,323 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:26,323 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:26,323 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:26,323 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:26,323 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:26,323 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:26,323 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:26,324 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:26,324 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:26,324 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:26,325 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3a883ce7 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest
00:26:26.392 [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 
00:26:26.395 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:85 - Instantiating platform wrapper... 
00:26:26.396 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:215 - About to start Equinox OSGi Platform 
00:26:26.616 [main]            INFO  o.e.g.b.i.m.MavenArtifactLookupTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:26.619 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:26.620 [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.1.BUILD-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} 
00:26:26.621 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:26.621 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:26.703 [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] 
00:26:26.712 [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] 
00:26:26.715 [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] 
00:26:26.717 [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] 
00:26:26.722 [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] 
00:26:26.739 [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] 
00:26:26.742 [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] 
00:26:26.749 [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] 
00:26:26.756 [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] 
00:26:26.765 [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] 
00:26:26.775 [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] 
00:26:26.778 [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] 
00:26:26.782 [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] 
00:26:26.788 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:26.790 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:26.793 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:26.795 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:26.798 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:26.803 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:26.813 [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] 
00:26:26.857 [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] 
00:26:26.857 [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] 
00:26:26.857 [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] 
00:26:26.857 [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] 
00:26:26.858 [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] 
00:26:26.858 [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] 
00:26:26.858 [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] 
00:26:26.858 [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] 
00:26:26.859 [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] 
00:26:26.859 [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] 
00:26:26.859 [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] 
00:26:26.859 [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] 
00:26:26.860 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:26.860 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:26.860 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:26,887 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:26,909 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:26,910 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:26,917 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:26,947 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:26,949 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:26,960 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:26,965 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4659191b - No compression will be used
00:26:26,968 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:26,968 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:26,969 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:26,969 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:26,970 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:26,970 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:26,970 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:26,970 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:26,970 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:26,970 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:26,970 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:26,970 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:26,970 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:26,970 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:26,970 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:26,970 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:26,971 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:26,971 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:26,971 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:26,972 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@783a467b - Registering current configuration as safe fallback point
00:26:26.979 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:26.986 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:27.045 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:27.046 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:27.050 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:27.052 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:27.056 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:27.058 [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 
00:26:27.058 [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) 
00:26:27.058 [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)] 
00:26:27.058 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:27.059 [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 
00:26:27.059 [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) 
00:26:27.059 [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)] 
00:26:27.059 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:27.059 [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 
00:26:27.059 [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) 
00:26:27.059 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:27.060 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:27.060 [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 
00:26:27.060 [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) 
00:26:27.060 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:27.060 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:27.061 [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 
00:26:27.061 [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) 
00:26:27.061 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:27.061 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:27.061 [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 
00:26:27.061 [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) 
00:26:27.062 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:27.062 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:27.062 [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 
00:26:27.062 [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) 
00:26:27.062 [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)] 
00:26:27.062 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:27.063 [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 
00:26:27.063 [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) 
00:26:27.067 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:27.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)] 
00:26:27.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 
00:26:27.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) 
00:26:27.070 [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)] 
00:26:27.070 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:27.072 [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 
00:26:27.072 [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) 
00:26:27.073 [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)] 
00:26:27.073 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:27.075 [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 
00:26:27.075 [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) 
00:26:27.075 [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)] 
00:26:27.075 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:27.076 [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 
00:26:27.076 [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) 
00:26:27.076 [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)] 
00:26:27.076 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:27.077 [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 
00:26:27.077 [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) 
00:26:27.077 [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)] 
00:26:27.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)] 
00:26:27.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 
00:26:27.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) 
00:26:27.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)] 
00:26:27.079 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:27.079 [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 
00:26:27.080 [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) 
00:26:27.080 [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)] 
00:26:27.080 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:27.081 [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 
00:26:27.081 [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) 
00:26:27.081 [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)] 
00:26:27.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)] 
00:26:27.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)] 
00:26:27.097 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:27.098 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:27.100 [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)] 
00:26:27.101 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:27.102 [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@75c56eb9 w/ reference null 
00:26:27.102 [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@75c56eb9 w/ reference null 
00:26:27.103 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:27.106 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:27.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 
00:26:27.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)] 
00:26:27.115 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:27.116 [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 
00:26:27.116 [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)] 
00:26:27.116 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:27.116 [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 
00:26:27.117 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:27.117 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:27.117 [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 
00:26:27.117 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:27.117 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:27.118 [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 
00:26:27.118 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:27.118 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:27.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 
00:26:27.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)] 
00:26:27.119 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:27.119 [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 
00:26:27.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)] 
00:26:27.120 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:27.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 
00:26:27.121 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:27.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)] 
00:26:27.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 
00:26:27.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)] 
00:26:27.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)] 
00:26:27.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 
00:26:27.124 [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)] 
00:26:27.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)] 
00:26:27.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 
00:26:27.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)] 
00:26:27.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)] 
00:26:27.126 [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 
00:26:27.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)] 
00:26:27.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)] 
00:26:27.127 [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 
00:26:27.127 [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)] 
00:26:27.127 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:27.128 [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 
00:26:27.128 [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)] 
00:26:27.128 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:27.129 [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 
00:26:27.129 [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)] 
00:26:27.129 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:27.130 [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 
00:26:27.130 [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)] 
00:26:27.131 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:27.134 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:27.135 [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 
00:26:27.135 [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) 
00:26:27.135 [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)] 
00:26:27.135 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:27.136 [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 
00:26:27.136 [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)] 
00:26:27.136 [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/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:27.137 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:26:27.137 [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 
00:26:27.137 [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) 
00:26:27.137 [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)] 
00:26:27.143 [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... 
00:26:27.144 [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 
00:26:27.144 [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)] 
00:26:27.147 [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)] 
00:26:27.147 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:26:27.147 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:26:27.148 [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@618243e0 
00:26:27.148 [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) 
00:26:27.148 [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 
00:26:27.148 [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) 
00:26:27.148 [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)] 
00:26:27.149 [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/gemini-blueprint-equinox/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:27.149 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 
00:26:27.149 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy 
00:26:27.150 [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 
00:26:27.150 [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) 
00:26:27.150 [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)] 
00:26:27.151 [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... 
00:26:27.151 [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 
00:26:27.151 [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)] 
00:26:27.151 [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)] 
00:26:27.151 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:26:27.152 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 
00:26:27.152 [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 
00:26:27.152 [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)] 
00:26:27.154 [main]            INFO  o.e.g.b.i.m.MavenArtifactLookupTest:199 - org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest-bundle.properties was not found; using defaults 
00:26:27.154 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:27.154 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:511 - Post processing: creating test bundle 
00:26:27.163 [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] 
00:26:27.163 [main]            INFO  o.e.g.b.i.m.MavenArtifactLookupTest:202 - Automatically creating Manifest for the test bundle 
00:26:27.164 [main]            INFO  o.e.g.b.i.m.MavenArtifactLookupTest:366 - Using the test class for generating bundle imports 
00:26:27.165 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.class 
00:26:27.165 [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... 
00:26:27.168 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class MavenArtifactLookupTest 
00:26:27.177 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk574568002/META-INF/spring/simpleservice.xml] 
00:26:27.177 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:27.177 [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... 
00:26:27.178 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class BaseIntegrationTest 
00:26:27.180 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:27.180 [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... 
00:26:27.180 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:27.181 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:27.181 [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... 
00:26:27.182 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:27.182 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:27.182 [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 
00:26:27.182 [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} 
00:26:27.183 [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] 
00:26:27.183 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:27.183 [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] 
00:26:27.183 [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] 
00:26:27.183 [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]] 
00:26:27.183 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:27.184 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:27.184 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:27.184 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:27.184 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:27.184 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:27.184 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:27.184 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:27.184 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:27.184 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:27.184 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/ 
00:26:27.185 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.MF 
00:26:27.185 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.class 
00:26:27.190 [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 
00:26:27.190 [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.* 
00:26:27.192 [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)] 
00:26:27.193 [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 
00:26:27.193 [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) 
00:26:27.193 [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)] 
00:26:27.193 [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)] 
00:26:27.193 [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 
00:26:27.194 [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)] 
00:26:27.194 [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 
00:26:27.194 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:27.196 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:27.197 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:27.197 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:27.197 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:27.198 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:27.198 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:27.198 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:27.199 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:27.237 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:27.239 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:27.240 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:27.240 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk574568002/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:27.241 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:27.241 [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.fwk574568002/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:27.242 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:27.243 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:27.244 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:27.245 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:27.246 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:27.247 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:27.248 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:27.248 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:27.249 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 
00:26:27.249 [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 
00:26:27.251 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:27.251 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:26:27.360 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk574568002/META-INF/spring/simpleservice-osgi.xml] 
00:26:27.363 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:27.363 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk574568002/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:27.363 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:27.363 [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.fwk574568002/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:27.382 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:27.382 [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.fwk574568002/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:27.398 [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@42bfe6c4: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:26:27.404 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:27.405 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:27.405 [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} 
00:26:27.406 [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] 
00:26:27.412 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:27.436 [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@42bfe6c4: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:26:27.437 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:27.437 [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@3467c002 
00:26:27.437 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:26:27.437 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:27.437 [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) 
00:26:27.437 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:26:27.437 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:26:27.438 [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) 
00:26:27.438 [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) 
00:26:27.438 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:27.438 [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@618243e0 
00:26:27.438 [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) 
00:26:27.438 [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) 
00:26:27.438 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy 
00:26:27.439 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:27.439 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk574568002/META-INF/spring/cardinality0to1.xml] 
00:26:27.442 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:27.442 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk574568002/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:27.442 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:27.443 [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.fwk574568002/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:27.457 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:27.457 [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.fwk574568002/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:27.465 [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@4aaf21fb: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy 
00:26:27.465 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:27.465 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:27.466 [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} 
00:26:27.466 [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] 
00:26:27.467 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:27.467 [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@4aaf21fb: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy] 
00:26:27.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:27.467 [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@3467c002 
00:26:27.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 
00:26:27.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:27.489 [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 
00:26:27.489 [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 
00:26:27.489 [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 
00:26:27.490 [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)] 
00:26:27.491 [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)] 
00:26:27.491 [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] 
00:26:27.491 [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) 
00:26:27.491 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:26:27.491 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:26:27.491 [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) 
00:26:27.491 [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) 
00:26:27.491 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:27.491 [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) 
00:26:27.493 [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@40ff4a52] 
00:26:27.493 [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@3ef8a9d9] 
Delaying for:0
00:26:27.497 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:26:27.498 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:26:27.498 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:26:27.498 [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 {} 
00:26:27.499 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:26:27.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:26:27.500 [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@240b0966] 
00:26:27.502 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy] 
00:26:27.503 [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} 
00:26:27.504 [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} 
00:26:27.504 [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 
00:26:27.505 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:26:27.505 [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 
00:26:27.505 [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 
00:26:27.505 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:27.505 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 
00:26:27.507 [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] 
00:26:27.507 [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) 
00:26:27.507 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:26:27.540 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:26:27.545 [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 
00:26:27.545 [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 
00:26:27.545 [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 
00:26:27.546 [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 
00:26:27.546 [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 
00:26:27.548 [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@3bdcec8a] 
00:26:27.548 [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@3b75a74] 
00:26:27.549 [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)] 
00:26:27.549 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
00:26:27.549 [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@1732953a w/ reference null 
00:26:27.549 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
00:26:27.549 [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) 
00:26:27.550 [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@1732953a w/ reference null 
00:26:27.550 [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 
00:26:27.550 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:26:27.550 [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 
00:26:27.550 [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 
00:26:27.551 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:26:27.551 [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 
00:26:27.551 [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@6e2b6beb] 
00:26:27.552 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy] 
00:26:27.552 [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} 
00:26:27.552 [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} 
00:26:27.553 [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 
00:26:27.553 [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] 
00:26:27.553 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 
00:26:27.553 [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. 
00:26:27.554 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:364 - Writing test name [test0to1Cardinality] to OSGi 
00:26:27.563 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [test0to1Cardinality] for execution inside OSGi 
00:26:27.563 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [test0to1Cardinality] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6c0d7c83 
00:26:27.563 [main]            INFO  o.e.g.b.i.m.MavenArtifactLookupTest:190 - Loading context for locations:  
00:26:27.564 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy 
00:26:27.564 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:26:27.564 [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@71e693fa: defining beans []; root of factory hierarchy 
00:26:27.565 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:27.565 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:27.565 [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} 
00:26:27.565 [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] 
00:26:27.565 [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] 
00:26:27.566 [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] 
00:26:27.566 [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] 
00:26:27.566 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy] 
00:26:27.566 [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} 
00:26:27.566 [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} 
00:26:27.579 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:27.589 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy 
00:26:27.589 [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@457c9034] 
00:26:27.600 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy 
00:26:27.600 [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@457c9034] 
Starting dependency
00:26:27.601 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:26:27.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 
00:26:27.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) 
00:26:27.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)] 
00:26:27.601 [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... 
00:26:27.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 
00:26:27.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)] 
00:26: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 [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:26:27.602 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
00:26:27.602 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:26:27.602 [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@618243e0 
00:26:27.602 [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) 
00:26:27.602 [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 
00:26:27.602 [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) 
00:26:27.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)] 
00:26:27.603 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy 
00:26:27.603 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:27.603 [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 
00:26:27.603 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:27.603 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk574568002/META-INF/spring/simpleservice-osgi.xml] 
00:26:27.604 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
00:26:27.606 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:27.606 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk574568002/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:27.606 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:27.606 [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.fwk574568002/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:27.615 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:27.616 [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.fwk574568002/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:27.638 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk574568002/META-INF/spring/simpleservice.xml] 
00:26:27.640 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:27.640 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk574568002/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:27.640 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:27.640 [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.fwk574568002/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:27.648 [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@407ce071: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
00:26:27.649 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:27.649 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:27.649 [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} 
00:26:27.649 [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] 
00:26:27.650 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:27.650 [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@407ce071: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
00:26:27.650 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:27.650 [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@3467c002 
00:26:27.650 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:26:27.650 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:27.650 [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) 
00:26:27.650 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:26:27.650 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:26:27.650 [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) 
00:26:27.650 [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) 
00:26:27.650 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:27.650 [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) 
00:26:27.651 [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@3dc53670] 
00:26:27.651 [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@603b44f3] 
00:26:27.656 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
00:26:27.656 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
00:26:27.656 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
00:26:27.656 [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 {} 
00:26:27.656 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
00:26:27.657 [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 
00:26:27.657 [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 
00:26:27.657 [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@1732953a 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} 
00:26:27.657 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@2dc7c230 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;@d16cae5, service.id=36} 
00:26:27.657 [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) 
00:26:27.657 [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@1732953a 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} 
00:26:27.657 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
00:26:27.657 [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@7380423c] 
00:26:27.658 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy] 
00:26:27.658 [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} 
00:26:27.658 [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} 
00:26:27.658 [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 
00:26:27.658 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
Dependency started
00:26:27.659 [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] 
00:26:27.659 [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} 
00:26:27.660 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:27.660 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:440 - Reading OSGi results for test [test0to1Cardinality] 
00:26:27.661 [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: 1.271 sec - in org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest
00:26:27.663 [Thread-0]        INFO  o.e.g.b.i.m.MavenArtifactLookupTest:471 - Shutting down OSGi platform 
00:26:27.664 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:27.664 [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) 
00:26:27.664 [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]] 
00:26:27.664 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy 
00:26:27.664 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy] 
00:26:27.665 [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 
00:26:27.665 [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 
00:26:27.665 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:27.670 [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]] 
00:26:27.671 [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]] 
00:26:27.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.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 
00:26:27.672 [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) 
00:26:27.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@618243e0 
00:26:27.672 [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) 
00:26:27.672 [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) 
00:26:27.672 [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) 
00:26:27.672 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy 
00:26:27.672 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy] 
00:26:27.673 [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@1732953a 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} 
00:26:27.673 [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@2dc7c230 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;@42a607ee, service.id=36} 
00:26:27.673 [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) 
00:26:27.673 [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@1732953a 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} 
00:26:27.673 [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 
00:26:27.673 [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 
00:26:27.674 [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} 
00:26:27.674 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:27.675 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
00:26:27.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.activator.NoOpOsgiContextProcessor@618243e0 
00:26:27.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.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
00:26:27.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.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 
00:26:27.675 [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) 
00:26:27.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@618243e0 
00:26:27.675 [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) 
00:26:27.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.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
00:26:27.675 [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) 
00:26:27.675 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy 
00:26:27.676 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy] 
00:26:27.676 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:26:27.676 [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}] 
00:26:27.676 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:27.676 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:26:27.676 [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@618243e0 
00:26:27.676 [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 
00:26:27.676 [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 
00:26:27.676 [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]] 
00:26:27.677 [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 
00:26:27.677 [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) 
00:26:27.677 [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@618243e0 
00:26:27.677 [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) 
00:26:27.677 [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) 
00:26:27.677 [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) 
00:26:27.677 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy 
00:26:27.677 [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 [Thu May 09 00:26:27 UTC 2024]; root of context hierarchy] 
00:26:27.677 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
00:26:27.677 [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}] 
00:26:27.678 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:27.678 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:26:27.678 [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@618243e0 
00:26:27.678 [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 
00:26:27.678 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:27.678 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:27.678 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:27.678 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:27.678 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:27.678 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:27.679 [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@29b00c75 
00:26:27.679 [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 
00:26:27.679 [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@2777f733 
00:26:27.679 [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@23486705 
00:26:27.679 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:27.679 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:27.680 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:28,281 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:28,350 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:28,352 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:28,364 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:28,384 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:28,386 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:28,389 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:28,395 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:26:28,404 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:28,404 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:28,405 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:28,405 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:28,405 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:28,406 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:28,406 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:28,406 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:28,406 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:28,406 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:28,406 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:28,406 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:28,406 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:28,406 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:28,406 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:28,406 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:28,407 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:28,407 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:28,407 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:28,408 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest
00:26:28.476 [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 
00:26:28.479 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:85 - Instantiating platform wrapper... 
00:26:28.480 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:215 - About to start Equinox OSGi Platform 
00:26:28.720 [main]            INFO  o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:28.723 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:28.723 [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.1.BUILD-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} 
00:26:28.724 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:28.725 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:28.815 [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] 
00:26:28.823 [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] 
00:26:28.827 [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] 
00:26:28.829 [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] 
00:26:28.834 [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] 
00:26:28.839 [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] 
00:26:28.840 [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] 
00:26:28.846 [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] 
00:26:28.852 [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] 
00:26:28.861 [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] 
00:26:28.872 [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] 
00:26:28.875 [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] 
00:26:28.879 [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] 
00:26:28.886 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:28.888 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:28.892 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:28.894 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:28.905 [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] 
00:26:28.946 [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] 
00:26:28.947 [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] 
00:26:28.947 [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] 
00:26:28.947 [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] 
00:26:28.948 [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] 
00:26:28.948 [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] 
00:26:28.948 [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] 
00:26:28.949 [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] 
00:26:28.949 [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] 
00:26:28.949 [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] 
00:26:28.950 [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] 
00:26:28.950 [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] 
00:26:28.950 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:28.950 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:28.951 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:28,977 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:29,000 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:29,002 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:29,008 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:29,022 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:29,024 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:29,026 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:29,031 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:26:29,034 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:29,034 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:29,035 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:29,036 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:29,036 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:29,036 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:29,036 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:29,036 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:29,036 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:29,036 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:29,036 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:29,036 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:29,036 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:29,036 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:29,036 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:29,037 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:29,037 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:29,037 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:29,037 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:29,038 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:26:29.052 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:29.058 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:29.117 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:29.117 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:29.120 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:29.126 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:29.130 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:29.133 [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 
00:26:29.133 [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) 
00:26:29.133 [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)] 
00:26:29.133 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:29.133 [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 
00:26:29.134 [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) 
00:26:29.134 [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)] 
00:26:29.134 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:29.134 [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 
00:26:29.134 [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) 
00:26:29.135 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:29.135 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:29.135 [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 
00:26:29.135 [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) 
00:26:29.135 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:29.135 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:29.136 [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 
00:26:29.136 [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) 
00:26:29.136 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:29.136 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:29.137 [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 
00:26:29.137 [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) 
00:26:29.137 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:29.137 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:29.137 [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 
00:26:29.137 [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) 
00:26:29.138 [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)] 
00:26:29.138 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:29.139 [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 
00:26:29.139 [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) 
00:26:29.139 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:29.139 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:29.140 [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 
00:26:29.140 [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) 
00:26:29.140 [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)] 
00:26:29.140 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:29.141 [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 
00:26:29.142 [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) 
00:26:29.142 [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)] 
00:26:29.142 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:29.143 [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 
00:26:29.143 [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) 
00:26:29.143 [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)] 
00:26:29.144 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:29.144 [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 
00:26:29.144 [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) 
00:26:29.144 [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)] 
00:26:29.144 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:29.145 [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 
00:26:29.145 [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) 
00:26:29.145 [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)] 
00:26:29.148 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:29.149 [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 
00:26:29.149 [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) 
00:26:29.150 [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)] 
00:26:29.150 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:29.150 [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 
00:26:29.150 [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) 
00:26:29.150 [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)] 
00:26:29.150 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:29.151 [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 
00:26:29.151 [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) 
00:26:29.151 [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)] 
00:26:29.157 [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)] 
00:26:29.158 [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)] 
00:26:29.162 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:29.163 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:29.165 [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)] 
00:26:29.166 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:29.166 [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@1b410b60 w/ reference null 
00:26:29.167 [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@1b410b60 w/ reference null 
00:26:29.167 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:29.170 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:29.176 [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 
00:26:29.177 [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)] 
00:26:29.177 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:29.177 [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 
00:26:29.177 [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)] 
00:26:29.178 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:29.178 [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 
00:26:29.178 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:29.178 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:29.179 [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 
00:26:29.179 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:29.179 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:29.179 [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 
00:26:29.180 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:29.180 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:29.180 [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 
00:26:29.180 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:29.180 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:29.181 [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 
00:26:29.181 [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)] 
00:26:29.181 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:29.182 [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 
00:26:29.182 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:29.182 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:29.183 [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 
00:26:29.183 [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)] 
00:26:29.183 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:29.184 [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 
00:26:29.185 [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)] 
00:26:29.185 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:29.186 [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 
00:26:29.186 [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)] 
00:26:29.186 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:29.187 [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 
00:26:29.187 [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)] 
00:26:29.187 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:29.188 [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 
00:26:29.188 [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)] 
00:26:29.188 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:29.189 [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 
00:26:29.189 [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)] 
00:26:29.189 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:29.189 [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 
00:26:29.189 [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)] 
00:26:29.189 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:29.190 [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 
00:26:29.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)] 
00:26:29.191 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:29.194 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:29.194 [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 
00:26:29.194 [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) 
00:26:29.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)] 
00:26:29.194 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:29.195 [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 
00:26:29.195 [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)] 
00:26:29.196 [main]            INFO  o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:199 - org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest-bundle.properties was not found; using defaults 
00:26:29.197 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:511 - Post processing: creating test bundle 
00:26:29.205 [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] 
00:26:29.205 [main]            INFO  o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:202 - Automatically creating Manifest for the test bundle 
00:26:29.206 [main]            INFO  o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:366 - Using the test class for generating bundle imports 
00:26:29.207 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest.class 
00:26:29.208 [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... 
00:26:29.211 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class EmbeddedNamespaceLibraryTest 
00:26:29.223 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:29.223 [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... 
00:26:29.223 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class BaseIntegrationTest 
00:26:29.226 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:29.227 [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... 
00:26:29.227 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:29.228 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:29.228 [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... 
00:26:29.228 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:29.229 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:29.229 [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 
00:26:29.229 [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} 
00:26:29.229 [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] 
00:26:29.229 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:29.229 [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] 
00:26:29.230 [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] 
00:26:29.230 [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]] 
00:26:29.230 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:29.230 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:29.230 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ 
00:26:29.230 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ns.jar 
00:26:29.230 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:29.230 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:29.230 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:29.231 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:29.231 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:29.231 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:29.231 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:29.231 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:29.231 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/ 
00:26:29.231 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest.class 
00:26:29.236 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/context.xml 
00:26:29.242 [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 
00:26:29.242 [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.* 
00:26:29.245 [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)] 
00:26:29.245 [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 
00:26:29.246 [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) 
00:26:29.246 [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)] 
00:26:29.246 [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)] 
00:26:29.246 [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 
00:26:29.246 [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)] 
00:26:29.246 [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 
00:26:29.247 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:29.248 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:29.249 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:29.249 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:29.249 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:29.249 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:29.250 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:29.250 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:29.251 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:29.252 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:29.253 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:29.255 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:29.256 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:29.257 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:29.258 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:29.258 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:29.259 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:29.259 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:29.259 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:29.259 [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. 
00:26:29.260 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:364 - Writing test name [testApplicationContextWasProperlyStarted] to OSGi 
00:26:29.269 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testApplicationContextWasProperlyStarted] for execution inside OSGi 
00:26:29.269 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testApplicationContextWasProperlyStarted] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@57576994 
00:26:29.270 [main]            INFO  o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/namespace/context.xml 
00:26:29.277 [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 [Thu May 09 00:26:29 UTC 2024]; root of context hierarchy 
00:26:29.283 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:29.304 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/org/eclipse/gemini/blueprint/iandt/namespace/context.xml] 
00:26:29.327 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:29.327 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:29.328 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:29.328 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:29.422 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/osgi/iandt/namespace/config/test.xsd 
00:26:29.423 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/osgi/iandt/namespace/config/test.xsd at bundleresource://18.fwk1340565491:1/org/springframework/osgi/iandt/namespace/config/test.xsd 
00:26:29.440 [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@3adcc812: defining beans [bean]; root of factory hierarchy 
00:26:29.446 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:29.446 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:29.447 [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} 
00:26:29.447 [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] 
00:26:29.453 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@42039326] 
00:26:29.454 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@33308786] 
00:26:29.464 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@db57326] 
00:26:29.466 [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 [Thu May 09 00:26:29 UTC 2024]; root of context hierarchy] 
00:26:29.467 [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} 
00:26:29.468 [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} 
00:26:29.481 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:29.481 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:440 - Reading OSGi results for test [testApplicationContextWasProperlyStarted] 
00:26:29.482 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:447 - Test[testApplicationContextWasProperlyStarted]'s result read 
00:26:29.483 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:364 - Writing test name [testNamespaceFilesOnTheClassPath] to OSGi 
00:26:29.483 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNamespaceFilesOnTheClassPath] for execution inside OSGi 
00:26:29.483 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNamespaceFilesOnTheClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2e2ff723 
00:26:29.484 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:29.484 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:440 - Reading OSGi results for test [testNamespaceFilesOnTheClassPath] 
00:26:29.484 [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: 1.01 sec - in org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest
00:26:29.486 [Thread-0]        INFO  o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:471 - Shutting down OSGi platform 
00:26:29.486 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:29.486 [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) 
00:26:29.486 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:29.487 [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 [Thu May 09 00:26:29 UTC 2024]; root of context hierarchy 
00:26:29.487 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:29.487 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:29.487 [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 [Thu May 09 00:26:29 UTC 2024]; root of context hierarchy] 
00:26:29.487 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:29.487 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:29.487 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:29.487 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:29.488 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:29.488 [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 
00:26:29.488 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:29.489 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:29.489 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:30,107 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:30,175 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:30,177 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:30,189 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:30,210 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:30,211 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:30,214 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:30,220 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:26:30,239 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:30,239 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:30,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:30,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:30,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:30,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:30,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:30,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:30,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:30,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:30,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:30,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:30,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:30,242 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:30,242 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:30,242 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:30,242 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:30,242 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:30,242 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:30,243 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest
00:26:30.309 [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 
00:26:30.312 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:85 - Instantiating platform wrapper... 
00:26:30.313 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:215 - About to start Equinox OSGi Platform 
00:26:30.525 [main]            INFO  o.e.g.b.i.n.NonOSGiLoaderProxyTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:30.528 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:30.528 [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.1.BUILD-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} 
00:26:30.529 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:30.530 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:30.598 [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] 
00:26:30.607 [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] 
00:26:30.610 [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] 
00:26:30.612 [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] 
00:26:30.617 [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] 
00:26:30.622 [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] 
00:26:30.623 [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] 
00:26:30.641 [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] 
00:26:30.646 [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] 
00:26:30.655 [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] 
00:26:30.666 [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] 
00:26:30.669 [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] 
00:26:30.673 [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] 
00:26:30.680 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:30.682 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:30.686 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:30.688 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:30.699 [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] 
00:26:30.738 [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] 
00:26:30.738 [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] 
00:26:30.738 [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] 
00:26:30.738 [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] 
00:26:30.739 [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] 
00:26:30.739 [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] 
00:26:30.739 [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] 
00:26:30.739 [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] 
00:26:30.740 [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] 
00:26:30.740 [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] 
00:26:30.740 [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] 
00:26:30.740 [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] 
00:26:30.741 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:30.741 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:30.741 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:30,768 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:30,791 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:30,792 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:30,799 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:30,814 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:30,815 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:30,818 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:30,822 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:26:30,826 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:30,826 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:30,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:30,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:30,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:30,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:30,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:30,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:30,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:30,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:30,827 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:30,828 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:30,828 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:30,828 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:30,828 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:30,828 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:30,828 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:30,828 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:30,828 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:30,829 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:26:30.849 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:30.855 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:30.912 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:30.912 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:30.915 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:30.917 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:30.920 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:30.922 [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 
00:26:30.922 [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) 
00:26:30.922 [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)] 
00:26:30.922 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:30.923 [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 
00:26:30.923 [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) 
00:26:30.923 [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)] 
00:26:30.923 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:30.924 [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 
00:26:30.924 [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) 
00:26:30.924 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:30.924 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:30.924 [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 
00:26:30.924 [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) 
00:26:30.924 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:30.925 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:30.925 [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 
00:26:30.925 [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) 
00:26:30.925 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:30.925 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:30.926 [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 
00:26:30.926 [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) 
00:26:30.926 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:30.926 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:30.926 [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 
00:26:30.926 [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) 
00:26:30.927 [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)] 
00:26:30.927 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:30.927 [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 
00:26:30.928 [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) 
00:26:30.928 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:30.928 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:30.929 [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 
00:26:30.929 [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) 
00:26:30.929 [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)] 
00:26:30.929 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:30.930 [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 
00:26:30.930 [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) 
00:26:30.930 [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)] 
00:26:30.930 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:30.932 [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 
00:26:30.932 [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) 
00:26:30.932 [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)] 
00:26:30.932 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:30.932 [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 
00:26:30.933 [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) 
00:26:30.933 [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)] 
00:26:30.933 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:30.933 [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 
00:26:30.933 [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) 
00:26:30.933 [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)] 
00:26:30.937 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:30.937 [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 
00:26:30.938 [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) 
00:26:30.938 [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)] 
00:26:30.938 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:30.938 [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 
00:26:30.938 [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) 
00:26:30.938 [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)] 
00:26:30.938 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:30.939 [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 
00:26:30.939 [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) 
00:26:30.939 [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)] 
00:26:30.945 [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)] 
00:26:30.945 [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)] 
00:26:30.949 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:30.949 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:30.951 [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)] 
00:26:30.952 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:30.953 [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@1b410b60 w/ reference null 
00:26:30.953 [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@1b410b60 w/ reference null 
00:26:30.954 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:30.956 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:30.962 [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 
00:26:30.963 [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)] 
00:26:30.963 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:30.963 [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 
00:26:30.963 [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)] 
00:26:30.964 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:30.964 [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 
00:26:30.964 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:30.964 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:30.964 [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 
00:26:30.965 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:30.965 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:30.965 [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 
00:26:30.965 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:30.965 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:30.966 [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 
00:26:30.966 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:30.966 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:30.966 [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 
00:26:30.966 [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)] 
00:26:30.967 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:30.967 [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 
00:26:30.967 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:30.968 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:30.968 [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 
00:26:30.968 [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)] 
00:26:30.968 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:30.969 [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 
00:26:30.970 [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)] 
00:26:30.970 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:30.973 [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 
00:26:30.974 [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)] 
00:26:30.974 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:30.975 [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 
00:26:30.975 [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)] 
00:26:30.975 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:30.976 [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 
00:26:30.976 [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)] 
00:26:30.976 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:30.977 [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 
00:26:30.977 [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)] 
00:26:30.977 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:30.977 [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 
00:26:30.977 [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)] 
00:26:30.977 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:30.978 [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 
00:26:30.979 [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)] 
00:26:30.979 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:30.983 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:30.983 [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 
00:26:30.983 [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) 
00:26:30.983 [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)] 
00:26:30.983 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:30.984 [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 
00:26:30.984 [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)] 
00:26:30.986 [main]            INFO  o.e.g.b.i.n.NonOSGiLoaderProxyTest:199 - org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest-bundle.properties was not found; using defaults 
00:26:30.986 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:511 - Post processing: creating test bundle 
00:26:30.993 [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] 
00:26:30.994 [main]            INFO  o.e.g.b.i.n.NonOSGiLoaderProxyTest:202 - Automatically creating Manifest for the test bundle 
00:26:30.994 [main]            INFO  o.e.g.b.i.n.NonOSGiLoaderProxyTest:366 - Using the test class for generating bundle imports 
00:26:30.996 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest.class 
00:26:30.997 [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... 
00:26:30.999 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class NonOSGiLoaderProxyTest 
00:26:31.006 [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 
00:26:31.007 [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... 
00:26:31.007 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class NonOSGiLoaderProxyTest$Service 
00:26:31.007 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:31.008 [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... 
00:26:31.008 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class BaseIntegrationTest 
00:26:31.009 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:31.010 [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... 
00:26:31.010 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:31.011 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:31.011 [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... 
00:26:31.011 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:31.011 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:31.011 [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 
00:26:31.012 [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} 
00:26:31.012 [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] 
00:26:31.012 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:31.012 [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] 
00:26:31.012 [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] 
00:26:31.012 [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]] 
00:26:31.012 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:31.013 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:31.013 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:31.013 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:31.013 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:31.013 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:31.013 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:31.013 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:31.013 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:31.013 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:31.013 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/ 
00:26:31.013 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$1.class 
00:26:31.014 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$Service.class 
00:26:31.014 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest.class 
00:26:31.014 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml 
00:26:31.018 [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 
00:26:31.018 [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.* 
00:26:31.021 [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)] 
00:26:31.021 [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 
00:26:31.021 [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) 
00:26:31.021 [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)] 
00:26:31.021 [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)] 
00:26:31.022 [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 
00:26:31.022 [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)] 
00:26:31.022 [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 
00:26:31.022 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:31.024 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:31.024 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:31.024 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:31.024 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:31.025 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:31.025 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:31.025 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:31.026 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:31.027 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:31.028 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:31.037 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:31.038 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:31.038 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:31.039 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:31.039 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:31.039 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:31.040 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:31.040 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:31.040 [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. 
00:26:31.040 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:364 - Writing test name [testProxy] to OSGi 
00:26:31.049 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxy] for execution inside OSGi 
00:26:31.049 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxy] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@616ac46a 
00:26:31.049 [main]            INFO  o.e.g.b.i.n.NonOSGiLoaderProxyTest:190 - Loading context for locations:  
00:26:31.055 [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 [Thu May 09 00:26:31 UTC 2024]; root of context hierarchy 
00:26:31.059 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:26:31.072 [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@71e9ebae: defining beans []; root of factory hierarchy 
00:26:31.078 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:31.078 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:31.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} 
00:26:31.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] 
00:26:31.081 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7a362b6b] 
00:26:31.081 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@60df60da] 
00:26:31.083 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@130e116b] 
00:26:31.085 [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 [Thu May 09 00:26:31 UTC 2024]; root of context hierarchy] 
00:26:31.086 [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} 
00:26:31.087 [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} 
00:26:31.110 [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 [Thu May 09 00:26:31 UTC 2024]; root of context hierarchy 
00:26:31.110 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:31.117 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml] 
00:26:31.183 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:31.183 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:31.184 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:31.184 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:31.226 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:31.226 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:31.255 [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@e54303: defining beans [service]; root of factory hierarchy 
00:26:31.255 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:31.255 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:31.255 [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} 
00:26:31.256 [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] 
00:26:31.256 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@64b73e7a] 
00:26:31.257 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@530712d] 
00:26:31.271 [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))] 
00:26:31.271 [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))] 
00:26:31.272 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:26:31.276 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:26:31.281 [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 
00:26:31.282 [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 
00:26:31.282 [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 
00:26:31.282 [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 
00:26:31.283 [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 
00:26:31.286 [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))] 
00:26:31.287 [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}} 
00:26:31.287 [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 
00:26:31.288 [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 
00:26:31.288 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2b0f373b] 
00:26:31.288 [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 [Thu May 09 00:26:31 UTC 2024]; root of context hierarchy] 
00:26:31.288 [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} 
00:26:31.289 [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} 
00:26:31.290 [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) 
00:26:31.290 [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 [Thu May 09 00:26:31 UTC 2024]; root of context hierarchy 
00:26:31.290 [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 [Thu May 09 00:26:31 UTC 2024]; root of context hierarchy] 
00:26:31.291 [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 
00:26:31.292 [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 
00:26:31.292 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:31.292 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:31.292 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:440 - Reading OSGi results for test [testProxy] 
00:26:31.293 [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: 0.987 sec - in org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest
00:26:31.296 [Thread-0]        INFO  o.e.g.b.i.n.NonOSGiLoaderProxyTest:471 - Shutting down OSGi platform 
00:26:31.296 [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) 
00:26:31.296 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:31.296 [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 [Thu May 09 00:26:31 UTC 2024]; root of context hierarchy 
00:26:31.296 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:31.296 [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 [Thu May 09 00:26:31 UTC 2024]; root of context hierarchy] 
00:26:31.297 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:31.297 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:31.297 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:31.297 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:31.297 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:31.297 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:31.297 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:31.298 [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 
00:26:31.298 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:31.299 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:31.299 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:31,793 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:31,861 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:31,863 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:31,876 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:31,897 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:31,899 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:31,902 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:31,908 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2b9627bc - No compression will be used
00:26:31,917 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:31,917 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:31,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:31,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:31,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:31,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:31,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:31,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:31,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:31,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:31,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:31,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:31,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:31,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:31,920 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:31,920 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:31,920 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:31,920 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:31,920 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:31,921 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@578486a3 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest
00:26:32.002 [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 
00:26:32.005 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:85 - Instantiating platform wrapper... 
00:26:32.006 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:215 - About to start Equinox OSGi Platform 
00:26:32.217 [main]            INFO  o.e.g.b.i.n.NamespaceProviderAndConsumerTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:32.220 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:32.220 [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.1.BUILD-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} 
00:26:32.221 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:32.222 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:32.298 [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] 
00:26:32.307 [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] 
00:26:32.310 [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] 
00:26:32.312 [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] 
00:26:32.317 [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] 
00:26:32.338 [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] 
00:26:32.340 [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] 
00:26:32.345 [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] 
00:26:32.351 [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] 
00:26:32.360 [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] 
00:26:32.370 [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] 
00:26:32.374 [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] 
00:26:32.378 [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] 
00:26:32.384 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:32.386 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:32.389 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:32.392 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:32.395 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/namespace.own.consumer.bundle/target/ns.own.consumer-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:32.404 [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] 
00:26:32.449 [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] 
00:26:32.449 [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] 
00:26:32.449 [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] 
00:26:32.450 [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] 
00:26:32.450 [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] 
00:26:32.450 [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] 
00:26:32.450 [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] 
00:26:32.451 [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] 
00:26:32.451 [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] 
00:26:32.451 [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] 
00:26:32.451 [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] 
00:26:32.451 [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] 
00:26:32.452 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:32.452 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:32.452 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:32,478 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:32,501 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:32,503 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:32,509 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:32,524 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:32,525 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:32,528 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:32,536 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@26e356f0 - No compression will be used
00:26:32,547 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:32,547 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:32,548 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:32,548 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:32,548 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:32,548 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:32,548 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:32,548 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:32,548 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:32,548 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:32,548 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:32,549 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:32,549 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:32,549 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:32,549 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:32,549 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:32,549 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:32,549 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:32,549 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:32,550 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7d4f9aae - Registering current configuration as safe fallback point
00:26:32.558 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:32.564 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:32.626 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:32.627 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:32.629 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:32.632 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:32.636 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:32.639 [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 
00:26:32.639 [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) 
00:26:32.639 [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)] 
00:26:32.639 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:32.640 [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 
00:26:32.640 [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) 
00:26:32.640 [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)] 
00:26:32.641 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:32.641 [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 
00:26:32.641 [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) 
00:26:32.641 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:32.641 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:32.641 [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 
00:26:32.641 [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) 
00:26:32.642 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:32.642 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:32.642 [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 
00:26:32.643 [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) 
00:26:32.643 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:32.643 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:32.643 [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 
00:26:32.643 [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) 
00:26:32.643 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:32.643 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:32.644 [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 
00:26:32.644 [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) 
00:26:32.644 [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)] 
00:26:32.644 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:32.645 [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 
00:26:32.645 [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) 
00:26:32.645 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:32.645 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:32.646 [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 
00:26:32.646 [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) 
00:26:32.646 [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)] 
00:26:32.646 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:32.648 [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 
00:26:32.648 [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) 
00:26:32.648 [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)] 
00:26:32.648 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:32.650 [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 
00:26:32.651 [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) 
00:26:32.651 [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)] 
00:26:32.651 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:32.652 [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 
00:26:32.652 [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) 
00:26:32.652 [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)] 
00:26:32.652 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:32.653 [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 
00:26:32.653 [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) 
00:26:32.653 [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)] 
00:26:32.654 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:32.655 [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 
00:26:32.655 [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) 
00:26:32.655 [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)] 
00:26:32.655 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:32.656 [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 
00:26:32.656 [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) 
00:26:32.656 [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)] 
00:26:32.656 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:32.657 [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 
00:26:32.657 [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) 
00:26:32.658 [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)] 
00:26:32.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)] 
00:26:32.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)] 
00:26:32.678 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:32.678 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:32.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)] 
00:26:32.681 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:32.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@dc9876b w/ reference null 
00:26:32.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@dc9876b w/ reference null 
00:26:32.683 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:32.685 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:32.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 
00:26:32.693 [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)] 
00:26:32.693 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:32.694 [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 
00:26:32.694 [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)] 
00:26:32.694 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:32.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 
00:26:32.695 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:32.695 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:32.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 
00:26:32.696 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:32.696 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:32.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 
00:26:32.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)] 
00:26:32.697 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:32.698 [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 
00:26:32.698 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:32.699 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:32.699 [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 
00:26:32.699 [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)] 
00:26:32.699 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:32.701 [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 
00:26:32.701 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:32.701 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:32.702 [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 
00:26:32.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)] 
00:26:32.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)] 
00:26:32.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 
00:26:32.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)] 
00:26:32.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)] 
00:26:32.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 
00:26:32.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)] 
00:26:32.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)] 
00:26:32.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 
00:26:32.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)] 
00:26:32.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)] 
00:26:32.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 
00:26:32.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)] 
00:26:32.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)] 
00:26:32.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 
00:26:32.709 [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)] 
00:26:32.709 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:32.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 
00:26:32.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)] 
00:26:32.709 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:32.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 
00:26:32.711 [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)] 
00:26:32.711 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:32.714 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:32.714 [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 
00:26:32.715 [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) 
00:26:32.715 [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)] 
00:26:32.715 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:32.715 [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 
00:26:32.715 [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)] 
00:26:32.716 [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/gemini-blueprint-equinox/integration-tests/bundles/namespace.own.consumer.bundle/target/ns.own.consumer-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:32.716 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)] 
00:26:32.716 [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 
00:26:32.716 [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) 
00:26:32.716 [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)] 
00:26:32.721 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle namespace-test is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:26:32.722 [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 
00:26:32.722 [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)] 
00:26:32.724 [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)] 
00:26:32.724 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:26:32.724 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)] 
00:26:32.725 [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@6b4fa0f3 
00:26:32.725 [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 
00:26:32.725 [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) 
00:26:32.725 [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)] 
00:26:32.725 [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) 
00:26:32.726 [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 [Thu May 09 00:26:32 UTC 2024]; root of context hierarchy 
00:26:32.726 [main]            INFO  o.e.g.b.i.n.NamespaceProviderAndConsumerTest:199 - org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest-bundle.properties was not found; using defaults 
00:26:32.726 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:511 - Post processing: creating test bundle 
00:26:32.730 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:32.739 [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] 
00:26:32.739 [main]            INFO  o.e.g.b.i.n.NamespaceProviderAndConsumerTest:202 - Automatically creating Manifest for the test bundle 
00:26:32.740 [main]            INFO  o.e.g.b.i.n.NamespaceProviderAndConsumerTest:366 - Using the test class for generating bundle imports 
00:26:32.742 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest.class 
00:26:32.742 [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... 
00:26:32.746 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class NamespaceProviderAndConsumerTest 
00:26:32.751 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1978869058/META-INF/spring/context.xml] 
00:26:32.757 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:32.758 [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... 
00:26:32.758 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class BaseIntegrationTest 
00:26:32.761 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:32.761 [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... 
00:26:32.762 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:32.763 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:32.763 [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... 
00:26:32.763 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:32.764 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:32.764 [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 
00:26:32.765 [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} 
00:26:32.765 [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] 
00:26:32.765 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:32.765 [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] 
00:26:32.766 [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] 
00:26:32.766 [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]] 
00:26:32.766 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:32.766 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:32.766 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:32.767 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:32.767 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:32.767 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:32.767 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:32.767 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:32.767 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:32.767 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:32.768 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/ 
00:26:32.768 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest.class 
00:26:32.768 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/context.xml 
00:26:32.772 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:32.773 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:32.773 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:32.774 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:32.773 [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 
00:26:32.774 [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.* 
00:26:32.777 [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)] 
00:26:32.777 [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 
00:26:32.777 [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) 
00:26:32.777 [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)] 
00:26:32.778 [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)] 
00:26:32.778 [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 
00:26:32.778 [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)] 
00:26:32.778 [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 
00:26:32.779 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:32.781 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:32.782 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:32.782 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:32.782 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:32.783 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:32.783 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:32.784 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:32.785 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:32.786 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:32.787 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:32.789 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:32.790 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:32.790 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:32.836 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:32.837 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:32.837 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:32.837 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:32.838 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:32.838 [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 
00:26:32.839 [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 
00:26:32.841 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:32.841 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider 
00:26:32.937 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd 
00:26:32.937 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd at bundleresource://18.fwk1978869058/org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd 
00:26:32.938 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:32.939 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
BogusHandler initialized
00:26:32.965 [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@f5c7bc8: 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 
00:26:32.971 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:32.971 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:32.972 [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} 
00:26:32.972 [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] 
00:26:32.978 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:32.980 [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@f5c7bc8: 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] 
00:26:32.980 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:32.980 [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@4061e4ab 
00:26:32.981 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:26:32.981 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:32.981 [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) 
00:26:32.981 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:26:32.981 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:26:32.981 [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) 
00:26:32.981 [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) 
00:26:32.981 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:32.982 [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) 
00:26:32.983 [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@5167398a] 
00:26:32.983 [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@20494a8] 
00:26:33.007 [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 
00:26:33.007 [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:{} 
00:26:33.008 [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:[] 
00:26:33.009 [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} 
00:26:33.009 [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}] 
00:26:33.010 [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 
00:26:33.011 [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 
00:26:33.011 [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:{} 
00:26:33.011 [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:[] 
00:26:33.011 [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} 
00:26:33.011 [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}] 
00:26:33.011 [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 
00:26:33.012 [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 
00:26:33.012 [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:{} 
00:26:33.012 [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:[] 
00:26:33.012 [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} 
00:26:33.013 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.Object}] 
00:26:33.013 [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 
00:26:33.014 [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@5909b903] 
00:26:33.015 [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 [Thu May 09 00:26:32 UTC 2024]; root of context hierarchy] 
00:26:33.016 [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} 
00:26:33.017 [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} 
00:26:33.017 [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 
00:26:33.018 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider 
00:26:33.018 [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. 
00:26:33.018 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testTestAutowiring] to OSGi 
00:26:33.020 [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] 
00:26:33.026 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTestAutowiring] for execution inside OSGi 
00:26:33.026 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTestAutowiring] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@352c1b98 
00:26:33.027 [main]            INFO  o.e.g.b.i.n.NamespaceProviderAndConsumerTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/ns/context.xml 
00:26:33.027 [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 [Thu May 09 00:26:33 UTC 2024]; root of context hierarchy 
00:26:33.027 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:33.028 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1978869058/org/eclipse/gemini/blueprint/iandt/ns/context.xml] 
00:26:33.030 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:33.030 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:33.030 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:33.030 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:33.053 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd 
00:26:33.053 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd at bundleresource://18.fwk1978869058/org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd 
BogusHandler initialized
00:26:33.055 [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@2141a12: defining beans [bean,nsDate,nsBean]; root of factory hierarchy 
00:26:33.056 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:33.056 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:33.056 [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} 
00:26:33.056 [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] 
00:26:33.057 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@573906eb] 
00:26:33.057 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@479ceda0] 
00:26:33.058 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6d07a63d] 
00:26:33.058 [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 [Thu May 09 00:26:33 UTC 2024]; root of context hierarchy] 
00:26:33.058 [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} 
00:26:33.059 [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} 
00:26:33.080 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:33.081 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testTestAutowiring] 
00:26:33.081 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testTestAutowiring]'s result read 
00:26:33.082 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testApplicationContextWasProperlyStarted] to OSGi 
00:26:33.082 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testApplicationContextWasProperlyStarted] for execution inside OSGi 
00:26:33.082 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testApplicationContextWasProperlyStarted] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@455b6df1 
00:26:33.083 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:33.083 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testApplicationContextWasProperlyStarted] 
00:26:33.083 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testApplicationContextWasProperlyStarted]'s result read 
00:26:33.083 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testNSBundlePublishedOkay] to OSGi 
00:26:33.083 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNSBundlePublishedOkay] for execution inside OSGi 
00:26:33.084 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNSBundlePublishedOkay] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4ddbbdf8 
00:26:33.084 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:33.084 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testNSBundlePublishedOkay] 
00:26:33.084 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testNSBundlePublishedOkay]'s result read 
00:26:33.085 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testNamespaceFilesOnTheClassPath] to OSGi 
00:26:33.085 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNamespaceFilesOnTheClassPath] for execution inside OSGi 
00:26:33.085 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNamespaceFilesOnTheClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1ab06251 
00:26:33.085 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:33.086 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testNamespaceFilesOnTheClassPath] 
00:26:33.086 [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: 1.086 sec - in org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest
00:26:33.088 [Thread-0]        INFO  o.e.g.b.i.n.NamespaceProviderAndConsumerTest:471 - Shutting down OSGi platform 
00:26:33.088 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:33.088 [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) 
00:26:33.088 [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]] 
00:26:33.088 [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 [Thu May 09 00:26:33 UTC 2024]; root of context hierarchy 
00:26:33.088 [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 [Thu May 09 00:26:33 UTC 2024]; root of context hierarchy] 
00:26:33.089 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:33.095 [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 
00:26:33.095 [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]] 
00:26:33.096 [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 
00:26:33.096 [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) 
00:26:33.096 [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@6b4fa0f3 
00:26:33.096 [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) 
00:26:33.096 [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) 
00:26:33.097 [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) 
00:26:33.097 [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 [Thu May 09 00:26:32 UTC 2024]; root of context hierarchy 
00:26:33.097 [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 [Thu May 09 00:26:32 UTC 2024]; root of context hierarchy] 
00:26:33.097 [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] 
00:26:33.097 [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}] 
00:26:33.097 [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] 
00:26:33.098 [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}] 
00:26:33.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] 
00:26:33.098 [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}] 
00:26:33.098 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:33.099 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:26:33.099 [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@6b4fa0f3 
00:26:33.099 [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 
00:26:33.099 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:33.099 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:33.099 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:33.099 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:33.100 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:33.100 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:33.108 [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 
00:26:33.108 [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 
00:26:33.108 [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 
00:26:33.108 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:33.108 [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 
00:26:33.108 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:33.137 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:33,767 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:33,844 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:33,846 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:33,859 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:33,880 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:33,881 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:33,884 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:33,895 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f57539 - No compression will be used
00:26:33,899 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:33,899 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:33,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:33,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:33,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:33,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:33,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:33,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:33,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:33,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:33,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:33,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:33,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:33,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:33,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:33,901 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:33,901 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:33,902 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:33,902 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:33,902 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@52feb982 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest
00:26:33.947 [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 
00:26:33.950 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:85 - Instantiating platform wrapper... 
00:26:33.951 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:215 - About to start Equinox OSGi Platform 
00:26:34.191 [main]            INFO  o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:34.194 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:34.194 [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.1.BUILD-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} 
00:26:34.195 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:34.196 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:34.268 [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] 
00:26:34.276 [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] 
00:26:34.279 [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] 
00:26:34.281 [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] 
00:26:34.286 [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] 
00:26:34.291 [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] 
00:26:34.292 [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] 
00:26:34.298 [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] 
00:26:34.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-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 
00:26:34.312 [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] 
00:26:34.346 [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] 
00:26:34.349 [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] 
00:26:34.354 [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] 
00:26:34.360 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:34.362 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:34.365 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:34.367 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:34.378 [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] 
00:26:34.396 [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] 
00:26:34.396 [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] 
00:26:34.397 [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] 
00:26:34.397 [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] 
00:26:34.397 [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] 
00:26:34.397 [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] 
00:26:34.397 [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] 
00:26:34.398 [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] 
00:26:34.398 [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] 
00:26:34.398 [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] 
00:26:34.398 [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] 
00:26:34.399 [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] 
00:26:34.399 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:34.399 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:34.399 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:34,447 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:34,471 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:34,472 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:34,479 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:34,493 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:34,494 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:34,497 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:34,502 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@49049a04 - No compression will be used
00:26:34,505 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:34,505 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:34,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:34,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:34,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:34,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:34,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:34,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:34,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:34,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:34,507 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:34,507 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:34,507 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:34,507 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:34,507 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:34,507 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:34,507 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:34,507 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:34,507 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:34,508 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@428640fa - Registering current configuration as safe fallback point
00:26:34.523 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:34.529 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:34.591 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:34.591 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:34.594 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:34.596 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:34.599 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:34.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 
00:26:34.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) 
00:26:34.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)] 
00:26:34.601 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:34.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 
00:26:34.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) 
00:26:34.602 [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)] 
00:26:34.602 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:34.602 [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 
00:26:34.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) 
00:26:34.603 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:34.603 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:34.603 [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 
00:26:34.603 [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) 
00:26:34.603 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:34.603 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:34.604 [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 
00:26:34.604 [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) 
00:26:34.604 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:34.604 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:34.604 [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 
00:26:34.605 [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) 
00:26:34.605 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:34.605 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:34.605 [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 
00:26:34.605 [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) 
00:26:34.605 [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)] 
00:26:34.605 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:34.606 [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 
00:26:34.606 [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) 
00:26:34.606 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:34.607 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:34.607 [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 
00:26:34.607 [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) 
00:26:34.608 [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)] 
00:26:34.608 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:34.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 
00:26:34.612 [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) 
00:26:34.612 [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)] 
00:26:34.612 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:34.614 [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 
00:26:34.614 [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) 
00:26:34.614 [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)] 
00:26:34.614 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:34.614 [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 
00:26:34.615 [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) 
00:26:34.615 [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)] 
00:26:34.615 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:34.615 [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 
00:26:34.616 [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) 
00:26:34.616 [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)] 
00:26:34.619 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:34.620 [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 
00:26:34.620 [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) 
00:26:34.620 [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)] 
00:26:34.620 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:34.620 [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 
00:26:34.621 [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) 
00:26:34.621 [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)] 
00:26:34.621 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:34.621 [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 
00:26:34.621 [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) 
00:26:34.622 [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)] 
00:26:34.628 [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)] 
00:26:34.629 [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)] 
00:26:34.633 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:34.634 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:34.636 [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)] 
00:26:34.637 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:34.638 [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@64ec96c6 w/ reference null 
00:26:34.638 [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@64ec96c6 w/ reference null 
00:26:34.639 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:34.643 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:34.652 [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 
00:26:34.653 [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)] 
00:26:34.653 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:34.653 [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 
00:26:34.654 [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)] 
00:26:34.654 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:34.654 [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 
00:26:34.654 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:34.654 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:34.654 [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 
00:26:34.655 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:34.655 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:34.655 [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 
00:26:34.655 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:34.655 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:34.656 [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 
00:26:34.656 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:34.656 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:34.656 [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 
00:26:34.657 [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)] 
00:26:34.657 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:34.657 [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 
00:26:34.658 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:34.658 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:34.658 [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 
00:26:34.659 [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)] 
00:26:34.659 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:34.660 [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 
00:26:34.660 [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)] 
00:26:34.660 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:34.661 [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 
00:26:34.662 [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)] 
00:26:34.662 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:34.662 [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 
00:26:34.662 [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)] 
00:26:34.662 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:34.663 [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 
00:26:34.663 [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)] 
00:26:34.663 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:34.664 [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 
00:26:34.664 [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)] 
00:26:34.664 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:34.665 [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 
00:26:34.665 [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)] 
00:26:34.665 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:34.666 [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 
00:26:34.666 [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)] 
00:26:34.666 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:34.669 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:34.669 [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 
00:26:34.670 [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) 
00:26:34.670 [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)] 
00:26:34.670 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:34.670 [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 
00:26:34.670 [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)] 
00:26:34.672 [main]            INFO  o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:199 - org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest-bundle.properties was not found; using defaults 
00:26:34.672 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:511 - Post processing: creating test bundle 
00:26:34.681 [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] 
00:26:34.681 [main]            INFO  o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:202 - Automatically creating Manifest for the test bundle 
00:26:34.681 [main]            INFO  o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:366 - Using the test class for generating bundle imports 
00:26:34.684 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest.class 
00:26:34.684 [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... 
00:26:34.686 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest 
00:26:34.694 [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 
00:26:34.694 [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... 
00:26:34.694 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2 
00:26:34.695 [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 
00:26:34.695 [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... 
00:26:34.695 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2 
00:26:34.695 [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 
00:26:34.695 [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... 
00:26:34.695 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor 
00:26:34.696 [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 
00:26:34.696 [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... 
00:26:34.696 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2 
00:26:34.696 [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 
00:26:34.696 [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... 
00:26:34.696 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2 
00:26:34.697 [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 
00:26:34.697 [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... 
00:26:34.697 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor 
00:26:34.697 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:34.697 [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... 
00:26:34.697 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BaseIntegrationTest 
00:26:34.699 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:34.699 [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... 
00:26:34.699 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:34.700 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:34.700 [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... 
00:26:34.700 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:34.701 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:34.701 [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 
00:26:34.701 [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} 
00:26:34.701 [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] 
00:26:34.701 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:34.702 [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] 
00:26:34.702 [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] 
00:26:34.702 [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]] 
00:26:34.702 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:34.702 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:34.702 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:34.702 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:34.702 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:34.702 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:34.703 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:34.703 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:34.703 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:34.703 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:34.703 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/ 
00:26:34.703 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor$CustomPostProcessor.class 
00:26:34.703 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor.class 
00:26:34.703 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2$CustomPostProcessor.class 
00:26:34.703 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2.class 
00:26:34.703 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2$CustomPostProcessor.class 
00:26:34.703 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2.class 
00:26:34.703 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor.class 
00:26:34.704 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2.class 
00:26:34.704 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2.class 
00:26:34.704 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest.class 
00:26:34.704 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml 
00:26:34.709 [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 
00:26:34.709 [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.* 
00:26:34.711 [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)] 
00:26:34.712 [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 
00:26:34.712 [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) 
00:26:34.712 [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)] 
00:26:34.712 [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)] 
00:26:34.712 [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 
00:26:34.713 [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)] 
00:26:34.713 [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 
00:26:34.713 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:34.714 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:34.715 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:34.715 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:34.715 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:34.716 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:34.716 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:34.716 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:34.717 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:34.717 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:34.718 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:34.719 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:34.720 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:34.720 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:34.721 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:34.721 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:34.721 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:34.722 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:34.722 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:34.722 [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. 
00:26:34.723 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:364 - Writing test name [testOrderOfRegistryAndFactoryPostProcessorInvocations] to OSGi 
00:26:34.749 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOrderOfRegistryAndFactoryPostProcessorInvocations] for execution inside OSGi 
00:26:34.749 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testOrderOfRegistryAndFactoryPostProcessorInvocations] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1fd14d74 
00:26:34.749 [main]            INFO  o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml 
00:26:34.755 [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 [Thu May 09 00:26:34 UTC 2024]; root of context hierarchy 
00:26:34.759 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:34.777 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1543148593/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml] 
00:26:34.798 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:34.798 [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 
00:26:34.798 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:34.799 [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 
00:26:34.900 [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@7a1a14a4: defining beans [registryPostProcessorUnordered,registryPostProcessorPriorityOrdered,registryPostProcessorOrdered,factoryPostProcessorUnordered,factoryPostProcessorPriorityOrdered,factoryPostProcessorOrdered]; root of factory hierarchy 
00:26:34.906 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:34.906 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:34.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} 
00:26:34.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] 
00:26:34.924 [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] 
00:26:34.926 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1941a8ff] 
00:26:34.926 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@22d7b4f8] 
00:26:34.928 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@22295ec4] 
00:26:34.930 [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 [Thu May 09 00:26:34 UTC 2024]; root of context hierarchy] 
00:26:34.931 [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} 
00:26:34.932 [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} 
00:26:34.975 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:34.976 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:440 - Reading OSGi results for test [testOrderOfRegistryAndFactoryPostProcessorInvocations] 
00:26:34.976 [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: 1.032 sec - in org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest
00:26:34.979 [Thread-0]        INFO  o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:471 - Shutting down OSGi platform 
00:26:34.979 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:34.979 [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) 
00:26:34.980 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:34.980 [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 [Thu May 09 00:26:34 UTC 2024]; root of context hierarchy 
00:26:34.980 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:34.980 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:34.980 [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 [Thu May 09 00:26:34 UTC 2024]; root of context hierarchy] 
00:26:34.980 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:34.980 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:34.980 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:34.980 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:34.981 [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 
00:26:34.982 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:34.982 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:34.982 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:34.982 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:35,650 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:35,715 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:35,717 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:35,729 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:35,751 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:35,752 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:35,756 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:35,761 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:26:35,770 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:35,770 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:35,771 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:35,771 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:35,771 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:35,771 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:35,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:35,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:35,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:35,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:35,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:35,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:35,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:35,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:35,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:35,772 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:35,772 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:35,773 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:35,773 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:35,774 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest
00:26:35.847 [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 
00:26:35.851 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:85 - Instantiating platform wrapper... 
00:26:35.851 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:215 - About to start Equinox OSGi Platform 
00:26:36.076 [main]            INFO  o.e.g.b.i.p.PropertyPlaceholderTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:36.079 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:36.079 [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.1.BUILD-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} 
00:26:36.080 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:36.081 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:36.152 [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] 
00:26:36.160 [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] 
00:26:36.164 [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] 
00:26:36.165 [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] 
00:26:36.171 [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] 
00:26:36.175 [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] 
00:26:36.177 [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] 
00:26:36.182 [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] 
00:26:36.188 [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] 
00:26:36.197 [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] 
00:26:36.207 [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] 
00:26:36.210 [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] 
00:26:36.214 [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] 
00:26:36.239 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:36.241 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:36.244 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:36.247 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:36.250 [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] 
00:26:36.259 [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] 
00:26:36.280 [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] 
00:26:36.281 [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] 
00:26:36.281 [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] 
00:26:36.281 [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] 
00:26:36.282 [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] 
00:26:36.282 [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] 
00:26:36.282 [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] 
00:26:36.282 [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] 
00:26:36.283 [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] 
00:26:36.283 [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] 
00:26:36.283 [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] 
00:26:36.283 [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] 
00:26:36.284 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:36.284 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:36.284 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:36,310 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:36,345 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:36,347 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:36,353 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:36,368 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:36,369 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:36,372 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:36,377 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@659499f1 - No compression will be used
00:26:36,380 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:36,380 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:36,381 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:36,381 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:36,381 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:36,381 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:36,388 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:36,388 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:36,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
00:26:36,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:36,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:36,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:36,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:36,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:36,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:36,389 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:36,389 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:36,390 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:36,390 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:36,390 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@59505b48 - Registering current configuration as safe fallback point
00:26:36.398 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:36.404 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:36.462 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:36.462 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:36.465 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:36.467 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:36.470 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:36.472 [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 
00:26:36.473 [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) 
00:26:36.473 [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)] 
00:26:36.473 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:36.474 [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 
00:26:36.474 [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) 
00:26:36.474 [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)] 
00:26:36.474 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:36.474 [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 
00:26:36.475 [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) 
00:26:36.475 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:36.475 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:36.475 [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 
00:26:36.475 [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) 
00:26:36.475 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:36.475 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:36.476 [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 
00:26:36.476 [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) 
00:26:36.476 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:36.476 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:36.477 [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 
00:26:36.477 [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) 
00:26:36.477 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:36.477 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:36.477 [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 
00:26:36.477 [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) 
00:26:36.477 [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)] 
00:26:36.478 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:36.478 [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 
00:26:36.478 [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) 
00:26:36.479 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:36.479 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:36.479 [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 
00:26:36.479 [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) 
00:26:36.480 [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)] 
00:26:36.480 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:36.481 [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 
00:26:36.481 [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) 
00:26:36.481 [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)] 
00:26:36.481 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:36.482 [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 
00:26:36.482 [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) 
00:26:36.482 [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)] 
00:26:36.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)] 
00:26:36.483 [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 
00:26:36.483 [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) 
00:26:36.483 [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)] 
00:26:36.483 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:36.484 [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 
00:26:36.484 [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) 
00:26:36.484 [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)] 
00:26:36.484 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:36.485 [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 
00:26:36.485 [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) 
00:26:36.485 [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)] 
00:26:36.485 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:36.485 [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 
00:26:36.485 [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) 
00:26:36.485 [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)] 
00:26:36.486 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:36.486 [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 
00:26:36.486 [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) 
00:26:36.486 [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)] 
00:26:36.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)] 
00:26:36.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)] 
00:26:36.496 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:36.496 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:36.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)] 
00:26:36.502 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:36.503 [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 
00:26:36.503 [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 
00:26:36.504 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:36.507 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:36.514 [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 
00:26:36.514 [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)] 
00:26:36.514 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:36.515 [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 
00:26:36.515 [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)] 
00:26:36.515 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:36.515 [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 
00:26:36.515 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:36.516 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:36.516 [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 
00:26:36.516 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:36.516 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:36.517 [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 
00:26:36.517 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:36.517 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:36.517 [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 
00:26:36.517 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:36.518 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:36.518 [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 
00:26:36.518 [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)] 
00:26:36.518 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:36.519 [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 
00:26:36.519 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:36.519 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:36.520 [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 
00:26:36.520 [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)] 
00:26:36.520 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:36.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 
00:26:36.522 [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)] 
00:26:36.522 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:36.523 [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 
00:26:36.523 [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)] 
00:26:36.523 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:36.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 
00:26:36.524 [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)] 
00:26:36.524 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:36.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 
00:26:36.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)] 
00:26:36.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)] 
00:26:36.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 
00:26:36.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)] 
00:26:36.526 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:36.526 [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 
00:26:36.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)] 
00:26:36.527 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:36.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 
00:26:36.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)] 
00:26:36.528 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:36.531 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:36.532 [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 
00:26:36.532 [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) 
00:26:36.532 [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)] 
00:26:36.532 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:36.532 [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 
00:26:36.533 [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)] 
00:26:36.533 [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] 
00:26:36.543 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache Felix Configuration Admin Service (org.apache.felix.configadmin)] 
00:26:36.543 [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 
00:26:36.543 [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) 
00:26:36.544 [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)] 
00:26:36.544 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache Felix Configuration Admin Service (org.apache.felix.configadmin)] 
00:26:36.544 [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 
00:26:36.544 [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)] 
00:26:36.545 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:193 - Loaded jar settings from org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest-bundle.properties 
00:26:36.546 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:511 - Post processing: creating test bundle 
00:26:36.553 [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] 
00:26:36.554 [main]            INFO  o.e.g.b.i.p.PropertyPlaceholderTest:202 - Automatically creating Manifest for the test bundle 
00:26:36.554 [main]            INFO  o.e.g.b.i.p.PropertyPlaceholderTest:366 - Using the test class for generating bundle imports 
00:26:36.555 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest.class 
00:26:36.555 [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... 
00:26:36.558 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class PropertyPlaceholderTest 
00:26:36.566 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:36.566 [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... 
00:26:36.566 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class BaseIntegrationTest 
00:26:36.568 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:36.568 [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... 
00:26:36.568 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:36.569 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:36.569 [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... 
00:26:36.569 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:36.570 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:36.570 [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 
00:26:36.570 [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} 
00:26:36.570 [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] 
00:26:36.570 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:36.571 [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] 
00:26:36.571 [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] 
00:26:36.571 [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]] 
00:26:36.571 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:36.571 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:36.571 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:36.571 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:36.571 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:36.572 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:36.572 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:36.572 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:36.572 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:36.572 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:36.572 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/ 
00:26:36.572 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest-bundle.properties 
00:26:36.572 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest.class 
00:26:36.572 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml 
00:26:36.577 [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 
00:26:36.577 [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.* 
00:26:36.579 [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)] 
00:26:36.580 [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 
00:26:36.580 [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) 
00:26:36.580 [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)] 
00:26:36.580 [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)] 
00:26:36.580 [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 
00:26:36.580 [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)] 
00:26:36.581 [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 
00:26:36.581 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:36.582 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:36.583 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:36.583 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:36.583 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:36.583 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:36.584 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:36.584 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:36.584 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:36.585 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:36.586 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:36.587 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:36.588 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:36.588 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:36.589 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:36.589 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:36.589 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:36.589 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:36.590 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:36.590 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.felix.configadmin] does not trigger a context creation. 
00:26:36.590 [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. 
00:26:36.590 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:364 - Writing test name [testFallbackProperties] to OSGi 
00:26:36.599 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFallbackProperties] for execution inside OSGi 
00:26:36.599 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFallbackProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3e6f3f28 
00:26:36.599 [main]            INFO  o.e.g.b.i.p.PropertyPlaceholderTest:190 - Loading context for locations:  
00:26:36.605 [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 [Thu May 09 00:26:36 UTC 2024]; root of context hierarchy 
00:26:36.608 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:26:36.621 [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@68df9280: defining beans []; root of factory hierarchy 
00:26:36.626 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:36.627 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:36.627 [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} 
00:26:36.628 [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] 
00:26:36.630 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6ce86ce1] 
00:26:36.630 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@54e7df6a] 
00:26:36.632 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7ae42ce3] 
00:26:36.633 [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 [Thu May 09 00:26:36 UTC 2024]; root of context hierarchy] 
00:26:36.635 [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} 
00:26:36.636 [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} 
00:26:36.663 [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 [Thu May 09 00:26:36 UTC 2024]; root of context hierarchy 
00:26:36.664 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:36.670 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml] 
00:26:36.736 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:36.737 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:36.737 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:36.738 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:36.780 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd 
00:26:36.780 [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.fwk1340565491/org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd 
00:26:36.782 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:36.782 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:36.791 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 
00:26:36.791 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/context/config/spring-context.xsd at bundleresource://10.fwk1340565491/org/springframework/context/config/spring-context.xsd 
00:26:36.793 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 
00:26:36.793 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-tool.xsd 
00:26:36.813 [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@614df0a4: defining beans [cm,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,bean1,bean2]; root of factory hierarchy 
00:26:36.814 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:36.814 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:36.814 [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} 
00:26:36.814 [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] 
00:26:36.828 [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 
00:26:36.829 [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 
00:26:36.830 [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 
00:26:36.830 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:26:36.839 [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.1.BUILD-SNAPSHOT] but version [0.0.0] was required 
00:26:36.840 [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 
00:26:36.840 [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 
00:26:36.841 [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 
00:26:36.855 [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 
00:26:36.855 [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 
00:26:36.855 [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 
00:26:36.856 [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 
00:26:36.856 [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 
00:26:36.857 [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 
00:26:36.857 [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 
00:26:36.858 [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 
00:26:36.859 [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 
00:26:36.860 [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 
00:26:36.860 [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 
00:26:36.860 [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 
00:26:36.861 [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 
00:26:36.865 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@49872d67] 
00:26:36.865 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@56303b57] 
00:26:36.880 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7e8dcdaa] 
00:26:36.880 [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 [Thu May 09 00:26:36 UTC 2024]; root of context hierarchy] 
00:26:36.881 [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} 
00:26:36.881 [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} 
00:26:36.882 [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) 
00:26:36.882 [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 [Thu May 09 00:26:36 UTC 2024]; root of context hierarchy 
00:26:36.882 [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 [Thu May 09 00:26:36 UTC 2024]; root of context hierarchy] 
00:26:36.883 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:36.884 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:36.884 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:440 - Reading OSGi results for test [testFallbackProperties] 
00:26:36.884 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:447 - Test[testFallbackProperties]'s result read 
00:26:36.885 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:364 - Writing test name [testFoundProperties] to OSGi 
00:26:36.886 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFoundProperties] for execution inside OSGi 
00:26:36.886 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFoundProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@61ce23ac 
00:26:36.887 [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 [Thu May 09 00:26:36 UTC 2024]; root of context hierarchy 
00:26:36.887 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:36.887 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml] 
00:26:36.889 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:36.890 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:36.890 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:36.890 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:36.904 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd 
00:26:36.905 [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.fwk1340565491/org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd 
00:26:36.906 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:36.906 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:36.911 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 
00:26:36.911 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/context/config/spring-context.xsd at bundleresource://10.fwk1340565491/org/springframework/context/config/spring-context.xsd 
00:26:36.913 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 
00:26:36.913 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-tool.xsd 
00:26:36.917 [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@319bc845: defining beans [cm,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,bean1,bean2]; root of factory hierarchy 
00:26:36.917 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:36.936 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:36.936 [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} 
00:26:36.937 [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] 
00:26:36.939 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@544820b7] 
00:26:36.939 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6b98a075] 
00:26:36.943 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@e84a8e1] 
00:26:36.943 [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 [Thu May 09 00:26:36 UTC 2024]; root of context hierarchy] 
00:26:36.943 [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} 
00:26:36.944 [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} 
00:26:36.944 [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) 
00:26:36.944 [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 [Thu May 09 00:26:36 UTC 2024]; root of context hierarchy 
00:26:36.944 [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 [Thu May 09 00:26:36 UTC 2024]; root of context hierarchy] 
00:26:36.945 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:36.945 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:36.945 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:440 - Reading OSGi results for test [testFoundProperties] 
00:26:36.945 [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: 1.101 sec - in org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest
00:26:36.947 [Thread-0]        INFO  o.e.g.b.i.p.PropertyPlaceholderTest:471 - Shutting down OSGi platform 
00:26:36.948 [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) 
00:26:36.948 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:36.948 [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 [Thu May 09 00:26:36 UTC 2024]; root of context hierarchy 
00:26:36.948 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:36.948 [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 [Thu May 09 00:26:36 UTC 2024]; root of context hierarchy] 
00:26:36.948 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:36.948 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:36.948 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:36.949 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:36.949 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:36.949 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:36.949 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:36.950 [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 
00:26:36.951 [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 
00:26:36.951 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:36.952 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:36.952 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:37,577 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:37,652 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:37,654 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:37,666 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:37,688 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:37,689 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:37,693 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:37,698 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:26:37,708 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:37,708 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:37,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:37,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:37,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:37,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:37,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:37,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:37,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:37,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:37,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:37,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:37,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:37,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:37,711 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:37,711 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:37,711 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:37,711 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:37,711 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:37,712 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest
00:26:37.793 [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 
00:26:37.796 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:85 - Instantiating platform wrapper... 
00:26:37.796 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:215 - About to start Equinox OSGi Platform 
00:26:38.023 [main]            INFO  o.e.g.b.i.p.l.ProxiedListenerTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:38.025 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:38.026 [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.1.BUILD-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} 
00:26:38.027 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:38.028 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:38.102 [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] 
00:26:38.111 [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] 
00:26:38.114 [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] 
00:26:38.116 [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] 
00:26:38.121 [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] 
00:26:38.126 [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] 
00:26:38.127 [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] 
00:26:38.141 [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] 
00:26:38.147 [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] 
00:26:38.155 [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] 
00:26:38.166 [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] 
00:26:38.169 [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] 
00:26:38.173 [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] 
00:26:38.179 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:38.181 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:38.185 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:38.187 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:38.190 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/proxy.listener/target/proxy.listener-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:38.199 [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] 
00:26:38.241 [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] 
00:26:38.242 [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] 
00:26:38.242 [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] 
00:26:38.242 [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] 
00:26:38.243 [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] 
00:26:38.243 [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] 
00:26:38.243 [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] 
00:26:38.243 [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] 
00:26:38.244 [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] 
00:26:38.244 [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] 
00:26:38.244 [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] 
00:26:38.244 [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] 
00:26:38.244 [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/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:38.245 [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/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:38.245 [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/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:38,272 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:38,295 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:38,297 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:38,303 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:38,319 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:38,320 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:38,323 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:38,328 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@659499f1 - No compression will be used
00:26:38,331 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:38,331 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:38,332 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:38,332 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:38,332 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:38,332 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:38,332 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:38,332 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:38,341 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:38,341 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:38,341 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:38,341 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:38,341 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:38,342 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:38,342 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:38,342 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:38,342 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:38,342 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:38,342 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:38,343 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@59505b48 - Registering current configuration as safe fallback point
00:26:38.351 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:38.357 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:38.417 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:38.418 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:38.421 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:38.423 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:38.426 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:38.428 [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 
00:26:38.428 [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) 
00:26:38.428 [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)] 
00:26:38.428 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:38.429 [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 
00:26:38.429 [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) 
00:26:38.429 [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)] 
00:26:38.429 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:38.429 [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 
00:26:38.430 [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) 
00:26:38.430 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:38.430 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:38.430 [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 
00:26:38.430 [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) 
00:26:38.430 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:38.430 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:38.431 [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 
00:26:38.431 [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) 
00:26:38.431 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:38.431 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:38.432 [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 
00:26:38.432 [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) 
00:26:38.432 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:38.432 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:38.432 [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 
00:26:38.432 [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) 
00:26:38.432 [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)] 
00:26:38.432 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:38.433 [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 
00:26:38.433 [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) 
00:26:38.433 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:38.434 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:38.434 [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 
00:26:38.434 [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) 
00:26:38.434 [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)] 
00:26:38.435 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:38.436 [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 
00:26:38.436 [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) 
00:26:38.436 [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)] 
00:26:38.436 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:38.437 [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 
00:26:38.437 [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) 
00:26:38.437 [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)] 
00:26:38.438 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:38.438 [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 
00:26:38.438 [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) 
00:26:38.438 [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)] 
00:26:38.438 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:38.439 [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 
00:26:38.439 [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) 
00:26:38.439 [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)] 
00:26:38.439 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:38.440 [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 
00:26:38.440 [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) 
00:26:38.440 [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)] 
00:26:38.440 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:38.440 [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 
00:26:38.440 [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) 
00:26:38.440 [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)] 
00:26:38.441 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:38.441 [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 
00:26:38.441 [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) 
00:26:38.441 [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)] 
00:26:38.450 [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)] 
00:26:38.451 [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)] 
00:26:38.455 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:38.456 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:38.458 [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)] 
00:26:38.459 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:38.459 [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 
00:26:38.460 [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 
00:26:38.460 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:38.463 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:38.470 [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 
00:26:38.470 [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)] 
00:26:38.471 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:38.471 [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 
00:26:38.471 [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)] 
00:26:38.471 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:38.472 [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 
00:26:38.472 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:38.472 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:38.472 [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 
00:26:38.472 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:38.472 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:38.473 [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 
00:26:38.473 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:38.473 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:38.474 [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 
00:26:38.474 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:38.474 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:38.474 [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 
00:26:38.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)] 
00:26:38.474 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:38.475 [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 
00:26:38.475 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:38.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)] 
00:26:38.476 [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 
00:26:38.476 [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)] 
00:26:38.477 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:38.478 [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 
00:26:38.478 [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)] 
00:26:38.478 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:38.479 [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 
00:26:38.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)] 
00:26:38.480 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:38.480 [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 
00:26:38.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)] 
00:26:38.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)] 
00:26:38.481 [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 
00:26:38.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)] 
00:26:38.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)] 
00:26:38.482 [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 
00:26:38.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)] 
00:26:38.482 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:38.483 [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 
00:26:38.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)] 
00:26:38.483 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:38.484 [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 
00:26:38.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)] 
00:26:38.484 [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/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:38.487 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:38.488 [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 
00:26:38.488 [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) 
00:26:38.488 [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)] 
00:26:38.488 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:38.489 [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 
00:26:38.489 [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)] 
00:26:38.489 [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/gemini-blueprint-equinox/integration-tests/bundles/proxy.listener/target/proxy.listener-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:38.489 [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)] 
00:26:38.490 [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 
00:26:38.490 [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) 
00:26:38.490 [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)] 
00:26:38.495 [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... 
00:26:38.496 [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 
00:26:38.496 [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)] 
00:26:38.497 [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)] 
00:26:38.498 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:26:38.498 [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)] 
00:26:38.498 [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@5371e506 
00:26:38.498 [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 
00:26:38.499 [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) 
00:26:38.499 [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)] 
00:26:38.499 [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) 
00:26:38.500 [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 [Thu May 09 00:26:38 UTC 2024]; root of context hierarchy 
00:26:38.500 [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 
00:26:38.501 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:511 - Post processing: creating test bundle 
00:26:38.504 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:38.509 [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] 
00:26:38.510 [main]            INFO  o.e.g.b.i.p.l.ProxiedListenerTest:202 - Automatically creating Manifest for the test bundle 
00:26:38.510 [main]            INFO  o.e.g.b.i.p.l.ProxiedListenerTest:366 - Using the test class for generating bundle imports 
00:26:38.512 [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 
00:26:38.512 [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... 
00:26:38.514 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class ProxiedListenerTest 
00:26:38.522 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:38.522 [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... 
00:26:38.522 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class BaseIntegrationTest 
00:26:38.525 [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 
00:26:38.525 [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... 
00:26:38.525 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:38.537 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/META-INF/spring/config.xml] 
00:26:38.537 [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 
00:26:38.538 [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... 
00:26:38.538 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:38.538 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:38.538 [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 
00:26:38.539 [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} 
00:26:38.539 [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] 
00:26:38.539 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:38.539 [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] 
00:26:38.539 [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] 
00:26:38.540 [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]] 
00:26:38.540 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:38.540 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:38.540 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:38.540 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:38.540 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:38.540 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:38.540 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:38.540 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:38.540 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:38.541 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:38.541 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/ 
00:26:38.541 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ 
00:26:38.541 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ProxiedListenerTest.class 
00:26:38.541 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml 
00:26:38.545 [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 
00:26:38.545 [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.* 
00:26:38.548 [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)] 
00:26:38.548 [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 
00:26:38.548 [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) 
00:26:38.549 [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)] 
00:26:38.549 [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)] 
00:26:38.549 [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 
00:26:38.549 [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)] 
00:26:38.549 [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 
00:26:38.550 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:38.551 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:38.552 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:38.552 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:38.552 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:38.552 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:38.553 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:38.553 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:38.554 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:38.555 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:38.556 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:38.557 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:38.558 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:38.558 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:38.558 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:38.558 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:38.559 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:38.559 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:38.559 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:38.559 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:38.560 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:38.560 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:38.561 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:38.561 [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 
00:26:38.562 [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 
00:26:38.564 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:38.564 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener 
00:26:38.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:38.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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:38.710 [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@383c56f4: defining beans [listener,export]; root of factory hierarchy 
00:26:38.716 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:38.716 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:38.717 [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} 
00:26:38.717 [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] 
00:26:38.723 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:38.725 [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@383c56f4: defining beans [listener,export]; root of factory hierarchy] 
00:26:38.725 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:38.725 [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@251eb676 
00:26:38.725 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:26:38.726 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:38.726 [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) 
00:26:38.726 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:26:38.726 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:26:38.726 [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) 
00:26:38.726 [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) 
00:26:38.726 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:38.726 [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) 
00:26:38.728 [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@4876ccee] 
00:26:38.728 [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@3e91e40a] 
00:26:38.748 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export] is being tracked for dependencies 
00:26:38.749 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export] depends (transitively) on the following importers:{} 
00:26:38.749 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export] depends on importers:[] 
00:26:38.750 [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 {} 
00:26:38.750 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener}] 
00:26:38.751 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [export] started; all its dependencies are satisfied 
00:26:38.752 [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@31fd6b8e] 
00:26:38.753 [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 [Thu May 09 00:26:38 UTC 2024]; root of context hierarchy] 
00:26:38.755 [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} 
00:26:38.755 [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} 
00:26:38.756 [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 
00:26:38.756 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener 
00:26:38.756 [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. 
00:26:38.757 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:364 - Writing test name [testListenerProxy] to OSGi 
00:26:38.758 [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] 
00:26:38.766 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerProxy] for execution inside OSGi 
00:26:38.766 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerProxy] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4278284b 
00:26:38.766 [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 
00:26:38.767 [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 [Thu May 09 00:26:38 UTC 2024]; root of context hierarchy 
00:26:38.767 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:38.768 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml] 
00:26:38.770 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:38.770 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:38.771 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:38.771 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:38.787 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:38.787 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:38.794 [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@41294f8: defining beans [listener,reference]; root of factory hierarchy 
00:26:38.795 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:38.795 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:38.795 [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} 
00:26:38.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] 
00:26:38.796 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6d07a63d] 
00:26:38.796 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@571c5681] 
00:26:38.798 [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)] 
00:26:38.798 [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)] 
00:26:38.799 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:26:38.803 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:26:38.808 [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 
00:26:38.808 [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 
00:26:38.809 [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 
00:26:38.809 [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 
00:26:38.809 [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 
00:26:38.811 [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)] 
00:26:38.811 [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}} 
00:26:38.811 [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 
00:26:38.812 [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 
00:26:38.813 [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 
00:26:38.814 [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 
00:26:38.814 [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 
00:26:38.815 [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 
00:26:38.815 [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 
00:26:38.817 [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 
00:26:38.817 [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 
00:26:38.818 [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 
00:26:38.818 [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 
00:26:38.818 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
00:26:38.818 [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)] 
00:26:38.819 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:26:38.819 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:26:38.822 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
00:26:38.822 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
00:26:38.822 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@54504ecd w/ reference null 
00:26:38.822 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
00:26:38.823 [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) 
00:26:38.826 [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
00:26:38.837 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@54504ecd w/ reference null 
00:26:38.837 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7582ff54] 
00:26:38.837 [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 [Thu May 09 00:26:38 UTC 2024]; root of context hierarchy] 
00:26:38.837 [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} 
00:26:38.838 [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
00:26:38.851 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=35}] bound to proxy 
00:26:38.851 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=35}] bound to proxy 
00:26:38.851 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@54504ecd w/ reference {java.awt.Shape}={service.id=35} 
00:26:38.852 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy8@3b7d3a38 with props={objectClass=[Ljava.lang.String;@416c58f5, service.id=35} 
00:26:38.852 [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@73cd37c0 w/ props {objectClass=[Ljava.lang.String;@416c58f5, service.id=35}
00:26:38.852 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@54504ecd w/ reference {java.awt.Shape}={service.id=35} 
00:26:38.852 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@54504ecd w/ reference {java.awt.Shape}={service.id=35} 
00:26:38.853 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy8@3b7d3a38 with props={objectClass=[Ljava.lang.String;@21337f7b, service.id=35} 
00:26:38.853 [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@73cd37c0 w/ props {objectClass=[Ljava.lang.String;@21337f7b, service.id=35}
00:26:38.853 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@54504ecd w/ reference {java.awt.Shape}={service.id=35} 
00:26:38.853 [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 
00:26:38.853 [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 
00:26:38.853 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:38.854 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:440 - Reading OSGi results for test [testListenerProxy] 
00:26:38.854 [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: 1.065 sec - in org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest
00:26:38.857 [Thread-0]        INFO  o.e.g.b.i.p.l.ProxiedListenerTest:471 - Shutting down OSGi platform 
00:26:38.857 [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) 
00:26:38.857 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:38.858 [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 [Thu May 09 00:26:38 UTC 2024]; root of context hierarchy 
00:26:38.858 [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]] 
00:26:38.858 [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 [Thu May 09 00:26:38 UTC 2024]; root of context hierarchy] 
00:26:38.859 [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 
00:26:38.859 [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 
00:26:38.860 [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} 
00:26:38.860 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:38.864 [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 
00:26:38.865 [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]] 
00:26:38.865 [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 
00:26:38.866 [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) 
00:26:38.866 [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@5371e506 
00:26:38.866 [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) 
00:26:38.866 [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) 
00:26:38.866 [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) 
00:26:38.866 [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 [Thu May 09 00:26:38 UTC 2024]; root of context hierarchy 
00:26:38.866 [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 [Thu May 09 00:26:38 UTC 2024]; root of context hierarchy] 
00:26:38.866 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export] 
00:26:38.867 [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}] 
00:26:38.867 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:38.868 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:26:38.868 [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@5371e506 
00:26:38.868 [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 
00:26:38.868 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:38.868 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:38.868 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:38.868 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:38.868 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:38.868 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:38.869 [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 
00:26:38.869 [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 
00:26:38.869 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:38.869 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:38.870 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:39,480 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:39,556 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:39,558 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:39,570 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:39,591 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:39,593 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:39,596 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:39,601 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47ef968d - No compression will be used
00:26:39,610 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:39,611 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:39,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:39,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:39,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:39,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:39,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:39,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:39,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:39,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:39,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:39,613 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:39,613 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:39,613 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:39,613 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:39,613 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:39,613 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:39,613 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:39,613 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:39,614 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@49fc609f - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest
00:26:39.688 [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 
00:26:39.692 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:85 - Instantiating platform wrapper... 
00:26:39.692 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:215 - About to start Equinox OSGi Platform 
00:26:39.926 [main]            INFO  o.e.g.b.i.r.ProxyDestructionTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:39.928 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:39.929 [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.1.BUILD-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} 
00:26:39.930 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:39.931 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:40.008 [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] 
00:26:40.016 [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] 
00:26:40.020 [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] 
00:26:40.021 [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] 
00:26:40.027 [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] 
00:26:40.041 [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] 
00:26:40.043 [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] 
00:26:40.048 [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] 
00:26:40.054 [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] 
00:26:40.063 [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] 
00:26:40.073 [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] 
00:26:40.077 [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] 
00:26:40.081 [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] 
00:26:40.088 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:40.089 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:40.093 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:40.095 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:40.099 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:40.103 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/proxy.destruction.test.bundle/target/proxy.destruction-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:40.138 [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] 
00:26:40.156 [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] 
00:26:40.157 [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] 
00:26:40.157 [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] 
00:26:40.157 [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] 
00:26:40.157 [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] 
00:26:40.158 [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] 
00:26:40.158 [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] 
00:26:40.158 [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] 
00:26:40.158 [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] 
00:26:40.159 [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] 
00:26:40.159 [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] 
00:26:40.159 [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] 
00:26:40.159 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:40.159 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:40.160 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:40,186 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:40,209 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:40,210 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:40,218 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:40,249 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:40,250 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:40,253 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:40,258 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4659191b - No compression will be used
00:26:40,261 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:40,261 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:40,262 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:40,262 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:40,263 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:40,263 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:40,263 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:40,263 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:40,263 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:40,263 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:40,263 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:40,263 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:40,263 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:40,263 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:40,263 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:40,263 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:40,263 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:40,264 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:40,264 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:40,264 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@783a467b - Registering current configuration as safe fallback point
00:26:40.272 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:40.278 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:40.337 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:40.337 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:40.340 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:40.342 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:40.346 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:40.347 [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 
00:26:40.348 [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) 
00:26:40.348 [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)] 
00:26:40.348 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:40.348 [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 
00:26:40.349 [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) 
00:26:40.349 [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)] 
00:26:40.349 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:40.349 [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 
00:26:40.349 [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) 
00:26:40.349 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:40.349 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:40.350 [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 
00:26:40.350 [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) 
00:26:40.350 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:40.350 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:40.350 [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 
00:26:40.351 [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) 
00:26:40.351 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:40.351 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:40.351 [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 
00:26:40.351 [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) 
00:26:40.351 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:40.351 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:40.352 [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 
00:26:40.352 [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) 
00:26:40.352 [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)] 
00:26:40.352 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:40.353 [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 
00:26:40.353 [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) 
00:26:40.353 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:40.353 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:40.354 [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 
00:26:40.354 [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) 
00:26:40.354 [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)] 
00:26:40.354 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:40.355 [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 
00:26:40.355 [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) 
00:26:40.355 [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)] 
00:26:40.355 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:40.359 [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 
00:26:40.360 [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) 
00:26:40.360 [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)] 
00:26:40.360 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:40.360 [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 
00:26:40.361 [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) 
00:26:40.361 [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)] 
00:26:40.361 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:40.361 [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 
00:26:40.361 [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) 
00:26:40.362 [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)] 
00:26:40.362 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:40.362 [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 
00:26:40.363 [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) 
00:26:40.363 [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)] 
00:26:40.363 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:40.363 [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 
00:26:40.363 [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) 
00:26:40.363 [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)] 
00:26:40.363 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:40.364 [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 
00:26:40.364 [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) 
00:26:40.364 [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)] 
00:26:40.371 [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)] 
00:26:40.371 [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)] 
00:26:40.376 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:40.376 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:40.379 [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)] 
00:26:40.380 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:40.380 [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@75c56eb9 w/ reference null 
00:26:40.380 [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@75c56eb9 w/ reference null 
00:26:40.381 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:40.383 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:40.390 [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 
00:26:40.391 [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)] 
00:26:40.391 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:40.391 [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 
00:26:40.391 [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)] 
00:26:40.392 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:40.392 [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 
00:26:40.392 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:40.392 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:40.392 [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 
00:26:40.392 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:40.393 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:40.393 [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 
00:26:40.393 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:40.393 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:40.394 [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 
00:26:40.394 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:40.394 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:40.394 [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 
00:26:40.394 [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)] 
00:26:40.394 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:40.395 [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 
00:26:40.395 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:40.396 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:40.396 [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 
00:26:40.397 [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)] 
00:26:40.397 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:40.398 [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 
00:26:40.398 [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)] 
00:26:40.398 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:40.399 [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 
00:26:40.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)] 
00:26:40.400 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:40.400 [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 
00:26:40.400 [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)] 
00:26:40.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)] 
00:26:40.401 [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 
00:26:40.401 [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)] 
00:26:40.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)] 
00:26:40.402 [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 
00:26:40.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)] 
00:26:40.402 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:40.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 
00:26:40.403 [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)] 
00:26:40.403 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:40.404 [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 
00:26:40.404 [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)] 
00:26:40.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/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:40.407 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:40.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 
00:26:40.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) 
00:26:40.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)] 
00:26:40.408 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:40.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 
00:26:40.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)] 
00:26:40.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/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:40.409 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:26:40.409 [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 
00:26:40.409 [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) 
00:26:40.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)] 
00:26:40.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... 
00:26:40.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 
00:26:40.415 [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)] 
00:26:40.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)] 
00:26:40.417 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:26:40.417 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:26:40.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@369eebc0 
00:26:40.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 
00:26:40.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) 
00:26:40.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)] 
00:26:40.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) 
00:26:40.418 [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/gemini-blueprint-equinox/integration-tests/bundles/proxy.destruction.test.bundle/target/proxy.destruction-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:40.418 [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)] 
00:26:40.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 
00:26:40.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) 
00:26:40.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)] 
00:26:40.418 [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 [Thu May 09 00:26:40 UTC 2024]; root of context hierarchy 
00:26:40.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... 
00:26:40.419 [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 
00:26:40.419 [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)] 
00:26:40.419 [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)] 
00:26:40.419 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:26:40.419 [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)] 
00:26:40.419 [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 
00:26:40.420 [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)] 
00:26:40.421 [main]            INFO  o.e.g.b.i.r.ProxyDestructionTest:199 - org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest-bundle.properties was not found; using defaults 
00:26:40.421 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:511 - Post processing: creating test bundle 
00:26:40.423 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:40.438 [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] 
00:26:40.439 [main]            INFO  o.e.g.b.i.r.ProxyDestructionTest:202 - Automatically creating Manifest for the test bundle 
00:26:40.439 [main]            INFO  o.e.g.b.i.r.ProxyDestructionTest:366 - Using the test class for generating bundle imports 
00:26:40.440 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 
00:26:40.440 [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... 
00:26:40.443 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class ProxyDestructionTest 
00:26:40.450 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:40.451 [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... 
00:26:40.451 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class BaseIntegrationTest 
00:26:40.452 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk574568002/META-INF/spring/simpleservice.xml] 
00:26:40.453 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:40.453 [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... 
00:26:40.453 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:40.454 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:40.454 [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... 
00:26:40.454 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:40.455 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:40.455 [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 
00:26:40.455 [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} 
00:26:40.455 [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] 
00:26:40.456 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:40.456 [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] 
00:26:40.456 [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] 
00:26:40.456 [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]] 
00:26:40.456 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:40.456 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:40.456 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:40.456 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:40.456 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:40.457 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:40.457 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:40.457 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:40.457 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:40.457 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:40.457 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 
00:26:40.457 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 
00:26:40.457 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 
00:26:40.457 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 
00:26:40.457 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 
00:26:40.457 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 
00:26:40.458 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 
00:26:40.462 [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 
00:26:40.462 [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.* 
00:26:40.465 [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)] 
00:26:40.465 [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 
00:26:40.465 [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) 
00:26:40.465 [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)] 
00:26:40.465 [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)] 
00:26:40.466 [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 
00:26:40.466 [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)] 
00:26:40.466 [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 
00:26:40.466 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:40.468 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:40.468 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:40.468 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:40.469 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:40.469 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:40.469 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:40.469 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:40.470 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:40.471 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:40.472 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:40.473 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:40.473 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:40.474 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:40.474 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:40.475 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:40.475 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:40.475 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:40.475 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:40.476 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk574568002/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:40.476 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:40.476 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 
00:26:40.476 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:40.476 [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.fwk574568002/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:40.476 [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 
00:26:40.478 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:40.478 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:26:40.621 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk574568002/META-INF/spring/simpleservice-osgi.xml] 
00:26:40.623 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:40.623 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk574568002/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:40.624 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:40.624 [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.fwk574568002/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:40.643 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:40.643 [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.fwk574568002/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:40.658 [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@36b3a8a6: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:26:40.664 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:40.664 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:40.665 [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} 
00:26:40.665 [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] 
00:26:40.671 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:40.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@36b3a8a6: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:26:40.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:40.674 [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@f8cb863 
00:26:40.674 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:26:40.674 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:40.674 [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) 
00:26:40.674 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:26:40.674 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:26:40.674 [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) 
00:26:40.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
00:26:40.674 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:40.675 [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@369eebc0 
00:26:40.675 [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) 
00:26:40.675 [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) 
00:26:40.675 [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 [Thu May 09 00:26:40 UTC 2024]; root of context hierarchy 
00:26:40.675 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:40.676 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk574568002/META-INF/spring/reference.xml] 
00:26:40.678 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:40.678 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk574568002/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:40.678 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:40.678 [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.fwk574568002/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:40.691 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:40.691 [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.fwk574568002/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:40.698 [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@609cbcfa: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy 
00:26:40.698 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:40.698 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:40.698 [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} 
00:26:40.698 [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] 
00:26:40.699 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:40.699 [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@609cbcfa: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy] 
00:26:40.699 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:40.699 [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@f8cb863 
00:26:40.700 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 
00:26:40.700 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:40.742 [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)] 
00:26:40.742 [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)] 
00:26:40.743 [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] 
00:26:40.744 [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)] 
00:26:40.744 [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) 
00:26:40.744 [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]] 
00:26:40.744 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleServiceOsgi] 
00:26:40.744 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleServiceOsgi] 
00:26:40.744 [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) 
00:26:40.744 [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) 
00:26:40.747 [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] 
00:26:40.748 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:40.748 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 
00:26:40.748 [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) 
00:26:40.750 [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@60ecfc85] 
00:26:40.750 [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@672efb40] 
Delaying for:0
00:26:40.754 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:26:40.755 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:26:40.755 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:26:40.756 [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 {} 
00:26:40.756 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:26:40.757 [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) 
00:26:40.758 [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} 
00:26:40.758 [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 [{}] 
00:26:40.758 [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 [Thu May 09 00:26:40 UTC 2024]; root of context hierarchy] 
00:26:40.758 [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) 
00:26:40.759 [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) 
00:26:40.759 [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) 
00:26:40.759 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:40.759 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:26:40.760 [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@4570708b] 
00:26:40.762 [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 [Thu May 09 00:26:40 UTC 2024]; root of context hierarchy] 
00:26:40.763 [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} 
00:26:40.763 [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} 
00:26:40.764 [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 
00:26:40.764 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:26:40.764 [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] 
00:26:40.764 [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 
00:26:40.764 [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) 
00:26:40.764 [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 
00:26:40.764 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:26:40.764 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:40.765 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction 
00:26:40.768 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:26:40.773 [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 
00:26:40.773 [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 
00:26:40.774 [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 
00:26:40.774 [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 
00:26:40.774 [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 
00:26:40.775 [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@3aa0410d] 
00:26:40.776 [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@23caaf34] 
00:26:40.776 [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)] 
00:26:40.776 [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}} 
00:26:40.777 [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 
00:26:40.777 [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 
00:26:40.777 [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 
00:26:40.777 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:26:40.777 [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 
00:26:40.777 [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 
00:26:40.778 [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 
00:26:40.778 [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 
00:26:40.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:26:40.778 [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 
00:26:40.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@6297544f] 
00:26:40.779 [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 [Thu May 09 00:26:40 UTC 2024]; root of context hierarchy] 
00:26:40.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.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} 
00:26:40.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} 
00:26:40.780 [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 
00:26:40.780 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction 
00:26:40.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.destruction_1.0.0 [19] 
00:26:40.780 [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. 
00:26:40.781 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:364 - Writing test name [testProxyDestruction] to OSGi 
00:26:40.789 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyDestruction] for execution inside OSGi 
00:26:40.789 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyDestruction] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5965be2d 
00:26:40.789 [main]            INFO  o.e.g.b.i.r.ProxyDestructionTest:190 - Loading context for locations:  
00:26:40.790 [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 [Thu May 09 00:26:40 UTC 2024]; root of context hierarchy 
00:26:40.790 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:26:40.791 [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@7d286fb6: defining beans []; root of factory hierarchy 
00:26:40.791 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:40.791 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:40.791 [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} 
00:26:40.791 [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] 
00:26:40.791 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@41005828] 
00:26:40.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@60b4beb4] 
00:26:40.792 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7fcf2fc1] 
00:26:40.792 [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 [Thu May 09 00:26:40 UTC 2024]; root of context hierarchy] 
00:26:40.792 [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} 
00:26:40.792 [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} 
00:26:40.808 [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
00:26:40.809 [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 
00:26:40.810 [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) 
00:26:40.810 [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@369eebc0 
00:26:40.810 [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) 
00:26:40.810 [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) 
00:26:40.811 [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) 
00:26:40.811 [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 [Thu May 09 00:26:40 UTC 2024]; root of context hierarchy 
00:26:40.811 [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 [Thu May 09 00:26:40 UTC 2024]; root of context hierarchy] 
00:26:40.812 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:26:40.812 [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 
00:26:40.813 [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 
00:26:40.813 [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} 
00:26:40.813 [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}] 
00:26:40.814 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:40.814 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:26:40.814 [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@369eebc0 
00:26:40.814 [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
Invoking method on OSGi service proxy...
00:26:40.815 [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@29b00c75 
00:26:40.815 [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 [Thu May 09 00:26:40 UTC 2024]; root of context hierarchy 
00:26:40.815 [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@31add175] 
Stopping referring bundle...
00:26:43.815 [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 
00:26:43.816 [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) 
00:26:43.816 [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@369eebc0 
00:26:43.816 [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) 
00:26:43.816 [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) 
00:26:43.816 [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) 
00:26:43.816 [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) 
00:26:43.817 [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 [Thu May 09 00:26:40 UTC 2024]; root of context hierarchy 
00:26:43.817 [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 [Thu May 09 00:26:40 UTC 2024]; root of context hierarchy] 
00:26:43.817 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:43.817 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:43.817 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:26: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@369eebc0 
00:26: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.destruction, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
00:26:43.818 [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@2777f733 
00:26:43.818 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:440 - Reading OSGi results for test [testProxyDestruction] 
00:26:43.818 [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: 4.133 sec - in org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest
00:26:43.821 [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) 
00:26:43.821 [Thread-0]        INFO  o.e.g.b.i.r.ProxyDestructionTest:471 - Shutting down OSGi platform 
00:26:43.821 [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 [Thu May 09 00:26:40 UTC 2024]; root of context hierarchy 
00:26:43.821 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:43.821 [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 [Thu May 09 00:26:40 UTC 2024]; root of context hierarchy] 
00:26:43.822 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:43.822 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:43.822 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:43.822 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:43.822 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:43.822 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:43.822 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:43.822 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:43.823 [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 
00:26:43.823 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:43.823 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:43.823 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:44,439 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:44,502 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:44,504 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:44,516 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:44,548 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:44,549 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:44,553 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:44,558 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47ef968d - No compression will be used
00:26:44,567 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:44,567 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:44,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:44,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:44,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:44,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:44,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:44,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
00:26:44,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:44,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:44,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:44,570 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:44,570 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:44,570 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:44,570 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:44,570 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:44,570 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:44,570 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:44,570 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:44,571 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@49fc609f - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest
00:26:44.637 [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 
00:26:44.640 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:85 - Instantiating platform wrapper... 
00:26:44.641 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:215 - About to start Equinox OSGi Platform 
00:26:44.862 [main]            INFO  o.e.g.b.i.r.ReferenceProxyTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:44.864 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:44.865 [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.1.BUILD-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} 
00:26:44.866 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:44.867 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:44.944 [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] 
00:26:44.952 [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] 
00:26:44.955 [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] 
00:26:44.957 [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] 
00:26:44.962 [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] 
00:26:44.967 [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] 
00:26:44.968 [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] 
00:26:44.974 [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] 
00:26:44.980 [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] 
00:26:44.989 [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] 
00:26:45.000 [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] 
00:26:45.003 [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] 
00:26:45.007 [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] 
00:26:45.039 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:45.040 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:45.044 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:45.047 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:45.050 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:45.051 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/reference.test.bundle/target/reference.proxy-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:45.060 [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] 
00:26:45.078 [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] 
00:26:45.078 [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] 
00:26:45.078 [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] 
00:26:45.079 [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] 
00:26:45.079 [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] 
00:26:45.079 [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] 
00:26:45.079 [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] 
00:26:45.080 [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] 
00:26:45.080 [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] 
00:26:45.080 [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] 
00:26:45.080 [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] 
00:26:45.081 [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] 
00:26:45.081 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:45.081 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:45.081 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:45,107 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:45,143 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:45,145 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:45,151 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:45,174 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:45,175 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:45,177 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:45,182 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4659191b - No compression will be used
00:26:45,185 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:45,185 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:45,186 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:45,186 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:45,186 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:45,186 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:45,187 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:45,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
00:26:45,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
00:26:45,187 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:45,187 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:45,187 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:45,187 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:45,187 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:45,187 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:45,187 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:45,187 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:45,188 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:45,188 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:45,188 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@783a467b - Registering current configuration as safe fallback point
00:26:45.196 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:45.202 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:45.263 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:45.263 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:45.266 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:45.269 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:45.272 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:45.274 [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 
00:26:45.274 [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) 
00:26:45.274 [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)] 
00:26:45.274 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:45.275 [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 
00:26:45.275 [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) 
00:26:45.275 [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)] 
00:26:45.275 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:45.275 [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 
00:26:45.276 [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) 
00:26:45.276 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:45.276 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:45.276 [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 
00:26:45.276 [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) 
00:26:45.277 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:45.277 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:45.277 [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 
00:26:45.277 [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) 
00:26:45.278 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:45.278 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:45.278 [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 
00:26:45.278 [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) 
00:26:45.278 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:45.279 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:45.279 [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 
00:26:45.279 [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) 
00:26:45.279 [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)] 
00:26:45.279 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:45.280 [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 
00:26:45.280 [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) 
00:26:45.280 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:45.280 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:45.281 [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 
00:26:45.281 [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) 
00:26:45.281 [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)] 
00:26:45.282 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:45.283 [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 
00:26:45.283 [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) 
00:26:45.283 [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)] 
00:26:45.283 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:45.284 [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 
00:26:45.288 [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) 
00:26:45.288 [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)] 
00:26:45.288 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:45.288 [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 
00:26:45.289 [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) 
00:26:45.289 [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)] 
00:26:45.289 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:45.290 [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 
00:26:45.290 [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) 
00:26:45.290 [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)] 
00:26:45.290 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:45.291 [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 
00:26:45.291 [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) 
00:26:45.291 [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)] 
00:26:45.291 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:45.291 [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 
00:26:45.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) 
00:26:45.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)] 
00:26:45.292 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:45.292 [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 
00:26:45.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) 
00:26:45.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)] 
00:26:45.298 [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)] 
00:26:45.299 [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)] 
00:26:45.303 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:45.303 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:45.305 [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)] 
00:26:45.306 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:45.307 [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@75c56eb9 w/ reference null 
00:26:45.307 [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@75c56eb9 w/ reference null 
00:26:45.308 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:45.314 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:45.322 [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 
00:26:45.322 [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)] 
00:26:45.322 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:45.323 [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 
00:26:45.323 [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)] 
00:26:45.323 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:45.324 [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 
00:26:45.324 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:45.324 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:45.324 [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 
00:26:45.325 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:45.325 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:45.325 [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 
00:26:45.326 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:45.326 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:45.326 [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 
00:26:45.326 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:45.326 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:45.327 [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 
00:26:45.327 [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)] 
00:26:45.327 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:45.328 [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 
00:26:45.328 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:45.328 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:45.329 [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 
00:26:45.329 [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)] 
00:26:45.329 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:45.331 [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 
00:26:45.331 [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)] 
00:26:45.331 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:45.332 [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 
00:26:45.332 [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)] 
00:26:45.333 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:45.333 [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 
00:26:45.333 [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)] 
00:26:45.333 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:45.334 [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 
00:26:45.334 [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)] 
00:26:45.334 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:45.335 [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 
00:26:45.335 [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)] 
00:26:45.335 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:45.336 [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 
00:26:45.336 [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)] 
00:26:45.336 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:45.337 [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 
00:26:45.337 [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)] 
00:26:45.338 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:45.340 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:45.341 [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 
00:26:45.341 [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) 
00:26:45.341 [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)] 
00:26:45.342 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:45.342 [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 
00:26:45.342 [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)] 
00:26:45.343 [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/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:45.343 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:26:45.343 [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 
00:26:45.343 [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) 
00:26:45.343 [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)] 
00:26:45.349 [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... 
00:26:45.349 [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 
00:26:45.350 [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)] 
00:26:45.351 [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)] 
00:26:45.352 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:26:45.352 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:26:45.352 [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@118238a7 
00:26:45.352 [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 
00:26:45.352 [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) 
00:26:45.353 [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)] 
00:26:45.353 [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) 
00:26:45.353 [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/gemini-blueprint-equinox/integration-tests/bundles/reference.test.bundle/target/reference.proxy-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:45.353 [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)] 
00:26:45.353 [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 
00:26:45.354 [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) 
00:26:45.354 [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)] 
00:26:45.354 [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 [Thu May 09 00:26:45 UTC 2024]; root of context hierarchy 
00:26:45.354 [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... 
00:26:45.354 [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 
00:26:45.354 [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)] 
00:26:45.355 [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)] 
00:26:45.355 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:26:45.355 [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)] 
00:26:45.355 [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 
00:26:45.355 [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)] 
00:26:45.357 [main]            INFO  o.e.g.b.i.r.ReferenceProxyTest:199 - org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest-bundle.properties was not found; using defaults 
00:26:45.357 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:511 - Post processing: creating test bundle 
00:26:45.359 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:45.365 [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] 
00:26:45.366 [main]            INFO  o.e.g.b.i.r.ReferenceProxyTest:202 - Automatically creating Manifest for the test bundle 
00:26:45.366 [main]            INFO  o.e.g.b.i.r.ReferenceProxyTest:366 - Using the test class for generating bundle imports 
00:26:45.367 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 
00:26:45.367 [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... 
00:26:45.370 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class ReferenceProxyTest 
00:26:45.378 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:45.378 [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... 
00:26:45.378 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class BaseIntegrationTest 
00:26:45.380 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:45.380 [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... 
00:26:45.380 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:45.381 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:45.381 [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... 
00:26:45.381 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:45.382 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:45.382 [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 
00:26:45.382 [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} 
00:26:45.382 [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] 
00:26:45.382 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:45.383 [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] 
00:26:45.383 [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] 
00:26:45.383 [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]] 
00:26:45.383 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:45.383 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:45.383 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:45.383 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:45.383 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:45.383 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:45.383 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:45.384 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:45.384 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:45.384 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:45.384 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 
00:26:45.384 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 
00:26:45.384 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 
00:26:45.384 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 
00:26:45.384 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 
00:26:45.384 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 
00:26:45.384 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 
00:26:45.389 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk574568002/META-INF/spring/simpleservice.xml] 
00:26:45.389 [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 
00:26:45.389 [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.* 
00:26:45.391 [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)] 
00:26:45.392 [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 
00:26:45.392 [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) 
00:26:45.392 [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)] 
00:26:45.392 [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)] 
00:26:45.392 [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 
00:26:45.392 [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)] 
00:26:45.393 [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 
00:26:45.393 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:45.394 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:45.395 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:45.395 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:45.395 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:45.395 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:45.396 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:45.396 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:45.396 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:45.397 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:45.398 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:45.399 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:45.399 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:45.400 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:45.401 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:45.401 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:45.401 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:45.401 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:45.402 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:45.402 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 
00:26:45.402 [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 
00:26:45.438 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:45.438 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:26:45.460 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:45.460 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk574568002/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:45.461 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:45.461 [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.fwk574568002/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:45.576 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk574568002/META-INF/spring/simpleservice-osgi.xml] 
00:26:45.579 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:45.580 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk574568002/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:45.580 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:45.580 [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.fwk574568002/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:45.601 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:45.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.fwk574568002/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:45.638 [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@1d18c3af: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:26:45.644 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:45.644 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:45.645 [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} 
00:26:45.645 [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] 
00:26:45.651 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:45.653 [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@1d18c3af: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:26:45.653 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:45.653 [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@7046eac 
00:26:45.654 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:26:45.654 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:45.654 [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) 
00:26:45.654 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:26:45.654 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:26:45.654 [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) 
00:26:45.654 [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) 
00:26:45.654 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:45.655 [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@118238a7 
00:26:45.655 [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) 
00:26:45.655 [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) 
00:26:45.655 [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 [Thu May 09 00:26:45 UTC 2024]; root of context hierarchy 
00:26:45.655 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:45.656 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk574568002/META-INF/spring/reference.xml] 
00:26:45.658 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:45.658 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk574568002/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:45.658 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:45.659 [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.fwk574568002/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:45.669 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:45.670 [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.fwk574568002/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:45.675 [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@ea9b68a: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy 
00:26:45.675 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:45.675 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:45.676 [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} 
00:26:45.676 [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] 
00:26:45.676 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:45.677 [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@ea9b68a: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy] 
00:26:45.677 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:45.677 [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@7046eac 
00:26:45.677 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 
00:26:45.677 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:45.695 [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)] 
00:26:45.695 [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)] 
00:26:45.696 [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] 
00:26:45.697 [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)] 
00:26:45.697 [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) 
00:26:45.697 [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]] 
00:26:45.697 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleServiceOsgi] 
00:26:45.697 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleServiceOsgi] 
00:26:45.697 [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) 
00:26:45.697 [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) 
00:26:45.700 [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] 
00:26:45.701 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:45.701 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 
00:26:45.701 [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) 
00:26:45.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@3a23d5d0] 
00:26:45.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@621425] 
Delaying for:0
00:26:45.707 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:26:45.708 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:26:45.708 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:26:45.709 [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 {} 
00:26:45.709 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:26:45.710 [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) 
00:26:45.710 [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} 
00:26:45.711 [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 [{}] 
00:26:45.711 [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 [Thu May 09 00:26:45 UTC 2024]; root of context hierarchy] 
00:26:45.711 [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) 
00:26:45.711 [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) 
00:26:45.711 [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) 
00:26:45.711 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:45.712 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:26:45.713 [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@69f07af2] 
00:26:45.714 [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 [Thu May 09 00:26:45 UTC 2024]; root of context hierarchy] 
00:26:45.715 [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} 
00:26:45.716 [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} 
00:26:45.716 [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 
00:26:45.717 [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] 
00:26:45.717 [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) 
00:26:45.736 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:26:45.736 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:26:45.737 [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 
00:26:45.737 [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 
00:26:45.737 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:45.737 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy 
00:26:45.740 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:26:45.745 [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 
00:26:45.745 [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 
00:26:45.746 [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 
00:26:45.746 [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 
00:26:45.746 [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 
00:26:45.747 [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@7de6a3c1] 
00:26:45.748 [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@233eec1c] 
00:26:45.748 [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)] 
00:26:45.748 [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}} 
00:26:45.749 [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 
00:26:45.749 [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 
00:26:45.749 [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 
00:26:45.749 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:26:45.749 [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 
00:26:45.750 [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 
00:26:45.750 [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 
00:26:45.750 [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 
00:26:45.750 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:26:45.750 [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 
00:26:45.751 [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@7773c8a9] 
00:26:45.751 [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 [Thu May 09 00:26:45 UTC 2024]; root of context hierarchy] 
00:26:45.751 [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} 
00:26:45.752 [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} 
00:26:45.752 [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 
00:26:45.752 [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] 
00:26:45.752 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy 
00:26:45.753 [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. 
00:26:45.753 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:364 - Writing test name [testReferenceProxyLifecycle] to OSGi 
00:26:45.761 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testReferenceProxyLifecycle] for execution inside OSGi 
00:26:45.761 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testReferenceProxyLifecycle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6c0d7c83 
00:26:45.762 [main]            INFO  o.e.g.b.i.r.ReferenceProxyTest:190 - Loading context for locations:  
00:26:45.763 [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 [Thu May 09 00:26:45 UTC 2024]; root of context hierarchy 
00:26:45.763 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:26:45.763 [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@71e693fa: defining beans []; root of factory hierarchy 
00:26:45.763 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:45.763 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:45.764 [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} 
00:26:45.764 [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] 
00:26:45.764 [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] 
00:26:45.764 [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] 
00:26:45.765 [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] 
00:26:45.765 [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 [Thu May 09 00:26:45 UTC 2024]; root of context hierarchy] 
00:26:45.765 [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} 
00:26:45.766 [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} 
00:26:45.782 [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
00:26:45.783 [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 
00:26:45.784 [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) 
00:26:45.784 [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@118238a7 
00:26:45.784 [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) 
00:26:45.784 [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) 
00:26:45.784 [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) 
00:26:45.785 [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 [Thu May 09 00:26:45 UTC 2024]; root of context hierarchy 
00:26:45.785 [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 [Thu May 09 00:26:45 UTC 2024]; root of context hierarchy] 
00:26:45.786 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:26:45.786 [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 
00:26:45.786 [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 
00:26:45.787 [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} 
00:26:45.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.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}] 
00:26:45.787 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:45.788 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:26:45.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@118238a7 
00:26:45.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
bundle stopped
00:26:45.788 [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 [Thu May 09 00:26:45 UTC 2024]; root of context hierarchy 
00:26:45.788 [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@51f41885 
00:26:45.789 [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@7393222f] 
00:26:48.789 [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 [Thu May 09 00:26:45 UTC 2024]; root of context hierarchy 
00:26:48.790 [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@7393222f] 
starting bundle
00:26:48.790 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:26:48.790 [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 
00:26:48.791 [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) 
00:26:48.791 [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)] 
00:26:48.791 [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... 
00:26:48.791 [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 
00:26:48.791 [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)] 
00:26:48.791 [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)] 
00:26:48.791 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:26:48.792 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:26:48.792 [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@118238a7 
00:26:48.792 [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) 
00:26:48.792 [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 
00:26:48.792 [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) 
00:26:48.792 [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)] 
00:26:48.792 [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 [Thu May 09 00:26:48 UTC 2024]; root of context hierarchy 
00:26:48.792 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:48.793 [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 
00:26:48.793 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk574568002/META-INF/spring/simpleservice.xml] 
00:26:48.793 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:48.793 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:26:48.795 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:48.795 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk574568002/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:48.795 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:48.796 [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.fwk574568002/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:48.805 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk574568002/META-INF/spring/simpleservice-osgi.xml] 
00:26:48.806 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:48.806 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk574568002/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:48.807 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:48.807 [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.fwk574568002/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:48.814 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:48.815 [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.fwk574568002/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:48.818 [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@eb51776: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:26:48.818 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:48.818 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:48.818 [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} 
00:26:48.819 [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] 
00:26:48.819 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:48.819 [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@eb51776: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:26:48.819 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:48.819 [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@7046eac 
00:26:48.819 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:26:48.819 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:48.819 [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) 
00:26:48.819 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:26:48.819 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:26:48.819 [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) 
00:26:48.820 [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) 
00:26:48.820 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:48.820 [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) 
00:26:48.820 [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@6e8469cd] 
00:26:48.820 [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@739f61e] 
Delaying for:0
00:26:48.821 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:26:48.821 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:26:48.821 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:26:48.821 [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 {} 
00:26:48.821 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:26:48.822 [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 
00:26:48.822 [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 
00:26:48.822 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:26:48.822 [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@291b82eb] 
00:26:48.822 [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 [Thu May 09 00:26:48 UTC 2024]; root of context hierarchy] 
00:26:48.822 [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} 
00:26:48.822 [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} 
00:26:48.823 [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 
00:26:48.823 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
bundle started
00:26:48.823 [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] 
00:26:48.823 [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} 
00:26:48.824 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:48.824 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:440 - Reading OSGi results for test [testReferenceProxyLifecycle] 
00:26:48.824 [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: 4.19 sec - in org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest
00:26:48.828 [Thread-0]        INFO  o.e.g.b.i.r.ReferenceProxyTest:471 - Shutting down OSGi platform 
00:26:48.828 [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) 
00:26:48.828 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:48.828 [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 [Thu May 09 00:26:45 UTC 2024]; root of context hierarchy 
00:26:48.829 [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 [Thu May 09 00:26:45 UTC 2024]; root of context hierarchy] 
00:26:48.829 [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]] 
00:26:48.829 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:48.835 [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]] 
00:26:48.835 [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 
00:26:48.835 [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]] 
00:26:48.836 [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 
00:26:48.836 [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) 
00:26:48.836 [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@118238a7 
00:26:48.836 [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) 
00:26:48.836 [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) 
00:26:48.836 [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) 
00:26:48.836 [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) 
00:26:48.837 [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 [Thu May 09 00:26:45 UTC 2024]; root of context hierarchy 
00:26:48.837 [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 [Thu May 09 00:26:45 UTC 2024]; root of context hierarchy] 
00:26:48.837 [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 
00:26:48.837 [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 
00:26:48.837 [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} 
00:26:48.838 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:48.838 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:26:48.838 [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@118238a7 
00:26:48.838 [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 
00:26:48.838 [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 
00:26:48.838 [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]] 
00:26:48.838 [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 
00:26:48.838 [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) 
00:26:48.838 [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@118238a7 
00:26:48.838 [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) 
00:26:48.839 [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) 
00:26:48.839 [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) 
00:26:48.839 [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 [Thu May 09 00:26:48 UTC 2024]; root of context hierarchy 
00:26:48.839 [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 [Thu May 09 00:26:48 UTC 2024]; root of context hierarchy] 
00:26:48.839 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:26:48.839 [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}] 
00:26:48.840 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:48.840 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:26:48.840 [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@118238a7 
00:26:48.840 [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 
00:26:48.840 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:48.840 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:48.840 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:48.840 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:48.840 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:48.840 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:48.841 [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 
00:26:48.841 [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@5f33fccb 
00:26:48.841 [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@5b0c73f5 
00:26:48.841 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:48.841 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:48.842 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:49,445 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:49,509 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:49,510 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:49,523 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:49,548 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:49,549 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:49,552 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:49,558 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fac631b - No compression will be used
00:26:49,567 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:49,567 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:49,568 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:49,568 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:49,568 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:49,568 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:49,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:49,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
00:26:49,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:49,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:49,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:49,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:49,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:49,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:49,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:49,569 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:49,569 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:49,570 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:49,570 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:49,570 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@50b494a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest
00:26:49.637 [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 
00:26:49.640 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:85 - Instantiating platform wrapper... 
00:26:49.641 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:215 - About to start Equinox OSGi Platform 
00:26:49.853 [main]            INFO  o.e.g.b.i.r.ReferenceInterruptTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:49.855 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:49.856 [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.1.BUILD-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} 
00:26:49.857 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:49.858 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:49.927 [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] 
00:26:49.935 [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] 
00:26:49.938 [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] 
00:26:49.940 [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] 
00:26:49.945 [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] 
00:26:49.950 [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] 
00:26:49.951 [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] 
00:26:49.957 [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] 
00:26:49.962 [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] 
00:26:49.971 [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] 
00:26:49.982 [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] 
00:26:49.985 [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] 
00:26:49.989 [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] 
00:26:49.996 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:49.997 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:50.001 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:50.004 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:50.014 [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] 
00:26:50.054 [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] 
00:26:50.055 [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] 
00:26:50.055 [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] 
00:26:50.055 [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] 
00:26:50.055 [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] 
00:26:50.056 [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] 
00:26:50.056 [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] 
00:26:50.056 [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] 
00:26:50.056 [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] 
00:26:50.057 [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] 
00:26:50.057 [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] 
00:26:50.057 [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] 
00:26:50.057 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:50.058 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:50.058 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:50,083 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:50,106 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:50,107 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:50,114 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:50,129 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:50,130 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:50,138 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:50,143 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@67f639d3 - No compression will be used
00:26:50,146 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:50,146 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:50,147 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:50,147 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:50,147 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:50,147 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:50,147 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:50,147 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:50,147 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:50,147 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:50,147 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:50,155 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:50,155 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:50,155 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:50,155 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:50,155 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:50,155 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:50,155 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:50,156 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:50,156 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4b0d79fc - Registering current configuration as safe fallback point
00:26:50.164 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:50.170 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:50.228 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:50.228 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:50.231 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:50.233 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:50.236 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:50.238 [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 
00:26:50.238 [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) 
00:26:50.239 [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)] 
00:26:50.239 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:50.239 [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 
00:26:50.239 [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) 
00:26:50.239 [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)] 
00:26:50.240 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:50.240 [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 
00:26:50.240 [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) 
00:26:50.240 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:50.240 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:50.240 [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 
00:26:50.241 [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) 
00:26:50.241 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:50.241 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:50.241 [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 
00:26:50.241 [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) 
00:26:50.241 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:50.242 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:50.242 [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 
00:26:50.242 [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) 
00:26:50.242 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:50.242 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:50.242 [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 
00:26:50.242 [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) 
00:26:50.243 [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)] 
00:26:50.243 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:50.243 [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 
00:26:50.244 [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) 
00:26:50.244 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:50.244 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:50.244 [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 
00:26:50.245 [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) 
00:26:50.245 [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)] 
00:26:50.245 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:50.246 [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 
00:26:50.246 [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) 
00:26:50.246 [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)] 
00:26:50.246 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:50.247 [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 
00:26:50.247 [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) 
00:26:50.248 [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)] 
00:26:50.248 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:50.248 [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 
00:26:50.248 [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) 
00:26:50.248 [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)] 
00:26:50.248 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:50.249 [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 
00:26:50.249 [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) 
00:26:50.249 [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)] 
00:26:50.252 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:50.253 [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 
00:26:50.253 [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) 
00:26:50.253 [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)] 
00:26:50.253 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:50.253 [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 
00:26:50.254 [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) 
00:26:50.254 [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)] 
00:26:50.254 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:50.254 [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 
00:26:50.254 [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) 
00:26:50.254 [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)] 
00:26:50.260 [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)] 
00:26:50.260 [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)] 
00:26:50.264 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:50.265 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:50.267 [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)] 
00:26:50.268 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:50.268 [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@19b843ba w/ reference null 
00:26:50.268 [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@19b843ba w/ reference null 
00:26:50.269 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:50.271 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:50.278 [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 
00:26:50.278 [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)] 
00:26:50.278 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:50.279 [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 
00:26:50.279 [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)] 
00:26:50.279 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:50.279 [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 
00:26:50.279 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:50.279 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:50.280 [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 
00:26:50.280 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:50.280 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:50.280 [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 
00:26:50.281 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:50.281 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:50.281 [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 
00:26:50.281 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:50.281 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:50.282 [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 
00:26:50.282 [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)] 
00:26:50.282 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:50.283 [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 
00:26:50.283 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:50.283 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:50.284 [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 
00:26:50.284 [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)] 
00:26:50.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)] 
00:26:50.285 [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 
00:26:50.285 [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)] 
00:26:50.285 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:50.287 [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 
00:26:50.287 [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)] 
00:26:50.287 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:50.287 [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 
00:26:50.287 [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)] 
00:26:50.288 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:50.288 [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 
00:26:50.288 [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)] 
00:26:50.288 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:50.289 [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 
00:26:50.292 [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)] 
00:26:50.292 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:50.293 [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 
00:26:50.293 [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)] 
00:26:50.293 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:50.294 [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 
00:26:50.294 [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)] 
00:26:50.295 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:50.298 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:50.298 [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 
00:26:50.299 [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) 
00:26:50.299 [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)] 
00:26:50.299 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:50.299 [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 
00:26:50.300 [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)] 
00:26:50.301 [main]            INFO  o.e.g.b.i.r.ReferenceInterruptTest:199 - org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest-bundle.properties was not found; using defaults 
00:26:50.301 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:511 - Post processing: creating test bundle 
00:26:50.309 [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] 
00:26:50.310 [main]            INFO  o.e.g.b.i.r.ReferenceInterruptTest:202 - Automatically creating Manifest for the test bundle 
00:26:50.310 [main]            INFO  o.e.g.b.i.r.ReferenceInterruptTest:366 - Using the test class for generating bundle imports 
00:26:50.311 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 
00:26:50.312 [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... 
00:26:50.314 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class ReferenceInterruptTest 
00:26:50.322 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:50.322 [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... 
00:26:50.322 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class BaseIntegrationTest 
00:26:50.324 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:50.324 [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... 
00:26:50.324 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:50.325 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:50.325 [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... 
00:26:50.325 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:50.326 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:50.326 [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 
00:26:50.326 [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} 
00:26:50.326 [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] 
00:26:50.326 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:50.326 [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] 
00:26:50.327 [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] 
00:26:50.327 [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]] 
00:26:50.327 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:50.327 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:50.327 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:50.327 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:50.327 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:50.327 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:50.327 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:50.328 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:50.328 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:50.328 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:50.328 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 
00:26:50.328 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 
00:26:50.328 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 
00:26:50.328 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 
00:26:50.328 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 
00:26:50.328 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 
00:26:50.328 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 
00:26:50.340 [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 
00:26:50.340 [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.* 
00:26:50.343 [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)] 
00:26:50.343 [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 
00:26:50.343 [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) 
00:26:50.343 [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)] 
00:26:50.343 [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)] 
00:26:50.344 [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 
00:26:50.344 [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)] 
00:26:50.344 [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 
00:26:50.344 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:50.346 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:50.346 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:50.346 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:50.346 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:50.347 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:50.347 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:50.347 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:50.348 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:50.348 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:50.349 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:50.351 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:50.351 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:50.351 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:50.352 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:50.352 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:50.353 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:50.353 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:50.353 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:50.354 [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. 
00:26:50.354 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:364 - Writing test name [testProxyInterrupt] to OSGi 
00:26:50.362 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyInterrupt] for execution inside OSGi 
00:26:50.362 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyInterrupt] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@57576994 
00:26:50.363 [main]            INFO  o.e.g.b.i.r.ReferenceInterruptTest:190 - Loading context for locations:  
00:26:50.368 [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 [Thu May 09 00:26:50 UTC 2024]; root of context hierarchy 
00:26:50.372 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:26:50.384 [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@51549490: defining beans []; root of factory hierarchy 
00:26:50.390 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:50.391 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:50.391 [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} 
00:26:50.392 [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] 
00:26:50.394 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2bb3058] 
00:26:50.394 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7a362b6b] 
00:26:50.396 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@10a9d961] 
00:26:50.397 [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 [Thu May 09 00:26:50 UTC 2024]; root of context hierarchy] 
00:26:50.399 [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} 
00:26:50.400 [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} 
00:26:50.422 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
00:26:50.422 [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)] 
00:26:50.423 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:26:50.427 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - UNMANAGED TCCL used for invoking ServiceReference [null] null={} 
00:26:50.434 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
00:26:50.435 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
00:26:50.435 [main]            INFO  o.e.g.b.i.r.ReferenceInterruptTest:65 - Invoking proxy... 
00:26:50.438 [main]            TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:454 - No application event publisher set; no events will be published 
00:26:53.435 [main]            TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:454 - No application event publisher set; no events will be published 
00:26:53.436 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:53.436 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:440 - Reading OSGi results for test [testProxyInterrupt] 
00:26:53.437 [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: 3.803 sec - in org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest
00:26:53.440 [Thread-0]        INFO  o.e.g.b.i.r.ReferenceInterruptTest:471 - Shutting down OSGi platform 
00:26:53.440 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:53.440 [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) 
00:26:53.441 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:53.441 [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 [Thu May 09 00:26:50 UTC 2024]; root of context hierarchy 
00:26:53.441 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:53.441 [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 [Thu May 09 00:26:50 UTC 2024]; root of context hierarchy] 
00:26:53.441 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:53.441 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:53.441 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:53.441 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:53.441 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:53.442 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:53.443 [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 
00:26:53.443 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:53.444 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:53.444 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:54,059 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:54,123 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:54,124 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:54,139 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:54,160 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:54,161 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:54,165 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:54,170 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:26:54,179 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:54,179 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:54,180 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:54,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:54,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:54,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:54,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:54,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
00:26:54,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
00:26:54,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:54,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:54,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:54,182 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:54,182 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:54,182 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:54,182 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:54,182 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:54,182 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:54,183 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:54,183 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest
00:26:54.266 [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 
00:26:54.269 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:85 - Instantiating platform wrapper... 
00:26:54.270 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:215 - About to start Equinox OSGi Platform 
00:26:54.484 [main]            INFO  o.e.g.b.i.s.ServiceListenerTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:54.486 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:54.487 [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.1.BUILD-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} 
00:26:54.488 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:54.489 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:54.566 [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] 
00:26:54.574 [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] 
00:26:54.578 [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] 
00:26:54.580 [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] 
00:26:54.585 [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] 
00:26:54.590 [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] 
00:26:54.591 [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] 
00:26:54.596 [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] 
00:26:54.602 [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] 
00:26:54.611 [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] 
00:26:54.641 [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] 
00:26:54.645 [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] 
00:26:54.649 [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] 
00:26:54.656 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:54.657 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:54.661 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:54.664 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:54.667 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:54.668 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/service.listener.bundle/target/service.listener-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:54.677 [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] 
00:26:54.695 [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] 
00:26:54.695 [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] 
00:26:54.696 [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] 
00:26:54.696 [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] 
00:26:54.696 [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] 
00:26:54.696 [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] 
00:26:54.697 [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] 
00:26:54.697 [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] 
00:26:54.697 [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] 
00:26:54.697 [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] 
00:26:54.697 [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] 
00:26:54.698 [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] 
00:26:54.698 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:54.698 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:54.698 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:54,744 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:54,766 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:54,768 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:54,775 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:54,796 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:54,797 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:54,799 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:54,804 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47d9a273 - No compression will be used
00:26:54,807 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:54,808 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:54,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:54,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:54,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:54,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:54,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:54,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:54,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
00:26:54,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:54,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:54,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:54,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:54,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:54,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:54,810 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:54,810 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:54,810 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:54,810 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:54,811 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@72e5a8e - Registering current configuration as safe fallback point
00:26:54.818 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:54.824 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:54.892 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:54.893 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:54.896 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:54.898 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:54.901 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:54.903 [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 
00:26:54.903 [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) 
00:26:54.903 [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)] 
00:26:54.903 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:54.904 [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 
00:26:54.904 [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) 
00:26:54.904 [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)] 
00:26:54.904 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:54.904 [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 
00:26:54.904 [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) 
00:26:54.904 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:54.904 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:54.905 [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 
00:26:54.905 [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) 
00:26:54.905 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:54.905 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:54.905 [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 
00:26:54.906 [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) 
00:26:54.906 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:54.906 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:54.906 [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 
00:26:54.906 [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) 
00:26:54.906 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:54.906 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:54.907 [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 
00:26:54.907 [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) 
00:26:54.907 [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)] 
00:26:54.907 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:54.908 [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 
00:26:54.908 [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) 
00:26:54.908 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:54.908 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:54.909 [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 
00:26:54.909 [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) 
00:26:54.909 [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)] 
00:26:54.909 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:54.910 [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 
00:26:54.910 [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) 
00:26:54.910 [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)] 
00:26:54.910 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:54.912 [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 
00:26:54.915 [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) 
00:26:54.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)] 
00:26:54.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)] 
00:26:54.916 [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 
00:26:54.916 [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) 
00:26:54.916 [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)] 
00:26:54.916 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:54.916 [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 
00:26:54.917 [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) 
00:26:54.917 [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)] 
00:26:54.917 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:54.917 [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 
00:26:54.918 [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) 
00:26:54.918 [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)] 
00:26:54.918 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:54.918 [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 
00:26:54.918 [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) 
00:26:54.918 [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)] 
00:26:54.918 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:54.919 [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 
00:26:54.919 [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) 
00:26:54.919 [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)] 
00:26:54.925 [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)] 
00:26:54.925 [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)] 
00:26:54.934 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:54.934 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:54.936 [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)] 
00:26:54.937 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:54.938 [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@dc9876b w/ reference null 
00:26:54.938 [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@dc9876b w/ reference null 
00:26:54.939 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:54.941 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:54.948 [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 
00:26:54.949 [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)] 
00:26:54.949 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:54.949 [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 
00:26:54.949 [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)] 
00:26:54.950 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:54.950 [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 
00:26:54.950 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:54.950 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:54.950 [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 
00:26:54.951 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:54.951 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:54.951 [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 
00:26:54.951 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:54.951 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:54.952 [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 
00:26:54.952 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:54.952 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:54.952 [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 
00:26:54.952 [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)] 
00:26:54.953 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:54.953 [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 
00:26:54.954 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:54.954 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:54.954 [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 
00:26:54.955 [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)] 
00:26:54.955 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:54.956 [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 
00:26:54.956 [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)] 
00:26:54.956 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:54.957 [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 
00:26:54.957 [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)] 
00:26:54.958 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:54.958 [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 
00:26:54.958 [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)] 
00:26:54.958 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:54.959 [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 
00:26:54.959 [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)] 
00:26:54.959 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:54.960 [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 
00:26:54.960 [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)] 
00:26:54.960 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:54.960 [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 
00:26:54.961 [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)] 
00:26:54.961 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:54.962 [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 
00:26:54.962 [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)] 
00:26:54.962 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:54.965 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:54.965 [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 
00:26:54.965 [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) 
00:26:54.966 [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)] 
00:26:54.966 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:54.966 [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 
00:26:54.966 [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)] 
00:26:54.966 [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/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:54.967 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:26:54.967 [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 
00:26:54.967 [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) 
00:26:54.967 [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)] 
00:26:54.972 [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... 
00:26:54.973 [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 
00:26:54.973 [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)] 
00:26:54.975 [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)] 
00:26:54.975 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:26:54.975 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:26:54.975 [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@130263db 
00:26:54.975 [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 
00:26:54.976 [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) 
00:26:54.976 [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)] 
00:26:54.976 [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) 
00:26:54.976 [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/gemini-blueprint-equinox/integration-tests/bundles/service.listener.bundle/target/service.listener-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:54.976 [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)] 
00:26:54.976 [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 
00:26:54.976 [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) 
00:26:54.976 [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)] 
00:26:54.977 [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... 
00:26:54.977 [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 [Thu May 09 00:26:54 UTC 2024]; root of context hierarchy 
00:26:54.977 [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 
00:26:54.977 [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)] 
00:26:54.977 [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)] 
00:26:54.977 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:26:54.977 [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)] 
00:26:54.978 [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 
00:26:54.978 [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)] 
00:26:54.979 [main]            INFO  o.e.g.b.i.s.ServiceListenerTest:199 - org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest-bundle.properties was not found; using defaults 
00:26:54.979 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:511 - Post processing: creating test bundle 
00:26:54.981 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:54.986 [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] 
00:26:54.987 [main]            INFO  o.e.g.b.i.s.ServiceListenerTest:202 - Automatically creating Manifest for the test bundle 
00:26:54.987 [main]            INFO  o.e.g.b.i.s.ServiceListenerTest:366 - Using the test class for generating bundle imports 
00:26:54.988 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.class 
00:26:54.989 [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... 
00:26:54.991 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class ServiceListenerTest 
00:26:54.999 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:54.999 [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... 
00:26:54.999 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class BaseIntegrationTest 
00:26:55.001 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/META-INF/spring/simpleservice.xml] 
00:26:55.001 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:55.001 [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... 
00:26:55.002 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:55.003 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:55.003 [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... 
00:26:55.003 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:55.003 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:55.003 [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 
00:26:55.004 [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} 
00:26:55.004 [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] 
00:26:55.004 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:55.004 [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] 
00:26:55.004 [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] 
00:26:55.004 [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]] 
00:26:55.004 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:55.004 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:55.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:55.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:55.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:55.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:55.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:55.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:55.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:55.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:55.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ 
00:26:55.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.MF 
00:26:55.005 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.class 
00:26:55.009 [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 
00:26:55.009 [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.* 
00:26:55.012 [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)] 
00:26:55.012 [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 
00:26:55.012 [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) 
00:26:55.012 [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)] 
00:26:55.012 [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)] 
00:26:55.013 [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 
00:26:55.013 [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)] 
00:26:55.013 [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 
00:26:55.013 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:55.014 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:55.015 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:55.015 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:55.015 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:55.016 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:55.016 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:55.016 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:55.037 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:55.037 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:55.038 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:55.040 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:55.040 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:55.040 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:55.041 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:55.041 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:55.042 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:55.042 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:55.042 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:55.042 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 
00:26:55.043 [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 
00:26:55.044 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:55.045 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:26:55.049 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:55.049 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:55.049 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:55.050 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:55.161 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/META-INF/spring/simpleservice-osgi.xml] 
00:26:55.163 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:55.164 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:55.164 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:55.164 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:55.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:55.181 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:55.195 [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@5c037e7e: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:26:55.201 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:55.201 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:55.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} 
00:26:55.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] 
00:26:55.208 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:55.238 [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@5c037e7e: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:26:55.238 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:55.239 [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@1a64fe49 
00:26:55.239 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:26:55.239 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:55.239 [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) 
00:26:55.239 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:26:55.239 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:26:55.239 [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) 
00:26:55.239 [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) 
00:26:55.239 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:55.240 [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@130263db 
00:26:55.240 [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) 
00:26:55.240 [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) 
00:26:55.240 [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 [Thu May 09 00:26:55 UTC 2024]; root of context hierarchy 
00:26:55.240 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:55.241 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/META-INF/spring/service-listener.xml] 
00:26:55.243 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:55.243 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:55.243 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:55.244 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:55.254 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:55.255 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:55.261 [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@6cf99fb1: defining beans [listener,simpleServiceOsgi]; root of factory hierarchy 
00:26:55.261 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:55.261 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:55.262 [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} 
00:26:55.262 [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] 
00:26:55.262 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:55.263 [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@6cf99fb1: defining beans [listener,simpleServiceOsgi]; root of factory hierarchy] 
00:26:55.263 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:55.263 [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@1a64fe49 
00:26:55.263 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 
00:26:55.263 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:55.284 [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 
00:26:55.285 [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 
00:26:55.285 [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 
00:26:55.286 [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)] 
00:26:55.286 [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)] 
00:26:55.287 [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] 
00:26:55.287 [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)] 
00:26:55.287 [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) 
00:26:55.287 [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]] 
00:26:55.287 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleServiceOsgi] 
00:26:55.288 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleServiceOsgi] 
00:26:55.288 [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) 
00:26:55.288 [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) 
00:26:55.291 [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] 
00:26:55.291 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:55.292 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 
00:26:55.292 [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) 
00:26:55.293 [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@16911ca1] 
00:26:55.294 [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@53f5ae2b] 
Delaying for:0
00:26:55.298 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:26:55.298 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:26:55.298 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:26:55.299 [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 {} 
00:26:55.299 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:26:55.300 [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) 
00:26:55.301 [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} 
00:26:55.301 [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 [{}] 
00:26:55.301 [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 [Thu May 09 00:26:55 UTC 2024]; root of context hierarchy] 
00:26:55.302 [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) 
00:26:55.302 [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) 
00:26:55.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.service.listener, config=osgibundle:/META-INF/spring/*.xml) 
00:26:55.302 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:55.302 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:26:55.303 [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@6c215615] 
00:26:55.305 [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 [Thu May 09 00:26:54 UTC 2024]; root of context hierarchy] 
00:26:55.306 [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} 
00:26:55.307 [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} 
00:26:55.307 [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 
00:26:55.307 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:26:55.307 [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] 
00:26:55.308 [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 
00:26:55.308 [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) 
00:26:55.308 [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 
00:26:55.308 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:26:55.308 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:55.308 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.service.listener 
00:26:55.339 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:26:55.344 [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 
00:26:55.345 [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 
00:26:55.345 [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 
00:26:55.345 [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 
00:26:55.346 [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 
00:26:55.347 [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@62a56792] 
00:26:55.347 [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@7fb8a094] 
00:26:55.348 [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)] 
00:26:55.348 [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}} 
00:26:55.349 [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 
00:26:55.349 [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 
00:26:55.349 [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@33c996ac 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} 
00:26:55.349 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@9cf3c41 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;@3638f3af, service.id=32} 
00:26:55.349 [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) 
00:26:55.350 [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@33c996ac 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} 
00:26:55.350 [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 
00:26:55.350 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:26:55.350 [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 
00:26:55.350 [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 
00:26:55.351 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:26:55.351 [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 
00:26:55.351 [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@3970928e] 
00:26:55.352 [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 [Thu May 09 00:26:55 UTC 2024]; root of context hierarchy] 
00:26:55.352 [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} 
00:26:55.352 [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} 
00:26:55.352 [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 
00:26:55.353 [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] 
00:26:55.353 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.service.listener 
00:26:55.353 [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. 
00:26:55.353 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:364 - Writing test name [testServiceListener] to OSGi 
00:26:55.362 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceListener] for execution inside OSGi 
00:26:55.362 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceListener] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@282cb7c7 
00:26:55.362 [main]            INFO  o.e.g.b.i.s.ServiceListenerTest:190 - Loading context for locations:  
00:26:55.363 [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 [Thu May 09 00:26:55 UTC 2024]; root of context hierarchy 
00:26:55.363 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:26:55.363 [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@176b75f7: defining beans []; root of factory hierarchy 
00:26:55.364 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:55.364 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:55.364 [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} 
00:26:55.364 [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] 
00:26:55.364 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3b8f0a79] 
00:26:55.364 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@71e693fa] 
00:26:55.365 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@48793bef] 
00:26:55.365 [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 [Thu May 09 00:26:55 UTC 2024]; root of context hierarchy] 
00:26:55.365 [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} 
00:26:55.365 [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} 
00:26:55.378 [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 
00:26:55.378 [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) 
00:26:55.379 [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@130263db 
00:26:55.379 [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) 
00:26:55.379 [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) 
00:26:55.379 [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) 
00:26:55.379 [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 [Thu May 09 00:26:54 UTC 2024]; root of context hierarchy 
00:26:55.379 [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 [Thu May 09 00:26:54 UTC 2024]; root of context hierarchy] 
00:26:55.380 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:26:55.381 [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@33c996ac 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} 
00:26:55.381 [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@9cf3c41 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;@d0f8066, service.id=32} 
00:26:55.381 [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) 
00:26:55.381 [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@33c996ac 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} 
00:26:55.381 [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 
00:26:55.381 [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 
00:26:55.381 [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}] 
00:26:55.382 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:55.382 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:26:55.382 [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@130263db 
00:26:55.382 [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 
00:26:55.383 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:56 - about to restart simple service 
00:26:55.383 [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@2f2cdd80 
00:26:55.383 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:26:55.383 [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 
00:26:55.383 [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) 
00:26:55.384 [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)] 
00:26:55.384 [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... 
00:26:55.384 [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 
00:26:55.384 [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)] 
00:26:55.384 [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)] 
00:26:55.384 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:26:55.384 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:26:55.384 [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@130263db 
00:26:55.384 [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) 
00:26:55.385 [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) 
00:26:55.385 [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 
00:26:55.385 [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 [Thu May 09 00:26:55 UTC 2024]; root of context hierarchy 
00:26:55.385 [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)] 
00:26:55.385 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:55.385 [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 
00:26:55.385 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/META-INF/spring/simpleservice.xml] 
00:26:55.386 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:55.386 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:26:55.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:55.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:55.388 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:55.388 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:55.397 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/META-INF/spring/simpleservice-osgi.xml] 
00:26:55.398 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:55.398 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:55.399 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:55.399 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:55.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:55.407 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:55.439 [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@45c4e71c: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:26:55.439 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:55.439 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:55.439 [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} 
00:26:55.439 [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] 
00:26:55.440 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:55.440 [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@45c4e71c: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:26:55.440 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:55.440 [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@1a64fe49 
00:26:55.440 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:26:55.440 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:55.440 [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) 
00:26:55.440 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:26:55.440 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:26:55.440 [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) 
00:26:55.440 [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) 
00:26:55.440 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:55.440 [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) 
00:26:55.441 [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@20439641] 
00:26:55.441 [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@6fe730e0] 
Delaying for:0
00:26:55.442 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:26:55.442 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:26:55.442 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:26:55.442 [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 {} 
00:26:55.442 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:26:55.442 [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 
00:26:55.442 [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 
00:26:55.443 [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@33c996ac 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} 
00:26:55.443 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@9cf3c41 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;@46743b10, service.id=36} 
00:26:55.443 [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) 
00:26:55.443 [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@33c996ac 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} 
00:26:55.443 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:26:55.443 [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@10c2730e] 
00:26:55.443 [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 [Thu May 09 00:26:55 UTC 2024]; root of context hierarchy] 
00:26:55.444 [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} 
00:26:55.444 [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} 
00:26:55.444 [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 
00:26:55.445 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:26:55.445 [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] 
00:26:56.445 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:62 - simple service succesfully restarted 
00:26:56.445 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:56.446 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:440 - Reading OSGi results for test [testServiceListener] 
00:26:56.446 [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: 2.184 sec - in org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest
00:26:56.449 [Thread-0]        INFO  o.e.g.b.i.s.ServiceListenerTest:471 - Shutting down OSGi platform 
00:26:56.449 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:56.449 [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) 
00:26:56.450 [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]] 
00:26:56.450 [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 [Thu May 09 00:26:55 UTC 2024]; root of context hierarchy 
00:26:56.450 [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 [Thu May 09 00:26:55 UTC 2024]; root of context hierarchy] 
00:26:56.450 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:56.450 [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 
00:26:56.450 [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 
00:26:56.451 [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]] 
00:26:56.451 [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 
00:26:56.451 [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) 
00:26:56.451 [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@130263db 
00:26:56.451 [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) 
00:26:56.451 [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) 
00:26:56.451 [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) 
00:26:56.452 [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) 
00:26:56.452 [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 [Thu May 09 00:26:55 UTC 2024]; root of context hierarchy 
00:26:56.452 [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 [Thu May 09 00:26:55 UTC 2024]; root of context hierarchy] 
00:26:56.452 [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@33c996ac 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} 
00:26:56.452 [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@9cf3c41 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;@16680ae5, service.id=36} 
00:26:56.452 [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) 
00:26:56.452 [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@33c996ac 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} 
00:26:56.453 [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 
00:26:56.453 [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 
00:26:56.453 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:56.453 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:26:56.453 [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@130263db 
00:26:56.453 [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 
00:26:56.453 [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 
00:26:56.453 [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) 
00:26:56.453 [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@130263db 
00:26:56.453 [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) 
00:26:56.453 [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) 
00:26:56.454 [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) 
00:26:56.454 [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 [Thu May 09 00:26:55 UTC 2024]; root of context hierarchy 
00:26:56.454 [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 [Thu May 09 00:26:55 UTC 2024]; root of context hierarchy] 
00:26:56.454 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:26:56.454 [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}] 
00:26:56.454 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:56.454 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:26:56.454 [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@130263db 
00:26:56.454 [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 
00:26:56.454 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:56.455 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:56.455 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:56.455 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:56.455 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:56.455 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:56.455 [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 
00:26:56.455 [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@21eb2615 
00:26:56.455 [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@25d4b6f0 
00:26:56.455 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:56.455 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:56.456 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:57,071 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:57,152 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:57,154 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:57,166 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:57,186 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:57,188 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:57,191 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:57,196 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fac631b - No compression will be used
00:26:57,205 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:57,205 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:57,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:57,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:57,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:57,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:57,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:57,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
00:26:57,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
00:26:57,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:57,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:57,208 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:57,208 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:57,208 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:57,208 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:57,208 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:57,208 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:57,208 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:57,208 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:57,209 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@50b494a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest
00:26:57.282 [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 
00:26:57.285 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:85 - Instantiating platform wrapper... 
00:26:57.286 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:215 - About to start Equinox OSGi Platform 
00:26:57.495 [main]            INFO  o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:57.498 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:57.499 [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.1.BUILD-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} 
00:26:57.500 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:57.500 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:57.576 [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] 
00:26:57.584 [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] 
00:26:57.587 [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] 
00:26:57.589 [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] 
00:26:57.594 [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] 
00:26:57.599 [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] 
00:26:57.601 [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] 
00:26:57.606 [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] 
00:26:57.611 [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] 
00:26:57.620 [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] 
00:26:57.645 [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] 
00:26:57.648 [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] 
00:26:57.652 [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] 
00:26:57.659 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:57.660 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:57.664 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:57.666 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:57.669 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:57.674 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:57.683 [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] 
00:26:57.701 [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] 
00:26:57.701 [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] 
00:26:57.701 [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] 
00:26:57.701 [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] 
00:26:57.702 [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] 
00:26:57.702 [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] 
00:26:57.702 [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] 
00:26:57.702 [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] 
00:26:57.702 [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] 
00:26:57.703 [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] 
00:26:57.703 [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] 
00:26:57.703 [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] 
00:26:57.703 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:57.704 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:57.704 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:57,753 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:57,775 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:57,777 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:57,783 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:57,805 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:57,806 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:57,809 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:57,813 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47d9a273 - No compression will be used
00:26:57,817 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:57,817 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:57,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:57,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:57,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:57,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:57,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:57,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
00:26:57,819 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:57,819 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:57,819 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:57,819 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:57,819 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:57,819 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:57,819 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:57,819 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:57,819 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:57,820 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:57,820 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:57,820 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@72e5a8e - Registering current configuration as safe fallback point
00:26:57.828 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:57.833 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:57.891 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:57.892 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:57.894 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:57.897 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:57.900 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:57.902 [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 
00:26:57.902 [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) 
00:26:57.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)] 
00:26:57.902 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:57.903 [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 
00:26:57.903 [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) 
00:26:57.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)] 
00:26:57.903 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:57.903 [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 
00:26:57.903 [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) 
00:26:57.903 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:57.904 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:57.904 [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 
00:26:57.904 [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) 
00:26:57.904 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:57.904 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:57.905 [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 
00:26:57.905 [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) 
00:26:57.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)] 
00:26:57.905 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:57.905 [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 
00:26:57.905 [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) 
00:26:57.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)] 
00:26:57.906 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:57.906 [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 
00:26:57.906 [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) 
00:26:57.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)] 
00:26:57.906 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:57.907 [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 
00:26:57.907 [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) 
00:26:57.907 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:57.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)] 
00:26:57.908 [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 
00:26:57.908 [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) 
00:26:57.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)] 
00:26:57.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)] 
00:26:57.909 [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 
00:26:57.909 [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) 
00:26:57.909 [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)] 
00:26:57.910 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:57.911 [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 
00:26:57.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) 
00:26:57.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)] 
00:26:57.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)] 
00:26:57.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 
00:26:57.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) 
00:26:57.912 [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)] 
00:26:57.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)] 
00:26:57.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 
00:26:57.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) 
00:26:57.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)] 
00:26:57.913 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:57.913 [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 
00:26:57.913 [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) 
00:26:57.913 [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)] 
00:26:57.913 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:57.914 [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 
00:26:57.914 [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) 
00:26:57.914 [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)] 
00:26:57.914 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:57.914 [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 
00:26:57.915 [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) 
00:26:57.915 [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)] 
00:26:57.920 [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)] 
00:26:57.920 [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)] 
00:26:57.924 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:26:57.924 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:26:57.927 [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)] 
00:26:57.928 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:57.928 [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@dc9876b w/ reference null 
00:26:57.928 [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@dc9876b w/ reference null 
00:26:57.929 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:26:57.931 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:57.941 [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 
00:26:57.942 [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)] 
00:26:57.942 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:57.943 [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 
00:26:57.943 [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)] 
00:26:57.943 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:57.944 [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 
00:26:57.944 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:26:57.944 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:57.944 [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 
00:26:57.944 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:26:57.944 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:57.945 [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 
00:26:57.945 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:26:57.945 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:57.946 [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 
00:26:57.946 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:26:57.946 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:26:57.946 [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 
00:26:57.946 [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)] 
00:26:57.946 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:57.947 [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 
00:26:57.947 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:26:57.947 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:26:57.948 [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 
00:26:57.948 [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)] 
00:26:57.949 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:26:57.950 [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 
00:26:57.950 [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)] 
00:26:57.950 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:26:57.951 [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 
00:26:57.951 [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)] 
00:26:57.952 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:26:57.952 [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 
00:26:57.952 [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)] 
00:26:57.952 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:26:57.953 [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 
00:26:57.953 [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)] 
00:26:57.953 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:26:57.954 [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 
00:26:57.954 [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)] 
00:26:57.954 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:26:57.954 [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 
00:26:57.954 [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)] 
00:26:57.955 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:26:57.956 [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 
00:26:57.956 [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)] 
00:26:57.956 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:57.959 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:57.960 [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 
00:26:57.960 [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) 
00:26:57.960 [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)] 
00:26:57.960 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:26:57.960 [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 
00:26:57.961 [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)] 
00:26:57.961 [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/gemini-blueprint-equinox/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:57.961 [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)] 
00:26:57.961 [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 
00:26:57.961 [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) 
00:26:57.961 [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)] 
00:26:57.961 [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)] 
00:26:57.962 [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 
00:26:57.962 [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)] 
00:26:57.962 [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/gemini-blueprint-equinox/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:57.962 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:26:57.963 [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 
00:26:57.963 [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) 
00:26:57.963 [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)] 
00:26:57.968 [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... 
00:26:57.968 [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 
00:26:57.969 [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)] 
00:26:57.970 [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)] 
00:26:57.971 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:26:57.971 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:26:57.971 [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@2c856779 
00:26:57.971 [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 
00:26:57.971 [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) 
00:26:57.972 [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)] 
00:26:57.972 [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) 
00:26:57.973 [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 [Thu May 09 00:26:57 UTC 2024]; root of context hierarchy 
00:26:57.973 [main]            INFO  o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:199 - org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest-bundle.properties was not found; using defaults 
00:26:57.973 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:511 - Post processing: creating test bundle 
00:26:57.977 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:57.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.servicedependency] 
00:26:57.982 [main]            INFO  o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:202 - Automatically creating Manifest for the test bundle 
00:26:57.982 [main]            INFO  o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:366 - Using the test class for generating bundle imports 
00:26:57.983 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 
00:26:57.984 [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... 
00:26:57.986 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class MultipleExportersDependingOnOneImporterTest 
00:26:57.994 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:57.995 [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... 
00:26:57.995 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class BaseIntegrationTest 
00:26:57.996 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:57.997 [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... 
00:26:57.997 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:26:57.997 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/META-INF/spring/context.xml] 
00:26:57.998 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:57.998 [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... 
00:26:57.998 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:26:57.998 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:26:57.999 [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 
00:26:57.999 [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} 
00:26:57.999 [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] 
00:26:57.999 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:26:57.999 [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] 
00:26:57.999 [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] 
00:26:57.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-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]] 
00:26:58.000 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:26:58.000 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:26:58.000 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:26:58.000 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:26:58.000 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:26:58.000 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:26:58.000 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:26:58.000 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:26:58.000 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:26:58.000 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:26:58.000 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 
00:26:58.000 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 
00:26:58.001 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 
00:26:58.001 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 
00:26:58.001 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 
00:26:58.001 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 
00:26:58.001 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 
00:26:58.001 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 
00:26:58.001 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 
00:26:58.006 [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 
00:26:58.006 [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.* 
00:26:58.009 [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)] 
00:26:58.009 [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 
00:26:58.009 [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) 
00:26:58.009 [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)] 
00:26:58.009 [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)] 
00:26:58.010 [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 
00:26:58.010 [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)] 
00:26:58.010 [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 
00:26:58.010 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:26:58.012 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:26:58.012 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:26:58.012 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:26:58.012 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:26:58.013 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:26:58.013 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:26:58.036 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:26:58.037 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:26:58.038 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:26:58.039 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:26:58.040 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:26:58.040 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:26:58.041 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:26:58.042 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:26:58.042 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:26:58.042 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:26:58.042 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:26:58.043 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:26:58.043 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 
00:26:58.043 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 
00:26:58.044 [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 
00:26:58.045 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:58.045 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:26:58.048 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:58.048 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:58.049 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:58.049 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:58.152 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:58.152 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:58.179 [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@19e0809d: 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 
00:26:58.185 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:58.185 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:58.186 [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} 
00:26:58.186 [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] 
00:26:58.192 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:58.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@19e0809d: 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] 
00:26:58.194 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:58.194 [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@56130a66 
00:26:58.195 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:26:58.195 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:58.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) 
00:26:58.195 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:26:58.195 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:26:58.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) 
00:26:58.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) 
00:26:58.195 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:58.196 [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) 
00:26:58.197 [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@6e0540ee] 
00:26:58.198 [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@94335d4] 
00:26:58.220 [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 
00:26:58.220 [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:{} 
00:26:58.221 [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:[] 
00:26:58.222 [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} 
00:26:58.222 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:26:58.223 [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 
00:26:58.224 [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 
00:26:58.224 [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:{} 
00:26:58.224 [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:[] 
00:26:58.224 [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} 
00:26:58.224 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:26:58.225 [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 
00:26:58.225 [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@2bd757ac] 
00:26:58.227 [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 [Thu May 09 00:26:57 UTC 2024]; root of context hierarchy] 
00:26:58.228 [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} 
00:26:58.229 [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} 
00:26:58.229 [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 
00:26:58.229 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:26:58.230 [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. 
00:26:58.230 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:364 - Writing test name [testTwoExportersWithTheSameImporter] to OSGi 
00:26:58.231 [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] 
00:26:58.244 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTwoExportersWithTheSameImporter] for execution inside OSGi 
00:26:58.245 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTwoExportersWithTheSameImporter] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@21129f1f 
00:26:58.245 [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 
00:26:58.246 [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 [Thu May 09 00:26:58 UTC 2024]; root of context hierarchy 
00:26:58.246 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:58.246 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1340565491/org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml] 
00:26:58.248 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:58.249 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:58.249 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:58.250 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:58.265 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:58.265 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:58.276 [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@571c5681: defining beans [mandatory,optional,map-exporter,map,bean-exporter,simple-bean]; root of factory hierarchy 
00:26:58.277 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:58.277 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:58.278 [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} 
00:26:58.278 [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] 
00:26:58.279 [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] 
00:26:58.280 [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] 
00:26:58.283 [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)] 
00:26:58.283 [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)] 
00:26:58.284 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:26:58.288 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:26:58.295 [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 
00:26:58.296 [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 
00:26:58.297 [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 
00:26:58.297 [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 
00:26:58.298 [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 
00:26:58.299 [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)] 
00:26:58.300 [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}} 
00:26:58.301 [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 
00:26:58.301 [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 
00:26:58.302 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
00:26:58.303 [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)] 
00:26:58.303 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:26:58.303 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:26:58.307 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
00:26:58.307 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
00:26:58.309 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&map-exporter] is being tracked for dependencies 
00:26:58.309 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [map-exporter] depends (transitively) on the following importers:{&mandatory, &optional} 
00:26:58.309 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 
00:26:58.309 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [map-exporter] depends on importers:[&mandatory] 
00:26:58.312 [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 
00:26:58.313 [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} 
00:26:58.313 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Map}] 
00:26:58.313 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 
00:26:58.337 [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 
00:26:58.338 [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 
00:26:58.339 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&bean-exporter] is being tracked for dependencies 
00:26:58.339 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [bean-exporter] depends (transitively) on the following importers:{&mandatory} 
00:26:58.340 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [bean-exporter] depends on importers:[&mandatory] 
00:26:58.340 [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} 
00:26:58.340 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
00:26:58.341 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 
00:26:58.341 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@78d6692f] 
00:26:58.342 [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 [Thu May 09 00:26:58 UTC 2024]; root of context hierarchy] 
00:26:58.342 [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} 
00:26:58.343 [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} 
00:26:58.363 [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 
00:26:58.364 [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) 
00:26:58.364 [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@2c856779 
00:26:58.364 [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) 
00:26:58.364 [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) 
00:26:58.364 [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) 
00:26:58.365 [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 [Thu May 09 00:26:57 UTC 2024]; root of context hierarchy 
00:26:58.365 [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 [Thu May 09 00:26:57 UTC 2024]; root of context hierarchy] 
00:26:58.366 [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] 
00:26:58.366 [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 
00:26:58.367 [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 
00:26:58.367 [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 
00:26:58.367 [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 
00:26:58.367 [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 
00:26:58.367 [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 
00:26:58.367 [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}] 
00:26:58.367 [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] 
00:26:58.368 [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 
00:26:58.368 [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 
00:26:58.368 [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 
00:26:58.368 [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}] 
00:26:58.368 [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 
00:26:58.368 [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}] 
00:26:58.368 [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}] 
00:26:58.369 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:58.369 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:26:58.369 [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@2c856779 
00:26:58.369 [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 
00:26:58.370 [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@67a99fb3 
00:26:58.370 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:26:58.371 [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 
00:26:58.371 [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) 
00:26:58.371 [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)] 
00:26:58.371 [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... 
00:26:58.371 [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 
00:26:58.372 [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)] 
00:26:58.372 [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)] 
00:26:58.372 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:26:58.372 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:26:58.372 [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@2c856779 
00:26:58.372 [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) 
00:26:58.372 [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 
00:26:58.372 [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) 
00:26:58.372 [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)] 
00:26:58.372 [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 [Thu May 09 00:26:58 UTC 2024]; root of context hierarchy 
00:26:58.372 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:58.373 [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 
00:26:58.373 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/META-INF/spring/context.xml] 
00:26:58.373 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:58.373 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:26:58.375 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:58.375 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:58.375 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:58.375 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:58.386 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:58.386 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:58.391 [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@40fdbe7d: 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 
00:26:58.392 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:58.392 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:58.392 [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} 
00:26:58.392 [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] 
00:26:58.392 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:58.393 [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@40fdbe7d: 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] 
00:26:58.393 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:58.393 [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@56130a66 
00:26:58.393 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:26:58.393 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:58.393 [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) 
00:26:58.393 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:26:58.393 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:26:58.393 [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) 
00:26:58.393 [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) 
00:26:58.393 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:58.393 [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) 
00:26:58.394 [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@398c5955] 
00:26:58.394 [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@65cf3ea0] 
00:26:58.395 [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 
00:26:58.395 [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:{} 
00:26:58.395 [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:[] 
00:26:58.396 [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} 
00:26:58.396 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:26:58.396 [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 
00:26:58.396 [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 
00:26:58.396 [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 
00:26:58.396 [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} 
00:26:58.396 [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}] 
00:26:58.397 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 
00:26:58.397 [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 
00:26:58.397 [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} 
00:26:58.397 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
00:26:58.397 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 
00:26:58.397 [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 
00:26:58.398 [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 
00:26:58.398 [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:{} 
00:26:58.398 [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:[] 
00:26:58.399 [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} 
00:26:58.399 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:26:58.399 [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 
00:26:58.399 [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 
00:26:58.399 [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 
00:26:58.399 [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@150583bd] 
00:26:58.399 [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 [Thu May 09 00:26:58 UTC 2024]; root of context hierarchy] 
00:26:58.400 [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} 
00:26:58.400 [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} 
00:26:58.400 [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 
00:26:58.401 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:26:58.401 [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] 
00:26:58.401 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:58.401 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:440 - Reading OSGi results for test [testTwoExportersWithTheSameImporter] 
00:26:58.402 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:447 - Test[testTwoExportersWithTheSameImporter]'s result read 
00:26:58.437 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:364 - Writing test name [testDirectExporterImporterDependency] to OSGi 
00:26:58.438 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDirectExporterImporterDependency] for execution inside OSGi 
00:26:58.438 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDirectExporterImporterDependency] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1c93f6e1 
00:26:58.439 [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} 
00:26:58.439 [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 
00:26:58.439 [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) 
00:26:58.440 [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@2c856779 
00:26:58.440 [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) 
00:26:58.440 [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) 
00:26:58.440 [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) 
00:26:58.440 [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 [Thu May 09 00:26:58 UTC 2024]; root of context hierarchy 
00:26:58.440 [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 [Thu May 09 00:26:58 UTC 2024]; root of context hierarchy] 
00:26:58.440 [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] 
00:26:58.441 [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 
00:26:58.441 [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 
00:26:58.441 [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 
00:26:58.441 [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 
00:26:58.441 [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 
00:26:58.441 [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 
00:26:58.441 [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}] 
00:26:58.442 [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] 
00:26:58.442 [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 
00:26:58.442 [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 
00:26:58.442 [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 
00:26:58.443 [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} 
00:26:58.443 [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}] 
00:26:58.443 [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 
00:26:58.443 [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}] 
00:26:58.443 [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}] 
00:26:58.444 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:58.444 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:26:58.444 [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@2c856779 
00:26:58.444 [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 
00:26:58.444 [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@696e7d36 
00:26:58.444 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:26:58.445 [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 
00:26:58.445 [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) 
00:26:58.445 [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)] 
00:26:58.445 [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... 
00:26:58.445 [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 
00:26:58.445 [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)] 
00:26:58.445 [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)] 
00:26:58.446 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:26:58.446 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:26:58.446 [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@2c856779 
00:26:58.446 [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) 
00:26:58.446 [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) 
00:26:58.446 [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 
00:26:58.446 [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 [Thu May 09 00:26:58 UTC 2024]; root of context hierarchy 
00:26:58.446 [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)] 
00:26:58.446 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:58.446 [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 
00:26:58.446 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:58.447 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:26:58.447 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/META-INF/spring/context.xml] 
00:26:58.449 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:58.449 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:58.449 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:58.449 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:58.459 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:58.459 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:58.463 [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@63244ece: 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 
00:26:58.464 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:58.464 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:58.464 [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} 
00:26:58.464 [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] 
00:26:58.465 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:58.465 [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@63244ece: 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] 
00:26:58.465 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:58.465 [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@56130a66 
00:26:58.465 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:26:58.465 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:58.465 [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) 
00:26:58.465 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:26:58.465 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:26:58.465 [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) 
00:26:58.465 [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) 
00:26:58.465 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:58.465 [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) 
00:26:58.466 [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@66593955] 
00:26:58.466 [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@10ce5eab] 
00:26:58.467 [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 
00:26:58.467 [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:{} 
00:26:58.467 [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:[] 
00:26:58.467 [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} 
00:26:58.468 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:26:58.468 [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 
00:26:58.468 [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 
00:26:58.468 [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 
00:26:58.468 [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} 
00:26:58.468 [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}] 
00:26:58.468 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 
00:26:58.469 [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 
00:26:58.469 [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} 
00:26:58.469 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
00:26:58.469 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 
00:26:58.469 [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 
00:26:58.470 [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 
00:26:58.470 [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:{} 
00:26:58.470 [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:[] 
00:26:58.470 [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} 
00:26:58.470 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:26:58.471 [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 
00:26:58.471 [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 
00:26:58.471 [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 
00:26:58.471 [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@7db4a7ad] 
00:26:58.471 [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 [Thu May 09 00:26:58 UTC 2024]; root of context hierarchy] 
00:26:58.471 [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} 
00:26:58.471 [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} 
00:26:58.472 [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 
00:26:58.472 [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] 
00:26:58.472 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:26:58.472 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:58.472 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:440 - Reading OSGi results for test [testDirectExporterImporterDependency] 
00:26:58.473 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:447 - Test[testDirectExporterImporterDependency]'s result read 
00:26:58.473 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:364 - Writing test name [testTransitiveExporterImporterDependency] to OSGi 
00:26:58.473 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTransitiveExporterImporterDependency] for execution inside OSGi 
00:26:58.473 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTransitiveExporterImporterDependency] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@e383572 
00:26:58.473 [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} 
00:26:58.474 [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 
00:26:58.474 [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) 
00:26:58.474 [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@2c856779 
00:26:58.474 [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) 
00:26:58.474 [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) 
00:26:58.474 [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) 
00:26:58.474 [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 [Thu May 09 00:26:58 UTC 2024]; root of context hierarchy 
00:26:58.474 [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 [Thu May 09 00:26:58 UTC 2024]; root of context hierarchy] 
00:26:58.474 [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] 
00:26:58.475 [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 
00:26:58.475 [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 
00:26:58.475 [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 
00:26:58.475 [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 
00:26:58.475 [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 
00:26:58.475 [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 
00:26:58.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.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}] 
00:26:58.475 [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] 
00:26:58.475 [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 
00:26:58.476 [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 
00:26:58.476 [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 
00:26:58.476 [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}] 
00:26:58.476 [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 
00:26:58.476 [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} 
00:26:58.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.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}] 
00:26:58.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.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}] 
00:26:58.477 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:58.477 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:26:58.477 [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@2c856779 
00:26:58.477 [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 
00:26:58.477 [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@6d51f4c3 
00:26:58.477 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:26:58.477 [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 
00:26:58.477 [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) 
00:26:58.478 [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)] 
00:26:58.478 [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... 
00:26:58.478 [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 
00:26:58.478 [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)] 
00:26:58.478 [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)] 
00:26:58.478 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:26:58.478 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:26:58.478 [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@2c856779 
00:26:58.478 [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) 
00:26:58.479 [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) 
00:26:58.479 [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 
00:26:58.479 [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 [Thu May 09 00:26:58 UTC 2024]; root of context hierarchy 
00:26:58.479 [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)] 
00:26:58.479 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:26:58.479 [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 
00:26:58.479 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:26:58.479 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:26:58.479 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/META-INF/spring/context.xml] 
00:26:58.481 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:58.481 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:26:58.481 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:58.482 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:26:58.490 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:58.490 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:26:58.494 [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@46376fee: 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 
00:26:58.495 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:26:58.495 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:26:58.495 [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} 
00:26:58.495 [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] 
00:26:58.495 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:26:58.495 [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@46376fee: 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] 
00:26:58.495 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:26:58.495 [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@56130a66 
00:26:58.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:26:58.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:26:58.496 [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) 
00:26:58.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:26:58.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:26:58.496 [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) 
00:26:58.496 [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) 
00:26:58.496 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:26:58.496 [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) 
00:26:58.496 [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@3721120e] 
00:26:58.496 [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@245a1126] 
00:26:58.497 [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 
00:26:58.497 [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:{} 
00:26:58.497 [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:[] 
00:26:58.497 [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} 
00:26:58.497 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:26:58.498 [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 
00:26:58.498 [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 
00:26:58.498 [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 
00:26:58.498 [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} 
00:26:58.498 [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}] 
00:26:58.498 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 
00:26:58.498 [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 
00:26:58.498 [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} 
00:26:58.499 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
00:26:58.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 
00:26:58.499 [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 
00:26:58.499 [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 
00:26:58.499 [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:{} 
00:26:58.500 [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:[] 
00:26:58.500 [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} 
00:26:58.500 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:26:58.500 [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 
00:26:58.500 [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 
00:26:58.500 [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 
00:26:58.500 [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@38eb140c] 
00:26:58.500 [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 [Thu May 09 00:26:58 UTC 2024]; root of context hierarchy] 
00:26:58.500 [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} 
00:26:58.501 [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} 
00:26:58.501 [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 
00:26:58.501 [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] 
00:26:58.501 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:26:58.501 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:26:58.501 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:440 - Reading OSGi results for test [testTransitiveExporterImporterDependency] 
00:26:58.502 [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: 1.257 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest
00:26:58.538 [Thread-0]        INFO  o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:471 - Shutting down OSGi platform 
00:26:58.538 [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) 
00:26:58.539 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:58.539 [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 [Thu May 09 00:26:58 UTC 2024]; root of context hierarchy 
00:26:58.539 [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 [Thu May 09 00:26:58 UTC 2024]; root of context hierarchy] 
00:26:58.539 [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]] 
00:26:58.539 [Thread-4]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [bean-exporter] 
00:26:58.539 [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}] 
00:26:58.539 [Thread-4]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [map-exporter] 
00:26:58.540 [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}] 
00:26:58.540 [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 
00:26:58.540 [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 
00:26:58.540 [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 
00:26:58.540 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:58.540 [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]] 
00:26:58.541 [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 
00:26:58.541 [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) 
00:26:58.541 [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@2c856779 
00:26:58.541 [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) 
00:26:58.541 [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) 
00:26:58.541 [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) 
00:26:58.541 [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 [Thu May 09 00:26:58 UTC 2024]; root of context hierarchy 
00:26:58.541 [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 [Thu May 09 00:26:58 UTC 2024]; root of context hierarchy] 
00:26:58.542 [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] 
00:26:58.542 [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}] 
00:26:58.542 [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] 
00:26:58.542 [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}] 
00:26:58.542 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:26:58.542 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:26:58.542 [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@2c856779 
00:26:58.543 [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 
00:26:58.543 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:58.543 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:58.543 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:26:58.543 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:26:58.543 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:26:58.543 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:26:58.543 [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 
00:26:58.543 [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@2853770d 
00:26:58.544 [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 
00:26:58.544 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:26:58.544 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:26:58.544 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:59,165 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:59,245 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:59,247 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:59,259 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:59,280 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:59,282 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:59,285 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:59,291 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47ef968d - No compression will be used
00:26:59,300 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:59,300 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:59,301 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:59,301 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:59,301 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:59,301 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:59,302 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:59,302 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:59,302 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:59,302 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:59,302 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:59,302 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:59,302 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:59,302 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:59,302 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:59,302 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:59,302 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:59,303 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:59,303 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:59,303 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@49fc609f - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest
00:26:59.371 [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 
00:26:59.374 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:85 - Instantiating platform wrapper... 
00:26:59.375 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:215 - About to start Equinox OSGi Platform 
00:26:59.594 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:26:59.597 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:26:59.597 [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.1.BUILD-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} 
00:26:59.598 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:26:59.599 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:26:59.669 [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] 
00:26:59.677 [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] 
00:26:59.681 [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] 
00:26:59.682 [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] 
00:26:59.688 [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] 
00:26:59.693 [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] 
00:26:59.694 [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] 
00:26:59.699 [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] 
00:26:59.705 [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] 
00:26:59.714 [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] 
00:26:59.746 [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] 
00:26:59.749 [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] 
00:26:59.753 [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] 
00:26:59.760 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:59.761 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:59.765 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:59.767 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:59.778 [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] 
00:26:59.795 [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] 
00:26:59.796 [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] 
00:26:59.796 [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] 
00:26:59.796 [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] 
00:26:59.797 [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] 
00:26:59.797 [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] 
00:26:59.797 [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] 
00:26:59.797 [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] 
00:26:59.798 [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] 
00:26:59.798 [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] 
00:26:59.798 [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] 
00:26:59.798 [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] 
00:26:59.799 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:59.799 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:59.799 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:26:59,846 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:26:59,870 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:26:59,871 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:26:59,878 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:59,893 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:26:59,894 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:26:59,897 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:26:59,901 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:26:59,904 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:26:59,905 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:26:59,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:26:59,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:26:59,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:26:59,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:26:59,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:26:59,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:26:59,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:26:59,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:26:59,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:26:59,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:26:59,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:26:59,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:26:59,914 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:26:59,914 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:26:59,914 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:26:59,915 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:26:59,915 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:26:59,915 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:26:59.923 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:26:59.929 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:26:59.987 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:59.988 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:26:59.990 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:26:59.993 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:26:59.995 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:26:59.998 [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 
00:26:59.998 [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) 
00:26:59.998 [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)] 
00:26:59.998 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:26:59.999 [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 
00:26:59.999 [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) 
00:26:59.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)] 
00:26:59.999 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:26:59.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 
00:27:00.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) 
00:27:00.000 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:00.000 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:00.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 
00:27:00.000 [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) 
00:27:00.000 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:00.000 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:00.001 [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 
00:27:00.001 [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) 
00:27:00.001 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:00.001 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:00.002 [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 
00:27:00.002 [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) 
00:27:00.002 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:00.002 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:00.002 [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 
00:27:00.002 [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) 
00:27:00.002 [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)] 
00:27:00.003 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:00.003 [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 
00:27:00.004 [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) 
00:27:00.004 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:00.004 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:00.004 [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 
00:27:00.005 [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) 
00:27:00.005 [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)] 
00:27:00.005 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:00.006 [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 
00:27:00.006 [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) 
00:27:00.006 [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)] 
00:27:00.006 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:00.007 [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 
00:27:00.008 [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) 
00:27:00.008 [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)] 
00:27:00.008 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:00.008 [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 
00:27:00.008 [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) 
00:27:00.008 [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)] 
00:27:00.008 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:00.009 [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 
00:27:00.009 [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) 
00:27:00.009 [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)] 
00:27:00.012 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:00.013 [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 
00:27:00.013 [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) 
00:27:00.013 [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)] 
00:27:00.014 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:00.014 [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 
00:27:00.014 [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) 
00:27:00.014 [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)] 
00:27:00.014 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:00.015 [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 
00:27:00.015 [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) 
00:27:00.015 [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)] 
00:27:00.021 [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)] 
00:27:00.021 [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)] 
00:27:00.025 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:00.025 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:00.030 [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)] 
00:27:00.032 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:00.032 [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@1b410b60 w/ reference null 
00:27:00.033 [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@1b410b60 w/ reference null 
00:27:00.033 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:27:00.036 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:00.043 [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 
00:27:00.044 [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)] 
00:27:00.044 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:00.044 [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 
00:27:00.045 [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)] 
00:27:00.045 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:00.045 [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 
00:27:00.045 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:00.045 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:00.045 [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 
00:27:00.046 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:00.046 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:00.046 [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 
00:27:00.046 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:00.047 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:00.047 [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 
00:27:00.047 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:00.047 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:00.047 [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 
00:27:00.048 [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)] 
00:27:00.048 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:00.048 [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 
00:27:00.049 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:00.049 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:00.050 [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 
00:27:00.050 [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)] 
00:27:00.050 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:00.051 [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 
00:27:00.051 [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)] 
00:27:00.051 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:00.052 [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 
00:27:00.053 [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)] 
00:27:00.053 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:00.053 [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 
00:27:00.053 [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)] 
00:27:00.053 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:00.054 [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 
00:27:00.054 [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)] 
00:27:00.054 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:00.055 [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 
00:27:00.055 [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)] 
00:27:00.055 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:00.056 [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 
00:27:00.056 [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)] 
00:27:00.056 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:00.057 [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 
00:27:00.057 [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)] 
00:27:00.057 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:00.060 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:00.060 [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 
00:27:00.061 [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) 
00:27:00.061 [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)] 
00:27:00.061 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:00.061 [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 
00:27:00.062 [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)] 
00:27:00.063 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:199 - org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest-bundle.properties was not found; using defaults 
00:27:00.063 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:511 - Post processing: creating test bundle 
00:27:00.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.servicedependency] 
00:27:00.072 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:202 - Automatically creating Manifest for the test bundle 
00:27:00.072 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:366 - Using the test class for generating bundle imports 
00:27:00.073 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 
00:27:00.074 [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... 
00:27:00.076 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class ExporterWithOptionalAndMandatoryImportersTest 
00:27:00.084 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:00.084 [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... 
00:27:00.084 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class BaseIntegrationTest 
00:27:00.086 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:00.086 [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... 
00:27:00.086 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:27:00.087 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:00.087 [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... 
00:27:00.087 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:27:00.088 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:27:00.088 [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 
00:27:00.088 [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} 
00:27:00.088 [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] 
00:27:00.088 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:27:00.088 [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] 
00:27:00.088 [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] 
00:27:00.089 [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]] 
00:27:00.089 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:27:00.089 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:27:00.089 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:27:00.089 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:27:00.089 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:27:00.089 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:27:00.089 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:27:00.089 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:00.090 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:00.090 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:00.090 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 
00:27:00.090 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 
00:27:00.090 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 
00:27:00.090 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 
00:27:00.090 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 
00:27:00.090 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 
00:27:00.090 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 
00:27:00.090 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 
00:27:00.090 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 
00:27:00.095 [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 
00:27:00.095 [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.* 
00:27:00.098 [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)] 
00:27:00.098 [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 
00:27:00.098 [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) 
00:27:00.098 [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)] 
00:27:00.099 [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)] 
00:27:00.099 [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 
00:27:00.099 [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)] 
00:27:00.099 [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 
00:27:00.099 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:27:00.101 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:27:00.101 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:27:00.101 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:27:00.101 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:27:00.102 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:27:00.102 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:27:00.102 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:27:00.103 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:27:00.104 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:27:00.105 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:27:00.106 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:27:00.106 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:27:00.107 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:27:00.107 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:27:00.107 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:27:00.108 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:27:00.108 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:27:00.109 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:27:00.109 [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. 
00:27:00.113 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:364 - Writing test name [testInjectedDependencies] to OSGi 
00:27:00.137 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testInjectedDependencies] for execution inside OSGi 
00:27:00.137 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testInjectedDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6337c201 
00:27:00.138 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:190 - Loading context for locations:  
00:27:00.143 [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 [Thu May 09 00:27:00 UTC 2024]; root of context hierarchy 
00:27:00.147 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:27:00.160 [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@42530531: defining beans []; root of factory hierarchy 
00:27:00.166 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:00.166 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:00.167 [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} 
00:27:00.167 [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] 
00:27:00.169 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@512baff6] 
00:27:00.169 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@632ceb35] 
00:27:00.171 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2fd953a6] 
00:27:00.173 [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 [Thu May 09 00:27:00 UTC 2024]; root of context hierarchy] 
00:27:00.174 [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} 
00:27:00.175 [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} 
00:27:00.199 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 
00:27:00.199 [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 
00:27:00.199 [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) 
00:27:00.200 [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)] 
00:27:00.200 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle ExporterImporterDependency is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:27:00.201 [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 
00:27:00.201 [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)] 
00:27:00.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 [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 
00:27:00.203 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:00.203 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 
00:27:00.203 [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@656b023d 
00:27:00.204 [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 
00:27:00.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.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 
00:27:00.204 [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)] 
00:27:00.204 [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) 
00:27:00.204 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:66 - Waiting for the test bundle to start up... 
00:27:00.204 [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 [Thu May 09 00:27:00 UTC 2024]; root of context hierarchy 
00:27:00.204 [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 
00:27:00.205 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:00.205 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:00.205 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 
00:27:00.212 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/META-INF/spring/config.xml] 
00:27:00.282 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:00.283 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:00.283 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:00.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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:00.325 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:00.325 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:00.360 [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@70ac82d9: 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 
00:27:00.361 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:00.361 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:00.361 [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} 
00:27:00.361 [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] 
00:27:00.366 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:00.368 [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@70ac82d9: 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] 
00:27:00.368 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:00.368 [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@3a119495 
00:27:00.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&optional, &mandatory] 
00:27:00.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:00.379 [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)] 
00:27:00.379 [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)] 
00:27:00.380 [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] 
00:27:00.381 [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)] 
00:27:00.381 [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)] 
00:27:00.381 [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] 
00:27:00.382 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&mandatory] is already satisfied 
00:27:00.382 [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) 
00:27:00.382 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&mandatory] 
00:27:00.382 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:00.382 [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) 
00:27:00.382 [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) 
00:27:00.382 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:00.383 [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) 
00:27:00.383 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:00.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:00.392 [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 
00:27:00.392 [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 
00:27:00.393 [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 
00:27:00.393 [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 
00:27:00.393 [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 
00:27:00.396 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:00.396 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:00.399 [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@7eb405df] 
00:27:00.400 [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@61a04616] 
00:27:00.406 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.SortedSet)] 
00:27:00.406 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.util.SortedSet}={service.id=33}} 
00:27:00.407 [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 
00:27:00.407 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.SortedSet}={service.id=33}] bound to proxy 
00:27:00.407 [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 
00:27:00.408 [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 
00:27:00.408 [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 
00:27:00.408 [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 
00:27:00.409 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.SortedMap)] 
00:27:00.409 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.util.SortedMap}={service.id=34}} 
00:27:00.409 [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 
00:27:00.410 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.SortedMap}={service.id=34}] bound to proxy 
00:27:00.410 [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 
00:27:00.411 [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} 
00:27:00.411 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 
00:27:00.412 [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] 
00:27:00.414 [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 
00:27:00.415 [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 {} 
00:27:00.415 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 
00:27:00.416 [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 
00:27:00.417 [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 
00:27:00.417 [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} 
00:27:00.417 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 
00:27:00.417 [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] 
00:27:00.417 [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 {} 
00:27:00.417 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 
00:27:00.417 [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 
00:27:00.418 [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@6ec85c90] 
00:27:00.418 [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 [Thu May 09 00:27:00 UTC 2024]; root of context hierarchy] 
00:27:00.418 [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} 
00:27:00.418 [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} 
00:27:00.419 [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 
00:27:00.419 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 
00:27:00.419 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:68 - Test bundle context created - starting test... 
00:27:00.420 [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} 
00:27:00.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.dependency.exporter.importer_1.0.0 [19] 
00:27:00.421 [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 
00:27:00.421 [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 
00:27:00.421 [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 
00:27:00.421 [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 
00:27:00.421 [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 
00:27:00.422 [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} 
00:27:00.422 [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}] 
00:27:00.423 [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 
00:27:00.423 [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}] 
00:27:00.423 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.SortedSet}={service.id=38}] bound to proxy 
00:27:00.423 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.SortedSet}={service.id=38}] bound to proxy 
00:27:00.423 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.SortedMap}={service.id=39}] bound to proxy 
00:27:00.424 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.SortedMap}={service.id=39}] bound to proxy 
00:27:00.424 [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 
00:27:00.424 [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 {} 
00:27:00.424 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 
00:27:00.424 [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 
00:27:00.424 [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 
00:27:00.424 [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 {} 
00:27:00.425 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 
00:27:00.425 [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 
00:27:00.425 [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} 
00:27:00.425 [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 
00:27:00.425 [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 
00:27:00.426 [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 
00:27:00.427 [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) 
00:27:00.427 [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@656b023d 
00:27:00.427 [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) 
00:27:00.427 [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) 
00:27:00.427 [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) 
00:27:00.427 [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 [Thu May 09 00:27:00 UTC 2024]; root of context hierarchy 
00:27:00.428 [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 [Thu May 09 00:27:00 UTC 2024]; root of context hierarchy] 
00:27:00.429 [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] 
00:27:00.429 [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}] 
00:27:00.429 [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] 
00:27:00.429 [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} 
00:27:00.430 [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}] 
00:27:00.430 [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 
00:27:00.430 [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 
00:27:00.430 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:00.431 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:27:00.431 [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@656b023d 
00:27:00.431 [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 
00:27:00.432 [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@1c2729a7 
00:27:00.434 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:00.434 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:440 - Reading OSGi results for test [testInjectedDependencies] 
00:27:00.435 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:447 - Test[testInjectedDependencies]'s result read 
00:27:00.435 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:364 - Writing test name [testDependsOnDependencies] to OSGi 
00:27:00.436 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependsOnDependencies] for execution inside OSGi 
00:27:00.436 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependsOnDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@41709512 
00:27:00.436 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 
00:27:00.437 [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 
00:27:00.437 [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) 
00:27:00.437 [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)] 
00:27:00.437 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle ExporterImporterDependency is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:27:00.437 [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 
00:27:00.437 [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)] 
00:27:00.437 [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)] 
00:27:00.438 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:00.438 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 
00:27:00.438 [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@656b023d 
00:27:00.438 [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) 
00:27:00.438 [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 
00:27:00.438 [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) 
00:27:00.438 [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)] 
00:27:00.438 [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 [Thu May 09 00:27:00 UTC 2024]; root of context hierarchy 
00:27:00.438 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:87 - Waiting for the test bundle to start up... 
00:27:00.438 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:00.438 [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 
00:27:00.439 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:00.439 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 
00:27:00.439 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/META-INF/spring/config.xml] 
00:27:00.441 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:00.441 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:00.441 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:00.441 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:00.459 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:00.459 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:00.467 [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@174bb7fe: 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 
00:27:00.468 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:00.468 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:00.468 [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} 
00:27:00.468 [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] 
00:27:00.469 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:00.469 [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@174bb7fe: 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] 
00:27:00.469 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:00.469 [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@3a119495 
00:27:00.469 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&optional, &mandatory] 
00:27:00.469 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:00.470 [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)] 
00:27:00.470 [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)] 
00:27:00.470 [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] 
00:27:00.471 [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)] 
00:27:00.471 [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)] 
00:27:00.471 [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] 
00:27:00.471 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&mandatory] is already satisfied 
00:27:00.471 [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) 
00:27:00.471 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&mandatory] 
00:27:00.471 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:00.471 [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) 
00:27:00.471 [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) 
00:27:00.472 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:00.472 [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) 
00:27:00.472 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:00.472 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:00.472 [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 
00:27:00.472 [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 
00:27:00.473 [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 
00:27:00.473 [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 
00:27:00.473 [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 
00:27:00.475 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:00.475 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:00.478 [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@5e595824] 
00:27:00.478 [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@3ca55e12] 
00:27:00.479 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.SortedSet)] 
00:27:00.479 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.util.SortedSet}={service.id=42}} 
00:27:00.480 [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 
00:27:00.480 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.SortedSet}={service.id=42}] bound to proxy 
00:27:00.480 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.SortedMap)] 
00:27:00.480 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.util.SortedMap}={service.id=43}} 
00:27:00.480 [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 
00:27:00.480 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.SortedMap}={service.id=43}] bound to proxy 
00:27:00.480 [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 
00:27:00.481 [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} 
00:27:00.481 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 
00:27:00.481 [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] 
00:27:00.481 [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 
00:27:00.481 [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 {} 
00:27:00.481 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 
00:27:00.481 [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 
00:27:00.482 [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 
00:27:00.482 [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} 
00:27:00.483 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 
00:27:00.483 [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] 
00:27:00.483 [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 {} 
00:27:00.483 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 
00:27:00.483 [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 
00:27:00.483 [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@38a1380e] 
00:27:00.483 [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 [Thu May 09 00:27:00 UTC 2024]; root of context hierarchy] 
00:27:00.483 [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} 
00:27:00.484 [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} 
00:27:00.484 [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 
00:27:00.484 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 
00:27:00.484 [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] 
00:27:00.484 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:89 - Test bundle context created - starting test... 
00:27:00.485 [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} 
00:27:00.485 [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 
00:27:00.485 [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 
00:27:00.485 [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 
00:27:00.485 [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 
00:27:00.485 [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 
00:27:00.486 [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}] 
00:27:00.486 [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 
00:27:00.486 [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} 
00:27:00.486 [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}] 
00:27:00.486 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.SortedSet}={service.id=47}] bound to proxy 
00:27:00.486 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.SortedSet}={service.id=47}] bound to proxy 
00:27:00.487 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.SortedMap}={service.id=48}] bound to proxy 
00:27:00.487 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.SortedMap}={service.id=48}] bound to proxy 
00:27:00.487 [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 
00:27:00.487 [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 {} 
00:27:00.487 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 
00:27:00.487 [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 
00:27:00.487 [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 
00:27:00.488 [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 {} 
00:27:00.488 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 
00:27:00.488 [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 
00:27:00.488 [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} 
00:27:00.488 [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 
00:27:00.488 [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 
00:27:00.489 [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} 
00:27:00.489 [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 
00:27:00.489 [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) 
00:27:00.489 [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@656b023d 
00:27:00.489 [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) 
00:27:00.489 [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) 
00:27:00.489 [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) 
00:27:00.489 [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 [Thu May 09 00:27:00 UTC 2024]; root of context hierarchy 
00:27:00.489 [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 [Thu May 09 00:27:00 UTC 2024]; root of context hierarchy] 
00:27:00.490 [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] 
00:27:00.490 [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} 
00:27:00.490 [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}] 
00:27:00.490 [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] 
00:27:00.490 [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} 
00:27:00.490 [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}] 
00:27:00.491 [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 
00:27:00.491 [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 
00:27:00.491 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:00.491 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:27:00.491 [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@656b023d 
00:27:00.491 [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 
00:27:00.491 [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@12e0c453 
00:27:00.491 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:00.491 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:440 - Reading OSGi results for test [testDependsOnDependencies] 
00:27:00.492 [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: 1.124 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest
00:27:00.494 [Thread-0]        INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:471 - Shutting down OSGi platform 
00:27:00.494 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:00.494 [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) 
00:27:00.494 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:00.495 [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 [Thu May 09 00:27:00 UTC 2024]; root of context hierarchy 
00:27:00.495 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:00.495 [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 [Thu May 09 00:27:00 UTC 2024]; root of context hierarchy] 
00:27:00.495 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:00.495 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:00.495 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:00.495 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:00.495 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:00.495 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:00.495 [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 
00:27:00.495 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:27:00.496 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:27:00.496 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:01,151 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:01,216 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:01,218 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:01,244 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:01,265 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:01,267 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:01,270 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:01,276 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2b9627bc - No compression will be used
00:27:01,285 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:01,285 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:01,286 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:01,286 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:01,286 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:01,286 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:01,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:01,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:01,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:01,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:01,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:01,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:01,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:01,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:01,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:01,288 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:01,288 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:01,288 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:01,288 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:01,289 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@578486a3 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest
00:27:01.364 [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 
00:27:01.368 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:85 - Instantiating platform wrapper... 
00:27:01.368 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:215 - About to start Equinox OSGi Platform 
00:27:01.584 [main]            INFO  o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:27:01.586 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:27:01.587 [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.1.BUILD-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} 
00:27:01.588 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:27:01.589 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:01.670 [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] 
00:27:01.678 [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] 
00:27:01.682 [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] 
00:27:01.684 [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] 
00:27:01.690 [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] 
00:27:01.694 [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] 
00:27:01.696 [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] 
00:27:01.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.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 
00:27:01.707 [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] 
00:27:01.738 [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] 
00:27:01.748 [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] 
00:27:01.751 [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] 
00:27:01.755 [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] 
00:27:01.761 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:01.763 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:01.766 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:01.768 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:01.771 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:01.776 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:01.777 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:01.778 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.2.bundle/target/simple.service2-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:01.787 [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] 
00:27:01.805 [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] 
00:27:01.806 [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] 
00:27:01.806 [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] 
00:27:01.806 [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] 
00:27:01.806 [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] 
00:27:01.807 [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] 
00:27:01.807 [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] 
00:27:01.807 [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] 
00:27:01.807 [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] 
00:27:01.808 [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] 
00:27:01.808 [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] 
00:27:01.808 [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] 
00:27:01.808 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:01.808 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:01.809 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:01,857 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:01,879 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:01,881 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:01,888 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:01,910 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:01,912 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:01,914 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:01,919 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2d710f1a - No compression will be used
00:27:01,922 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:01,922 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:01,923 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:01,923 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:01,923 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:01,924 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:01,924 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:01,924 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:01,924 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:01,924 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:01,924 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:01,924 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:01,924 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:01,924 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:01,924 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:01,924 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:01,925 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:01,925 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:01,925 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:01,926 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3f6f6701 - Registering current configuration as safe fallback point
00:27:01.933 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:27:01.940 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:01.998 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:01.998 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:02.001 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:27:02.003 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:27:02.006 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:02.008 [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 
00:27:02.008 [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) 
00:27:02.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)] 
00:27:02.009 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:02.009 [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 
00:27:02.009 [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) 
00:27:02.009 [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)] 
00:27:02.009 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:02.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 
00:27:02.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) 
00:27:02.010 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:02.010 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:02.010 [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 
00:27:02.010 [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) 
00:27:02.011 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:02.011 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:02.011 [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 
00:27:02.011 [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) 
00:27:02.011 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:02.012 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:02.012 [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 
00:27:02.012 [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) 
00:27:02.012 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:02.012 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:02.012 [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 
00:27:02.012 [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) 
00:27:02.013 [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)] 
00:27:02.013 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:02.013 [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 
00:27:02.014 [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) 
00:27:02.014 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:02.014 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:02.015 [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 
00:27:02.015 [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) 
00:27:02.015 [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)] 
00:27:02.015 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:02.016 [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 
00:27:02.016 [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) 
00:27:02.016 [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)] 
00:27:02.016 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:02.018 [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 
00:27:02.018 [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) 
00:27:02.018 [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)] 
00:27:02.018 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:02.018 [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 
00:27:02.018 [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) 
00:27:02.018 [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)] 
00:27:02.019 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:02.019 [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 
00:27:02.019 [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) 
00:27:02.019 [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)] 
00:27:02.020 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:02.020 [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 
00:27:02.020 [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) 
00:27:02.020 [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)] 
00:27:02.021 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:02.021 [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 
00:27:02.021 [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) 
00:27:02.021 [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)] 
00:27:02.021 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:02.022 [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 
00:27:02.022 [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) 
00:27:02.022 [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)] 
00:27:02.030 [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)] 
00:27:02.031 [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)] 
00:27:02.036 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:02.037 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:02.039 [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)] 
00:27:02.040 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:02.041 [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 
00:27:02.041 [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 
00:27:02.041 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:27:02.044 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:02.051 [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 
00:27:02.051 [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)] 
00:27:02.051 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:02.052 [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 
00:27:02.052 [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)] 
00:27:02.052 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:02.053 [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 
00:27:02.053 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:02.053 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:02.053 [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 
00:27:02.053 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:02.053 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:02.054 [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 
00:27:02.054 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:02.054 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:02.054 [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 
00:27:02.055 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:02.055 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:02.055 [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 
00:27:02.055 [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)] 
00:27:02.055 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:02.056 [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 
00:27:02.056 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:02.056 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:02.057 [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 
00:27:02.057 [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)] 
00:27:02.057 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:02.059 [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 
00:27:02.059 [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)] 
00:27:02.059 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:02.060 [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 
00:27:02.060 [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)] 
00:27:02.060 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:02.061 [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 
00:27:02.061 [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)] 
00:27:02.061 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:02.062 [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 
00:27:02.062 [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)] 
00:27:02.062 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:02.063 [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 
00:27:02.063 [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)] 
00:27:02.063 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:02.063 [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 
00:27:02.064 [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)] 
00:27:02.064 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:02.065 [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 
00:27:02.065 [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)] 
00:27:02.065 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:02.068 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:02.068 [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 
00:27:02.069 [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) 
00:27:02.069 [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)] 
00:27:02.069 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:02.069 [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 
00:27:02.069 [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)] 
00:27:02.070 [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/gemini-blueprint-equinox/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:02.070 [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)] 
00:27:02.070 [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 
00:27:02.070 [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) 
00:27:02.070 [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)] 
00:27:02.070 [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)] 
00:27:02.071 [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 
00:27:02.071 [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)] 
00:27:02.071 [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/gemini-blueprint-equinox/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:02.071 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:27:02.071 [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 
00:27:02.072 [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) 
00:27:02.072 [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)] 
00:27:02.077 [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... 
00:27:02.077 [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 
00:27:02.078 [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)] 
00:27:02.079 [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)] 
00:27:02.080 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:02.080 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:27:02.080 [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@478620c4 
00:27:02.080 [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 
00:27:02.080 [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) 
00:27:02.081 [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)] 
00:27:02.081 [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) 
00:27:02.081 [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/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:02.081 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:02.081 [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 
00:27:02.081 [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) 
00:27:02.081 [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)] 
00:27:02.082 [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... 
00:27:02.082 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.082 [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 
00:27:02.082 [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)] 
00:27:02.082 [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)] 
00:27:02.082 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:27:02.082 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:02.083 [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 
00:27:02.083 [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)] 
00:27:02.083 [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/gemini-blueprint-equinox/integration-tests/bundles/simple.service.2.bundle/target/simple.service2-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:02.083 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:27:02.083 [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 
00:27:02.083 [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) 
00:27:02.083 [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)] 
00:27:02.084 [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... 
00:27:02.084 [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 
00:27:02.084 [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)] 
00:27:02.084 [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)] 
00:27:02.084 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
00:27:02.084 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:27:02.084 [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 
00:27:02.085 [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)] 
00:27:02.086 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:02.086 [main]            INFO  o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:199 - org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest-bundle.properties was not found; using defaults 
00:27:02.086 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:511 - Post processing: creating test bundle 
00:27:02.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.servicedependency] 
00:27:02.095 [main]            INFO  o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:202 - Automatically creating Manifest for the test bundle 
00:27:02.095 [main]            INFO  o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:366 - Using the test class for generating bundle imports 
00:27:02.096 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 
00:27:02.096 [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... 
00:27:02.099 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class SingleExportDependingOnMultipleImportTest 
00:27:02.106 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1978869058/META-INF/spring/context.xml] 
00:27:02.108 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:02.108 [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... 
00:27:02.108 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class BaseIntegrationTest 
00:27:02.110 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:02.110 [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... 
00:27:02.110 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:27:02.111 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:02.111 [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... 
00:27:02.111 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:27:02.111 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:27:02.111 [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 
00:27:02.112 [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} 
00:27:02.112 [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] 
00:27:02.112 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:27:02.112 [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] 
00:27:02.112 [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] 
00:27:02.112 [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]] 
00:27:02.112 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:27:02.113 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:27:02.113 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:27:02.113 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:27:02.113 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:27:02.113 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:27:02.113 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:27:02.136 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:02.137 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:02.137 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:02.137 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 
00:27:02.137 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 
00:27:02.137 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 
00:27:02.137 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 
00:27:02.137 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 
00:27:02.137 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 
00:27:02.137 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 
00:27:02.137 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 
00:27:02.137 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 
00:27:02.142 [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 
00:27:02.142 [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.* 
00:27:02.145 [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)] 
00:27:02.145 [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 
00:27:02.145 [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) 
00:27:02.145 [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)] 
00:27:02.145 [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)] 
00:27:02.146 [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 
00:27:02.146 [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)] 
00:27:02.146 [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 
00:27:02.146 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:27:02.148 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:27:02.148 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:27:02.148 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:27:02.148 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:27:02.149 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:27:02.149 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:27:02.149 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:27:02.149 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.150 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:27:02.150 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.150 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:27:02.151 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.151 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.151 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:27:02.153 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:27:02.153 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:27:02.154 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:27:02.154 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:27:02.155 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:27:02.155 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:27:02.155 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:27:02.156 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:27:02.156 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 
00:27:02.156 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 
00:27:02.157 [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 
00:27:02.158 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:02.158 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:27:02.266 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.266 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.293 [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@53d9dc16: 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 
00:27:02.299 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:02.299 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:02.300 [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} 
00:27:02.300 [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] 
00:27:02.306 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:02.308 [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@53d9dc16: 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] 
00:27:02.308 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:02.308 [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@646b5c23 
00:27:02.308 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:02.309 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:02.309 [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) 
00:27:02.309 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:02.309 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:02.309 [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) 
00:27:02.309 [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) 
00:27:02.309 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:02.309 [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@478620c4 
00:27:02.309 [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) 
00:27:02.309 [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) 
00:27:02.310 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.310 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:02.310 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1978869058/META-INF/spring/simpleservice.xml] 
00:27:02.314 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.314 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.315 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.315 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.343 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1978869058/META-INF/spring/simpleservice-osgi.xml] 
00:27:02.345 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.345 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.345 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.345 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.357 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.357 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.361 [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@428c5f21: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:27:02.362 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:02.362 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:02.362 [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} 
00:27:02.362 [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] 
00:27:02.363 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:02.363 [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@428c5f21: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:27:02.363 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:02.363 [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@646b5c23 
00:27:02.363 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:02.363 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:02.363 [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) 
00:27:02.363 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:02.363 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:02.363 [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) 
00:27:02.364 [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) 
00:27:02.364 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:02.364 [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@478620c4 
00:27:02.364 [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) 
00:27:02.364 [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) 
00:27:02.364 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.364 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:02.365 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1978869058/META-INF/spring/simpleservice-osgi.xml] 
00:27:02.366 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.367 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.367 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.367 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.377 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.378 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.382 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1978869058/META-INF/spring/simpleservice.xml] 
00:27:02.383 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.383 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.384 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.384 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.393 [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@721f059f: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
00:27:02.393 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:02.393 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:02.394 [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} 
00:27:02.394 [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] 
00:27:02.394 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:02.394 [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@721f059f: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
00:27:02.395 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:02.395 [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@646b5c23 
00:27:02.395 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:02.395 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:02.395 [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) 
00:27:02.395 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:02.395 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:02.395 [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) 
00:27:02.395 [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) 
00:27:02.395 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:02.395 [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) 
00:27:02.397 [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@610a7856] 
00:27:02.397 [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@3a8cd9d2] 
00:27:02.449 [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 
00:27:02.450 [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:{} 
00:27:02.450 [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:[] 
00:27:02.451 [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} 
00:27:02.451 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:27:02.452 [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 
00:27:02.453 [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 
00:27:02.453 [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:{} 
00:27:02.453 [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:[] 
00:27:02.453 [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} 
00:27:02.453 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:27:02.454 [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 
00:27:02.455 [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@e9bd85] 
00:27:02.456 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.458 [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} 
00:27:02.458 [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} 
00:27:02.458 [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 
00:27:02.459 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:27:02.459 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 
00:27:02.459 [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 
00:27:02.459 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:02.459 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:27:02.461 [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] 
00:27:02.461 [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) 
00:27:02.462 [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@1d59fe6c] 
00:27:02.462 [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@50b35d19] 
Delaying for:0
00:27:02.463 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:27:02.463 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:27:02.463 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:27:02.464 [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 {} 
00:27:02.464 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:27:02.464 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:27:02.464 [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@57e67a7c] 
00:27:02.464 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.464 [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} 
00:27:02.465 [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} 
00:27:02.465 [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 
00:27:02.465 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:27:02.465 [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] 
00:27:02.465 [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) 
00:27:02.465 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice2] triggers a context creation; waiting for it 
00:27:02.465 [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 
00:27:02.466 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:02.466 [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@421d8ff5] 
00:27:02.466 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
00:27:02.466 [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@62f09d2f] 
00:27:02.467 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
00:27:02.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
00:27:02.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
00:27:02.467 [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 {} 
00:27:02.467 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
00:27:02.468 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
00:27:02.468 [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@26fa8cf8] 
00:27:02.468 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.468 [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} 
00:27:02.469 [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} 
00:27:02.469 [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 
00:27:02.469 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
00:27:02.469 [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] 
00:27:02.470 [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. 
00:27:02.470 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:364 - Writing test name [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] to OSGi 
00:27:02.478 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] for execution inside OSGi 
00:27:02.478 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@48793bef 
00:27:02.479 [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 
00:27:02.479 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.479 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:02.480 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://22.fwk1978869058/org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml] 
00:27:02.481 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.482 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.482 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.482 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.491 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.491 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.498 [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@4397ad89: defining beans [serviceB,serviceC,exporter,serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0,simple-bean]; root of factory hierarchy 
00:27:02.498 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:02.498 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:02.498 [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} 
00:27:02.498 [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] 
00:27:02.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@20c0a64d] 
00:27:02.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@455b6df1] 
00:27:02.501 [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)] 
00:27:02.502 [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)] 
00:27:02.502 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:02.505 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:02.510 [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 
00:27:02.511 [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 
00:27:02.536 [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 
00:27:02.537 [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 
00:27:02.537 [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 
00:27:02.538 [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)] 
00:27:02.539 [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}} 
00:27:02.539 [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 
00:27:02.539 [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 
00:27:02.540 [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)] 
00:27:02.540 [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)] 
00:27:02.540 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:02.541 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:02.542 [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)] 
00:27:02.542 [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}} 
00:27:02.542 [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 
00:27:02.542 [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 
00:27:02.543 [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)] 
00:27:02.543 [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)] 
00:27:02.544 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:02.544 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:02.545 [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)] 
00:27:02.545 [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}} 
00:27:02.545 [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 
00:27:02.545 [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 
00:27:02.546 [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 
00:27:02.546 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:27:02.553 [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.1.BUILD-SNAPSHOT] but version [0.0.0] was required 
00:27:02.554 [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 
00:27:02.554 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:27:02.556 [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.1.BUILD-SNAPSHOT] but version [0.0.0] was required 
00:27:02.557 [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 
00:27:02.558 [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 
00:27:02.558 [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 
00:27:02.559 [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 
00:27:02.559 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporter] is being tracked for dependencies 
00:27:02.559 [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} 
00:27:02.560 [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] 
00:27:02.562 [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 
00:27:02.563 [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} 
00:27:02.563 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
00:27:02.563 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 
00:27:02.563 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@416c58f5] 
00:27:02.564 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.564 [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} 
00:27:02.564 [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} 
00:27:02.576 [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} 
00:27:02.577 [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 
00:27:02.578 [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) 
00:27:02.578 [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@478620c4 
00:27:02.578 [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) 
00:27:02.578 [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) 
00:27:02.578 [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) 
00:27:02.579 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.579 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.580 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:27:02.580 [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 
00:27:02.580 [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 
00:27:02.580 [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 
00:27:02.580 [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}] 
00:27:02.581 [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} 
00:27:02.581 [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}] 
00:27:02.581 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:02.582 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
00:27:02.582 [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@478620c4 
00:27:02.582 [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 
00:27:02.583 [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} 
00:27:02.583 [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@1a4d8cce 
00:27:02.583 [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 
00:27:02.583 [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) 
00:27:02.583 [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@478620c4 
00:27:02.583 [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) 
00:27:02.583 [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) 
00:27:02.583 [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) 
00:27:02.583 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.583 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.584 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
00:27:02.584 [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 
00:27:02.584 [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 
00:27:02.584 [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 
00:27:02.584 [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} 
00:27:02.584 [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}] 
00:27:02.584 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:02.585 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:27:02.585 [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@478620c4 
00:27:02.585 [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 
00:27:02.585 [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@148a61f7 
00:27:02.585 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:02.585 [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 
00:27:02.585 [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) 
00:27:02.585 [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)] 
00:27:02.585 [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... 
00:27:02.586 [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 
00:27:02.586 [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)] 
00:27:02.586 [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)] 
00:27:02.586 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:27:02.586 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:02.586 [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@478620c4 
00:27:02.586 [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) 
00:27:02.586 [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 
00:27:02.586 [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) 
00:27:02.586 [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)] 
00:27:02.587 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.587 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:02.587 [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 
00:27:02.587 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:02.587 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:27:02.588 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1978869058/META-INF/spring/simpleservice.xml] 
00:27:02.590 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.590 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.590 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.591 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.602 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1978869058/META-INF/spring/simpleservice-osgi.xml] 
00:27:02.604 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.604 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.605 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.605 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.613 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.613 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.641 [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@40ad71d: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:27:02.641 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:02.641 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:02.641 [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} 
00:27:02.641 [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] 
00:27:02.642 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:02.642 [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@40ad71d: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:27:02.642 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:02.642 [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@646b5c23 
00:27:02.642 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:02.642 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:02.642 [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) 
00:27:02.643 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:02.643 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:02.643 [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) 
00:27:02.643 [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) 
00:27:02.643 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:02.643 [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) 
00:27:02.643 [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@35fb80ff] 
00:27:02.643 [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@53efa25f] 
Delaying for:0
00:27:02.645 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:27:02.645 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:27:02.645 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:27:02.646 [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 {} 
00:27:02.646 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:27:02.646 [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 
00:27:02.646 [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 
00:27:02.647 [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 
00:27:02.647 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceB] 
00:27:02.647 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:27:02.647 [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@427e22e0] 
00:27:02.647 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.648 [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} 
00:27:02.648 [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} 
00:27:02.649 [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 
00:27:02.649 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:27:02.649 [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] 
00:27:02.649 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:27:02.649 [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 
00:27:02.649 [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) 
00:27:02.650 [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)] 
00:27:02.650 [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... 
00:27:02.650 [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 
00:27:02.650 [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)] 
00:27:02.650 [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)] 
00:27:02.650 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
00:27:02.650 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:27:02.650 [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@478620c4 
00:27:02.651 [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) 
00:27:02.651 [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 
00:27:02.651 [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) 
00:27:02.651 [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)] 
00:27:02.651 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.651 [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 
00:27:02.651 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:02.651 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:02.651 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
00:27:02.652 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1978869058/META-INF/spring/simpleservice-osgi.xml] 
00:27:02.654 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.654 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.655 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.655 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.665 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.665 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.668 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1978869058/META-INF/spring/simpleservice.xml] 
00:27:02.669 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.670 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.670 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.670 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.676 [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@938affe: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
00:27:02.677 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:02.677 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:02.677 [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} 
00:27:02.677 [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] 
00:27:02.677 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:02.678 [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@938affe: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
00:27:02.678 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:02.678 [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@646b5c23 
00:27:02.678 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:02.678 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:02.678 [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) 
00:27:02.678 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:02.678 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:02.678 [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) 
00:27:02.678 [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) 
00:27:02.678 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:02.678 [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) 
00:27:02.679 [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@38ad90a8] 
00:27:02.679 [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@5d40143] 
00:27:02.680 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
00:27:02.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
00:27:02.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
00:27:02.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 {} 
00:27:02.680 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
00:27:02.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=43}] bound to proxy 
00:27:02.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=43}] bound to proxy 
00:27:02.681 [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 
00:27:02.681 [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} 
00:27:02.681 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
00:27:02.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 
00:27:02.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
00:27:02.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@454672eb] 
00:27:02.682 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.682 [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} 
00:27:02.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} 
00:27:02.683 [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 
00:27:02.683 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
00:27:02.683 [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] 
00:27:02.683 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:02.684 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:440 - Reading OSGi results for test [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] 
00:27:02.684 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:447 - Test[testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB]'s result read 
00:27:02.685 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:364 - Writing test name [testOneImporterCGoesDownAndThenUpAgain] to OSGi 
00:27:02.685 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOneImporterCGoesDownAndThenUpAgain] for execution inside OSGi 
00:27:02.685 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testOneImporterCGoesDownAndThenUpAgain] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3899782c 
00:27:02.686 [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} 
00:27:02.686 [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 
00:27:02.686 [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) 
00:27:02.686 [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@478620c4 
00:27:02.686 [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) 
00:27:02.686 [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) 
00:27:02.687 [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) 
00:27:02.687 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.687 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.687 [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] 
00:27:02.687 [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 
00:27:02.687 [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 
00:27:02.687 [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 
00:27:02.687 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 
00:27:02.687 [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}] 
00:27:02.688 [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] 
00:27:02.688 [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 
00:27:02.688 [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 
00:27:02.688 [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 
00:27:02.688 [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}] 
00:27:02.688 [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} 
00:27:02.688 [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}] 
00:27:02.688 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:02.689 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
00:27:02.689 [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@478620c4 
00:27:02.689 [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 
00:27:02.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@10b5e7be 
00:27:02.689 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:27:02.689 [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 
00:27:02.689 [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) 
00:27:02.689 [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)] 
00:27:02.690 [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... 
00:27:02.690 [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 
00:27:02.690 [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)] 
00:27:02.690 [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)] 
00:27:02.690 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
00:27:02.690 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:27:02.690 [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@478620c4 
00:27:02.690 [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) 
00:27:02.690 [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 
00:27:02.691 [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) 
00:27:02.691 [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)] 
00:27:02.691 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.691 [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 
00:27:02.691 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:02.691 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:02.691 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:27:02.692 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1978869058/META-INF/spring/context.xml] 
00:27:02.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.694 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.700 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.700 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.704 [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@5851817a: 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 
00:27:02.704 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:02.704 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:02.736 [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} 
00:27:02.737 [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] 
00:27:02.737 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:02.737 [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@5851817a: 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] 
00:27:02.737 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:02.737 [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@646b5c23 
00:27:02.737 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:02.738 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:02.738 [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) 
00:27:02.738 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:02.738 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:02.738 [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) 
00:27:02.738 [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) 
00:27:02.738 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:02.738 [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) 
00:27:02.738 [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@41cb090c] 
00:27:02.739 [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@535ad208] 
00:27:02.740 [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 
00:27:02.740 [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:{} 
00:27:02.740 [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:[] 
00:27:02.740 [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} 
00:27:02.740 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:27:02.740 [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 
00:27:02.741 [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 
00:27:02.741 [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 
00:27:02.741 [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} 
00:27:02.741 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
00:27:02.741 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 
00:27:02.741 [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 
00:27:02.742 [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 
00:27:02.742 [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:{} 
00:27:02.743 [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:[] 
00:27:02.743 [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} 
00:27:02.743 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:27:02.743 [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 
00:27:02.743 [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 
00:27:02.743 [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 
00:27:02.744 [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@6b19c6e7] 
00:27:02.744 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.744 [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} 
00:27:02.744 [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} 
00:27:02.745 [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 
00:27:02.745 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:27:02.745 [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] 
00:27:02.745 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:02.745 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:440 - Reading OSGi results for test [testOneImporterCGoesDownAndThenUpAgain] 
00:27:02.745 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:447 - Test[testOneImporterCGoesDownAndThenUpAgain]'s result read 
00:27:02.746 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:364 - Writing test name [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] to OSGi 
00:27:02.746 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] for execution inside OSGi 
00:27:02.746 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4b23c30a 
00:27:02.747 [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} 
00:27:02.747 [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 
00:27:02.747 [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) 
00:27:02.747 [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@478620c4 
00:27:02.747 [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) 
00:27:02.747 [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) 
00:27:02.747 [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) 
00:27:02.747 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.748 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.748 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:27:02.748 [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 
00:27:02.748 [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 
00:27:02.748 [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 
00:27:02.748 [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}] 
00:27:02.748 [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} 
00:27:02.749 [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}] 
00:27:02.749 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:02.749 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
00:27:02.749 [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@478620c4 
00:27:02.749 [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 
00:27:02.749 [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@55b76bcc 
00:27:02.749 [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} 
00:27:02.749 [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 
00:27:02.749 [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) 
00:27:02.750 [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@478620c4 
00:27:02.750 [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) 
00:27:02.750 [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) 
00:27:02.750 [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) 
00:27:02.750 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.750 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.750 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
00:27:02.750 [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 
00:27:02.750 [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 
00:27:02.750 [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 
00:27:02.751 [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} 
00:27:02.751 [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}] 
00:27:02.751 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:02.751 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:27:02.751 [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@478620c4 
00:27:02.751 [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 
00:27:02.751 [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@236ab648 
00:27:02.751 [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} 
00:27:02.752 [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 
00:27:02.752 [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) 
00:27:02.752 [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@478620c4 
00:27:02.752 [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) 
00:27:02.752 [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) 
00:27:02.752 [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) 
00:27:02.752 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.752 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.752 [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] 
00:27:02.752 [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 
00:27:02.753 [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 
00:27:02.753 [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 
00:27:02.753 [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] 
00:27:02.753 [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}] 
00:27:02.753 [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] 
00:27:02.753 [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 
00:27:02.753 [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 
00:27:02.753 [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 
00:27:02.753 [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} 
00:27:02.753 [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}] 
00:27:02.754 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:02.754 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:27:02.754 [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@478620c4 
00:27:02.754 [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 
00:27:02.754 [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@64a8fe0b 
00:27:02.754 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:02.754 [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 
00:27:02.754 [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) 
00:27:02.754 [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)] 
00:27:02.755 [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... 
00:27:02.755 [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 
00:27:02.755 [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)] 
00:27:02.755 [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)] 
00:27:02.755 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:02.755 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:02.755 [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@478620c4 
00:27:02.755 [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) 
00:27:02.755 [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 
00:27:02.755 [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) 
00:27:02.756 [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)] 
00:27:02.756 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.756 [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 
00:27:02.756 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:02.756 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:02.756 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:27:02.757 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1978869058/META-INF/spring/simpleservice.xml] 
00:27:02.758 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.758 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.759 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.759 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.765 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1978869058/META-INF/spring/simpleservice-osgi.xml] 
00:27:02.767 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.767 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.767 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.767 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.773 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.774 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.776 [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@5184adfd: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:27:02.777 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:02.777 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:02.777 [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} 
00:27:02.777 [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] 
00:27:02.777 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:02.777 [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@5184adfd: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:27:02.777 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:02.777 [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@646b5c23 
00:27:02.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:02.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:02.778 [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) 
00:27:02.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:02.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:02.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
00:27:02.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
00:27:02.778 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:02.778 [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) 
00:27:02.778 [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@1608d3b4] 
00:27:02.779 [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@4aac1ed3] 
Delaying for:0
00:27:02.779 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:27:02.780 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:27:02.780 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:27:02.780 [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 {} 
00:27:02.780 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:27:02.780 [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 
00:27:02.780 [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 
00:27:02.780 [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 
00:27:02.780 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceC, &serviceB] 
00:27:02.781 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:27:02.781 [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@1327a9c4] 
00:27:02.781 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.781 [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} 
00:27:02.781 [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} 
00:27:02.782 [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 
00:27:02.782 [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] 
00:27:02.782 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:27:02.782 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:27:02.783 [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 
00:27:02.783 [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) 
00:27:02.783 [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)] 
00:27:02.783 [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... 
00:27:02.783 [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 
00:27:02.783 [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)] 
00:27:02.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 [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:27:02.783 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:27:02.784 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:27:02.784 [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@478620c4 
00:27:02.784 [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) 
00:27:02.784 [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 
00:27:02.784 [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) 
00:27:02.784 [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)] 
00:27:02.784 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.784 [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 
00:27:02.784 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:02.784 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:02.784 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:27:02.785 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1978869058/META-INF/spring/context.xml] 
00:27:02.787 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.787 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.787 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.787 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.793 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.794 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.797 [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@10e2b5e7: 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 
00:27:02.797 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:02.797 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:02.798 [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} 
00:27:02.798 [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] 
00:27:02.798 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:02.798 [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@10e2b5e7: 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] 
00:27:02.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:02.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@646b5c23 
00:27:02.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:02.799 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:02.799 [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) 
00:27:02.799 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:02.799 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:02.799 [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) 
00:27:02.799 [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) 
00:27:02.799 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:02.799 [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) 
00:27:02.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@4ffa74bc] 
00:27:02.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@58aa7813] 
00:27:02.800 [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 
00:27:02.801 [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:{} 
00:27:02.801 [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:[] 
00:27:02.801 [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} 
00:27:02.801 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:27:02.801 [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 
00:27:02.801 [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 
00:27:02.801 [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 
00:27:02.801 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceB] 
00:27:02.802 [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 
00:27:02.802 [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 
00:27:02.803 [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:{} 
00:27:02.803 [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:[] 
00:27:02.803 [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} 
00:27:02.803 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:27:02.803 [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 
00:27:02.803 [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 
00:27:02.803 [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 
00:27:02.804 [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@cc3c500] 
00:27:02.804 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.804 [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} 
00:27:02.804 [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} 
00:27:02.805 [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 
00:27:02.805 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:27:02.805 [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] 
00:27:02.805 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:27:02.805 [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 
00:27:02.805 [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) 
00:27:02.806 [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)] 
00:27:02.806 [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... 
00:27:02.806 [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 
00:27:02.806 [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)] 
00:27:02.836 [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)] 
00:27:02.836 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
00:27:02.837 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:27:02.837 [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@478620c4 
00:27:02.837 [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) 
00:27:02.837 [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 
00:27:02.837 [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) 
00:27:02.837 [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)] 
00:27:02.837 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.837 [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 
00:27:02.837 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:02.837 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:02.837 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
00:27:02.838 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1978869058/META-INF/spring/simpleservice-osgi.xml] 
00:27:02.839 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.840 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.840 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.840 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.846 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.846 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:02.849 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1978869058/META-INF/spring/simpleservice.xml] 
00:27:02.850 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.851 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:02.851 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.851 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:02.857 [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@2aa83439: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
00:27:02.857 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:02.857 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:02.857 [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} 
00:27:02.857 [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] 
00:27:02.858 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:02.858 [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@2aa83439: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
00:27:02.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:02.858 [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@646b5c23 
00:27:02.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:02.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:02.858 [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) 
00:27:02.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:02.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:02.858 [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) 
00:27:02.858 [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) 
00:27:02.858 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:02.858 [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) 
00:27:02.859 [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@d96665d] 
00:27:02.859 [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@70b40ae6] 
00:27:02.860 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
00:27:02.860 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
00:27:02.860 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
00:27:02.860 [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 {} 
00:27:02.860 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
00:27:02.861 [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 
00:27:02.861 [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 
00:27:02.861 [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 
00:27:02.861 [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} 
00:27:02.861 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
00:27:02.861 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 
00:27:02.862 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
00:27:02.862 [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@324c2335] 
00:27:02.862 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.862 [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} 
00:27:02.862 [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} 
00:27:02.863 [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 
00:27:02.863 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
00:27:02.863 [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] 
00:27:02.863 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:02.863 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:440 - Reading OSGi results for test [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] 
00:27:02.863 [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: 1.502 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest
00:27:02.866 [Thread-0]        INFO  o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:471 - Shutting down OSGi platform 
00:27:02.866 [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) 
00:27:02.866 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:02.866 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.866 [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]] 
00:27:02.866 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.867 [Thread-4]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporter] 
00:27:02.867 [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}] 
00:27:02.867 [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 
00:27:02.867 [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 
00:27:02.867 [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 
00:27:02.867 [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 
00:27:02.867 [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 
00:27:02.867 [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 
00:27:02.868 [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 
00:27:02.868 [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 
00:27:02.868 [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 
00:27:02.868 [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]] 
00:27:02.868 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:02.868 [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 
00:27:02.868 [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) 
00:27:02.869 [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@478620c4 
00:27:02.869 [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) 
00:27:02.869 [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) 
00:27:02.869 [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) 
00:27:02.869 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.869 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.869 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
00:27:02.869 [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}] 
00:27:02.869 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:02.869 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
00:27:02.869 [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@478620c4 
00:27:02.870 [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 
00:27:02.870 [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 
00:27:02.870 [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) 
00:27:02.870 [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@478620c4 
00:27:02.870 [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) 
00:27:02.870 [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) 
00:27:02.870 [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) 
00:27:02.870 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.870 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.870 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:27:02.870 [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}] 
00:27:02.870 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:02.871 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:27:02.871 [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@478620c4 
00:27:02.871 [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 
00:27:02.871 [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 
00:27:02.871 [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) 
00:27:02.871 [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@478620c4 
00:27:02.871 [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) 
00:27:02.871 [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) 
00:27:02.871 [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) 
00:27:02.871 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy 
00:27:02.871 [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 [Thu May 09 00:27:02 UTC 2024]; root of context hierarchy] 
00:27:02.871 [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] 
00:27:02.872 [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}] 
00:27:02.872 [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] 
00:27:02.872 [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}] 
00:27:02.872 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:02.872 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:27:02.872 [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@478620c4 
00:27:02.872 [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 
00:27:02.872 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:02.872 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:02.872 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:02.872 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:02.872 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:02.872 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:02.873 [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 
00:27:02.873 [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@5b9f7d37 
00:27:02.873 [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@35989483 
00:27:02.873 [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@43b6ac8e 
00:27:02.873 [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 
00:27:02.873 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:27:02.873 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:27:02.873 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:03,483 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:03,560 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:03,562 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:03,575 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:03,596 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:03,598 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:03,601 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:03,607 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:27:03,615 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:03,616 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:03,617 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:03,617 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:03,617 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:03,617 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:03,617 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:03,618 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:03,618 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:03,618 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:03,618 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:03,618 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:03,618 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:03,618 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:03,618 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:03,618 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:03,618 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:03,619 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:03,619 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:03,620 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest
00:27:03.701 [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 
00:27:03.705 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:85 - Instantiating platform wrapper... 
00:27:03.705 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:215 - About to start Equinox OSGi Platform 
00:27:03.919 [main]            INFO  o.e.g.b.i.s.CollectionImporterTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:27:03.922 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:27:03.923 [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.1.BUILD-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} 
00:27:03.924 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:27:03.925 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:04.003 [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] 
00:27:04.012 [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] 
00:27:04.015 [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] 
00:27:04.017 [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] 
00:27:04.022 [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] 
00:27:04.038 [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] 
00:27:04.040 [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] 
00:27:04.045 [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] 
00:27:04.051 [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] 
00:27:04.060 [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] 
00:27:04.071 [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] 
00:27:04.074 [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] 
00:27:04.078 [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] 
00:27:04.085 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:04.087 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:04.091 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:04.093 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:04.096 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:04.098 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:04.099 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:04.108 [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] 
00:27:04.146 [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] 
00:27:04.147 [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] 
00:27:04.147 [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] 
00:27:04.147 [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] 
00:27:04.148 [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] 
00:27:04.148 [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] 
00:27:04.148 [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] 
00:27:04.149 [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] 
00:27:04.149 [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] 
00:27:04.149 [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] 
00:27:04.149 [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] 
00:27:04.150 [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] 
00:27:04.150 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:04.150 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:04.151 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:04,177 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:04,200 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:04,202 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:04,209 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:04,231 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:04,233 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:04,235 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:04,240 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4b0d79fc - No compression will be used
00:27:04,243 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:04,244 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:04,245 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:04,245 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:04,245 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:04,245 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:04,245 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:04,245 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:04,245 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:04,245 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:04,246 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:04,246 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:04,246 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:04,246 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:04,246 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:04,246 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:04,246 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:04,247 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:04,247 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:04,247 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@73e9cf30 - Registering current configuration as safe fallback point
00:27:04.255 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:27:04.261 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:04.320 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:04.320 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:04.323 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:27:04.325 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:27:04.328 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:04.330 [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 
00:27:04.330 [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) 
00:27:04.330 [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)] 
00:27:04.331 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:04.331 [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 
00:27:04.331 [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) 
00:27:04.331 [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)] 
00:27:04.332 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:04.332 [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 
00:27:04.332 [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) 
00:27:04.332 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:04.332 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:04.332 [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 
00:27:04.333 [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) 
00:27:04.333 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:04.333 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:04.333 [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 
00:27:04.334 [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) 
00:27:04.334 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:04.334 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:04.334 [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 
00:27:04.334 [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) 
00:27:04.334 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:04.335 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:04.335 [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 
00:27:04.335 [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) 
00:27:04.335 [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)] 
00:27:04.335 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:04.336 [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 
00:27:04.336 [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) 
00:27:04.336 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:04.336 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:04.337 [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 
00:27:04.337 [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) 
00:27:04.337 [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)] 
00:27:04.337 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:04.341 [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 
00:27:04.342 [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) 
00:27:04.342 [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)] 
00:27:04.342 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:04.343 [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 
00:27:04.343 [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) 
00:27:04.343 [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)] 
00:27:04.343 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:04.344 [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 
00:27:04.344 [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) 
00:27:04.344 [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)] 
00:27:04.344 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:04.345 [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 
00:27:04.345 [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) 
00:27:04.345 [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)] 
00:27:04.345 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:04.345 [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 
00:27:04.346 [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) 
00:27:04.346 [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)] 
00:27:04.346 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:04.346 [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 
00:27:04.346 [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) 
00:27:04.346 [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)] 
00:27:04.346 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:04.347 [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 
00:27:04.347 [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) 
00:27:04.347 [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)] 
00:27:04.356 [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)] 
00:27:04.357 [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)] 
00:27:04.362 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:04.362 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:04.364 [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)] 
00:27:04.365 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:04.366 [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@2dc9b0f5 w/ reference null 
00:27:04.366 [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@2dc9b0f5 w/ reference null 
00:27:04.367 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:27:04.369 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:04.376 [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 
00:27:04.376 [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)] 
00:27:04.376 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:04.377 [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 
00:27:04.377 [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)] 
00:27:04.377 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:04.377 [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 
00:27:04.378 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:04.378 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:04.378 [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 
00:27:04.378 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:04.378 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:04.379 [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 
00:27:04.379 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:04.379 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:04.380 [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 
00:27:04.380 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:04.380 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:04.380 [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 
00:27:04.380 [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)] 
00:27:04.380 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:04.381 [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 
00:27:04.381 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:04.382 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:04.382 [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 
00:27:04.383 [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)] 
00:27:04.383 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:04.384 [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 
00:27:04.384 [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)] 
00:27:04.384 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:04.385 [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 
00:27:04.386 [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)] 
00:27:04.386 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:04.386 [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 
00:27:04.386 [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)] 
00:27:04.386 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:04.387 [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 
00:27:04.387 [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)] 
00:27:04.387 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:04.388 [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 
00:27:04.388 [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)] 
00:27:04.388 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:04.389 [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 
00:27:04.389 [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)] 
00:27:04.389 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:04.390 [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 
00:27:04.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)] 
00:27:04.390 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:04.393 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:04.394 [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 
00:27:04.394 [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) 
00:27:04.394 [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)] 
00:27:04.394 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:04.394 [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 
00:27:04.395 [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)] 
00:27:04.395 [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/gemini-blueprint-equinox/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:04.395 [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)] 
00:27:04.395 [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 
00:27:04.395 [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) 
00:27:04.395 [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)] 
00:27:04.395 [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)] 
00:27:04.396 [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 
00:27:04.396 [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)] 
00:27:04.396 [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/gemini-blueprint-equinox/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:04.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)] 
00:27:04.396 [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 
00:27:04.397 [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) 
00:27:04.397 [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)] 
00:27:04.402 [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... 
00:27:04.402 [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 
00:27:04.403 [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)] 
00:27:04.404 [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)] 
00:27:04.404 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:04.405 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:27:04.405 [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@16000241 
00:27:04.405 [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 
00:27:04.405 [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) 
00:27:04.405 [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)] 
00:27:04.405 [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) 
00:27:04.405 [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/gemini-blueprint-equinox/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:04.406 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:04.406 [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 
00:27:04.406 [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) 
00:27:04.406 [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)] 
00:27:04.406 [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... 
00:27:04.406 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy 
00:27:04.406 [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 
00:27:04.407 [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)] 
00:27:04.407 [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)] 
00:27:04.407 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:27:04.407 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:04.407 [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 
00:27:04.407 [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)] 
00:27:04.409 [main]            INFO  o.e.g.b.i.s.CollectionImporterTest:199 - org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest-bundle.properties was not found; using defaults 
00:27:04.409 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:511 - Post processing: creating test bundle 
00:27:04.410 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:04.417 [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] 
00:27:04.417 [main]            INFO  o.e.g.b.i.s.CollectionImporterTest:202 - Automatically creating Manifest for the test bundle 
00:27:04.418 [main]            INFO  o.e.g.b.i.s.CollectionImporterTest:366 - Using the test class for generating bundle imports 
00:27:04.419 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 
00:27:04.419 [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... 
00:27:04.422 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class CollectionImporterTest 
00:27:04.437 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:04.438 [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... 
00:27:04.438 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class BaseIntegrationTest 
00:27:04.439 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:04.439 [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... 
00:27:04.439 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:27:04.440 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:04.440 [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... 
00:27:04.441 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:27:04.441 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:27:04.441 [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 
00:27:04.441 [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} 
00:27:04.441 [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] 
00:27:04.442 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:27:04.442 [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] 
00:27:04.442 [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] 
00:27:04.442 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/META-INF/spring/context.xml] 
00:27:04.442 [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]] 
00:27:04.442 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:27:04.442 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:27:04.442 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:27:04.443 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:27:04.443 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:27:04.443 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:27:04.443 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:27:04.443 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:04.443 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:04.443 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:04.443 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 
00:27:04.443 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 
00:27:04.443 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 
00:27:04.444 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 
00:27:04.444 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 
00:27:04.444 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 
00:27:04.444 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 
00:27:04.444 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 
00:27:04.444 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 
00:27:04.449 [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 
00:27:04.449 [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.* 
00:27:04.451 [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)] 
00:27:04.451 [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 
00:27:04.452 [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) 
00:27:04.452 [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)] 
00:27:04.452 [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)] 
00:27:04.452 [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 
00:27:04.452 [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)] 
00:27:04.452 [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 
00:27:04.453 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:27:04.454 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:27:04.455 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:27:04.455 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:27:04.455 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:27:04.455 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:27:04.456 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:27:04.456 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:27:04.456 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:27:04.457 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:27:04.458 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:27:04.459 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:27:04.460 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:27:04.460 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:27:04.461 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:27:04.461 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:27:04.461 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:27:04.462 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:27:04.462 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:27:04.462 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 
00:27:04.462 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 
00:27:04.463 [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 
00:27:04.463 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.464 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.464 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.464 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.464 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:04.465 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:27:04.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:04.586 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:04.612 [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@4b46ea4d: 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 
00:27:04.617 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:04.618 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:04.618 [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} 
00:27:04.619 [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] 
00:27:04.624 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:04.627 [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@4b46ea4d: 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] 
00:27:04.627 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:04.627 [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@359749d1 
00:27:04.627 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:04.627 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:04.627 [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) 
00:27:04.627 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:04.627 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:04.627 [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) 
00:27:04.628 [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) 
00:27:04.628 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:04.628 [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@16000241 
00:27:04.628 [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) 
00:27:04.628 [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) 
00:27:04.628 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy 
00:27:04.628 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:04.629 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1340565491/META-INF/spring/simpleservice.xml] 
00:27:04.633 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.633 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.633 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.634 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.648 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1340565491/META-INF/spring/simpleservice-osgi.xml] 
00:27:04.650 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.650 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.650 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.651 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.661 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:04.662 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:04.666 [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@5daa757: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:27:04.667 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:04.667 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:04.667 [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} 
00:27:04.667 [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] 
00:27:04.668 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:04.668 [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@5daa757: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:27:04.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:04.668 [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@359749d1 
00:27:04.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:04.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:04.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
00:27:04.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:04.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:04.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
00:27:04.668 [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) 
00:27:04.669 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:04.669 [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) 
00:27:04.671 [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@5551078c] 
00:27:04.671 [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@67f3ba74] 
00:27:04.694 [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 
00:27:04.695 [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:{} 
00:27:04.695 [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:[] 
00:27:04.696 [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} 
00:27:04.696 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:27:04.697 [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 
00:27:04.698 [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 
00:27:04.698 [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:{} 
00:27:04.698 [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:[] 
00:27:04.698 [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} 
00:27:04.698 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:27:04.699 [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 
00:27:04.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@7e200891] 
00:27:04.701 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy] 
00:27:04.702 [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} 
00:27:04.703 [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} 
00:27:04.703 [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 
00:27:04.704 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:27:04.704 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 
00:27:04.704 [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 
00:27:04.704 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:04.704 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:27:04.706 [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] 
00:27:04.706 [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) 
00:27:04.707 [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@57380cb5] 
00:27:04.707 [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@5e0028ff] 
Delaying for:0
00:27:04.738 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:27:04.738 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:27:04.738 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:27:04.738 [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 {} 
00:27:04.738 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:27:04.739 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:27:04.739 [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@5100ba45] 
00:27:04.739 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy] 
00:27:04.739 [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} 
00:27:04.739 [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} 
00:27:04.740 [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 
00:27:04.740 [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] 
00:27:04.740 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:27:04.740 [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. 
00:27:04.741 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:364 - Writing test name [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] to OSGi 
00:27:04.749 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] for execution inside OSGi 
00:27:04.749 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5965be2d 
00:27:04.750 [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 
00:27:04.750 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy 
00:27:04.751 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:04.751 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1340565491/org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml] 
00:27:04.753 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.753 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.754 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.754 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.764 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:04.764 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:04.771 [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@6e005dc9: defining beans [serviceA,serviceC,exporterA,map,exporterB,simple-bean]; root of factory hierarchy 
00:27:04.771 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:04.771 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:04.771 [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} 
00:27:04.772 [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] 
00:27:04.773 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@20f5281c] 
00:27:04.773 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@56c4278e] 
00:27:04.775 [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)] 
00:27:04.775 [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)] 
00:27:04.775 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:04.775 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:04.776 [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)] 
00:27:04.776 [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}} 
00:27:04.778 [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} 
00:27:04.784 [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 
00:27:04.784 [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 
00:27:04.785 [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 
00:27:04.785 [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 
00:27:04.785 [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 
00:27:04.787 [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)] 
00:27:04.787 [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)] 
00:27:04.787 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:04.788 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:04.788 [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)] 
00:27:04.788 [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}} 
00:27:04.788 [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} 
00:27:04.789 [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} 
00:27:04.791 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporterA] is being tracked for dependencies 
00:27:04.791 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporterA] depends (transitively) on the following importers:{&serviceA} 
00:27:04.791 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporterA] depends on importers:[&serviceA] 
00:27:04.792 [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} 
00:27:04.792 [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}] 
00:27:04.792 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 
00:27:04.793 [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 
00:27:04.794 [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 
00:27:04.795 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporterB] is being tracked for dependencies 
00:27:04.795 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporterB] depends (transitively) on the following importers:{&serviceC, &serviceA} 
00:27:04.795 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporterB] depends on importers:[&serviceC, &serviceA] 
00:27:04.795 [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} 
00:27:04.795 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
00:27:04.795 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 
00:27:04.796 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@38b27cdc] 
00:27:04.796 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy] 
00:27:04.796 [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} 
00:27:04.797 [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} 
00:27:04.837 [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} 
00:27:04.838 [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 
00:27:04.839 [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) 
00:27:04.839 [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@16000241 
00:27:04.839 [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) 
00:27:04.839 [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) 
00:27:04.840 [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) 
00:27:04.840 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy 
00:27:04.840 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy] 
00:27:04.841 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:27:04.842 [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 
00:27:04.842 [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}] 
00:27:04.842 [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 
00:27:04.842 [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}] 
00:27:04.843 [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} 
00:27:04.843 [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}] 
00:27:04.843 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:04.844 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:27:04.844 [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@16000241 
00:27:04.844 [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 
00:27:04.845 [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@29b00c75 
00:27:04.845 [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} 
00:27:04.845 [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 
00:27:04.846 [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) 
00:27:04.846 [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@16000241 
00:27:04.846 [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) 
00:27:04.846 [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) 
00:27:04.846 [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) 
00:27:04.846 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy 
00:27:04.846 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy] 
00:27:04.846 [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] 
00:27:04.847 [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}] 
00:27:04.847 [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] 
00:27:04.847 [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 
00:27:04.847 [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} 
00:27:04.847 [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}] 
00:27:04.847 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:04.848 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:27:04.848 [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@16000241 
00:27:04.848 [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 
00:27:04.848 [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@2777f733 
00:27:04.848 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:04.848 [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 
00:27:04.848 [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) 
00:27:04.848 [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)] 
00:27:04.849 [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... 
00:27:04.849 [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 
00:27:04.849 [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)] 
00:27:04.849 [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)] 
00:27:04.849 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:04.849 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:04.849 [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@16000241 
00:27:04.849 [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) 
00:27:04.849 [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) 
00:27:04.850 [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 
00:27:04.850 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy 
00:27:04.850 [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)] 
00:27:04.850 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:04.850 [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 
00:27:04.851 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1340565491/META-INF/spring/simpleservice.xml] 
00:27:04.851 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:04.851 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:27:04.852 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.853 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.853 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.853 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.861 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1340565491/META-INF/spring/simpleservice-osgi.xml] 
00:27:04.862 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.863 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.863 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.863 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.870 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:04.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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:04.873 [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@2076634a: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:27:04.874 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:04.874 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:04.874 [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} 
00:27:04.874 [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] 
00:27:04.874 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:04.874 [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@2076634a: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:27:04.874 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:04.875 [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@359749d1 
00:27:04.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:04.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:04.875 [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) 
00:27:04.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:04.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:04.875 [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) 
00:27:04.875 [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) 
00:27:04.875 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:04.875 [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) 
00:27:04.875 [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@348a0c10] 
00:27:04.875 [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@482a7fcd] 
Delaying for:0
00:27:04.876 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:27:04.876 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:27:04.876 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:27:04.876 [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 {} 
00:27:04.877 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:27:04.877 [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} 
00:27:04.877 [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 
00:27:04.877 [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} 
00:27:04.877 [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}] 
00:27:04.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 
00:27:04.878 [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 
00:27:04.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporterB] not started; there are still unsatisfied dependencies [&serviceC] 
00:27:04.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:27:04.878 [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@45984831] 
00:27:04.878 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy] 
00:27:04.878 [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} 
00:27:04.879 [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} 
00:27:04.879 [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 
00:27:04.879 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:27:04.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 [20] 
00:27:04.879 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:27:04.880 [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 
00:27:04.880 [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) 
00:27:04.880 [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)] 
00:27:04.880 [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... 
00:27:04.880 [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 
00:27:04.880 [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)] 
00:27:04.881 [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)] 
00:27:04.881 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:27:04.881 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:27:04.881 [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@16000241 
00:27:04.881 [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) 
00:27:04.881 [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) 
00:27:04.881 [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 
00:27:04.881 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy 
00:27:04.881 [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)] 
00:27:04.881 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:04.881 [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 
00:27:04.882 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:04.882 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:27:04.882 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/META-INF/spring/context.xml] 
00:27:04.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.884 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.884 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.884 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.891 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:04.891 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:04.895 [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@62ab5c4a: 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 
00:27:04.895 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:04.895 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:04.895 [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} 
00:27:04.895 [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] 
00:27:04.896 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:04.896 [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@62ab5c4a: 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] 
00:27:04.896 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:04.896 [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@359749d1 
00:27:04.896 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:04.896 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:04.896 [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) 
00:27:04.896 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:04.896 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:04.896 [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) 
00:27:04.896 [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) 
00:27:04.896 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:04.896 [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) 
00:27:04.897 [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@2ee8ba24] 
00:27:04.897 [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@3fb6c457] 
00:27:04.898 [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 
00:27:04.898 [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:{} 
00:27:04.898 [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:[] 
00:27:04.898 [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} 
00:27:04.898 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:27:04.898 [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} 
00:27:04.899 [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 
00:27:04.899 [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} 
00:27:04.899 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
00:27:04.899 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 
00:27:04.899 [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 
00:27:04.900 [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 
00:27:04.900 [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:{} 
00:27:04.900 [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:[] 
00:27:04.900 [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} 
00:27:04.900 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:27:04.901 [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} 
00:27:04.901 [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 
00:27:04.901 [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@16d556ac] 
00:27:04.901 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy] 
00:27:04.901 [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} 
00:27:04.902 [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} 
00:27:04.902 [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 
00:27:04.902 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:27:04.902 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:04.902 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:440 - Reading OSGi results for test [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] 
00:27:04.903 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:447 - Test[testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain]'s result read 
00:27:04.902 [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] 
00:27:04.937 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:364 - Writing test name [testExporterAWhenImporterAGoesDownAndUp] to OSGi 
00:27:04.938 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExporterAWhenImporterAGoesDownAndUp] for execution inside OSGi 
00:27:04.938 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExporterAWhenImporterAGoesDownAndUp] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@d41f816 
00:27:04.938 [main]            INFO  o.e.g.b.i.s.CollectionImporterTest:53 - Taking down serviceA... 
00:27:04.938 [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} 
00:27:04.938 [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 
00:27:04.939 [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) 
00:27:04.939 [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@16000241 
00:27:04.939 [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) 
00:27:04.939 [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) 
00:27:04.939 [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) 
00:27:04.939 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy 
00:27:04.939 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy] 
00:27:04.939 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:27:04.939 [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 
00:27:04.940 [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}] 
00:27:04.940 [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 
00:27:04.940 [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}] 
00:27:04.940 [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} 
00:27:04.940 [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}] 
00:27:04.940 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:04.941 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:27:04.941 [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@16000241 
00:27:04.941 [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 
00:27:04.941 [main]            INFO  o.e.g.b.i.s.CollectionImporterTest:56 - Putting up serviceA... 
00:27:04.941 [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@23486705 
00:27:04.941 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:04.941 [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 
00:27:04.941 [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) 
00:27:04.941 [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)] 
00:27:04.942 [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... 
00:27:04.942 [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 
00:27:04.942 [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)] 
00:27:04.942 [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)] 
00:27:04.942 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:27:04.942 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:04.942 [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@16000241 
00:27:04.942 [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) 
00:27:04.942 [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) 
00:27:04.943 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy 
00:27:04.943 [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 
00:27:04.943 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:04.943 [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)] 
00:27:04.943 [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 
00:27:04.943 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:04.943 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:27:04.943 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1340565491/META-INF/spring/simpleservice.xml] 
00:27:04.945 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.945 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.946 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.946 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.953 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1340565491/META-INF/spring/simpleservice-osgi.xml] 
00:27:04.954 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.955 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.955 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.955 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.961 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:04.961 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:04.964 [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@225b8673: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:27:04.964 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:04.964 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:04.964 [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} 
00:27:04.965 [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] 
00:27:04.965 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:04.965 [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@225b8673: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:27:04.965 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:04.965 [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@359749d1 
00:27:04.965 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:04.965 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:04.965 [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) 
00:27:04.965 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:04.965 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:04.965 [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) 
00:27:04.965 [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) 
00:27:04.965 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:04.966 [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) 
00:27:04.966 [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@518f4abe] 
00:27:04.966 [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@5416c6f0] 
Delaying for:0
00:27:04.967 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:27:04.967 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:27:04.967 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:27:04.967 [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 {} 
00:27:04.967 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:27:04.967 [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} 
00:27:04.968 [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 
00:27:04.968 [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} 
00:27:04.968 [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}] 
00:27:04.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 
00:27:04.968 [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 
00:27:04.968 [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} 
00:27:04.968 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
00:27:04.969 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 
00:27:04.969 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:27:04.969 [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@3261e40c] 
00:27:04.969 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy] 
00:27:04.969 [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} 
00:27:04.969 [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} 
00:27:04.970 [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 
00:27:04.970 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:27:04.970 [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] 
00:27:04.970 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:04.970 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:440 - Reading OSGi results for test [testExporterAWhenImporterAGoesDownAndUp] 
00:27:04.970 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:447 - Test[testExporterAWhenImporterAGoesDownAndUp]'s result read 
00:27:04.970 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:364 - Writing test name [testExporterBWhenImporterAGoesDownAndUp] to OSGi 
00:27:04.971 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExporterBWhenImporterAGoesDownAndUp] for execution inside OSGi 
00:27:04.971 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExporterBWhenImporterAGoesDownAndUp] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@78d6692f 
00:27:04.971 [main]            INFO  o.e.g.b.i.s.CollectionImporterTest:64 - Taking down serviceA... 
00:27:04.971 [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} 
00:27:04.971 [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 
00:27:04.972 [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) 
00:27:04.972 [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@16000241 
00:27:04.972 [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) 
00:27:04.972 [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) 
00:27:04.972 [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) 
00:27:04.972 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy 
00:27:04.972 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy] 
00:27:04.972 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:27:04.972 [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 
00:27:04.973 [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}] 
00:27:04.973 [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 
00:27:04.973 [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}] 
00:27:04.973 [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} 
00:27:04.973 [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}] 
00:27:04.973 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:04.973 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:27:04.973 [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@16000241 
00:27:04.973 [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 
00:27:04.974 [main]            INFO  o.e.g.b.i.s.CollectionImporterTest:67 - Putting up serviceA... 
00:27:04.974 [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@664afd08 
00:27:04.974 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:04.974 [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 
00:27:04.974 [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) 
00:27:04.974 [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)] 
00:27:04.974 [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... 
00:27:04.974 [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 
00:27:04.975 [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)] 
00:27:04.975 [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)] 
00:27:04.975 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:27:04.975 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:04.975 [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@16000241 
00:27:04.975 [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) 
00:27:04.975 [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) 
00:27:04.975 [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 
00:27:04.975 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy 
00:27:04.975 [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)] 
00:27:04.976 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:04.976 [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 
00:27:04.976 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:04.976 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:27:04.976 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1340565491/META-INF/spring/simpleservice.xml] 
00:27:04.978 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.978 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.978 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.979 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.985 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1340565491/META-INF/spring/simpleservice-osgi.xml] 
00:27:04.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:04.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.987 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:04.993 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:04.994 [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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:04.997 [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@71dd0b13: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:27:04.997 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:04.997 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:04.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} 
00:27:04.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] 
00:27:04.997 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:04.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@71dd0b13: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:27:04.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:04.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@359749d1 
00:27:04.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:04.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:04.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, config=osgibundle:/META-INF/spring/*.xml) 
00:27:04.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:04.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:04.998 [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) 
00:27:04.998 [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) 
00:27:04.998 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:04.998 [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) 
00:27:04.998 [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@6ee1d983] 
00:27:04.998 [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@4961fc1a] 
Delaying for:0
00:27:04.999 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:27:05.000 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:27:05.000 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:27:05.000 [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 {} 
00:27:05.000 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:27:05.000 [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} 
00:27:05.000 [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 
00:27:05.001 [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} 
00:27:05.001 [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}] 
00:27:05.001 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 
00:27:05.001 [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 
00:27:05.001 [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} 
00:27:05.001 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
00:27:05.001 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 
00:27:05.001 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:27:05.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@5056c3b3] 
00:27:05.036 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy] 
00:27:05.036 [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} 
00:27:05.037 [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} 
00:27:05.037 [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 
00:27:05.037 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:27:05.037 [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] 
00:27:05.037 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:05.037 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:440 - Reading OSGi results for test [testExporterBWhenImporterAGoesDownAndUp] 
00:27:05.038 [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: 1.339 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest
00:27:05.040 [Thread-0]        INFO  o.e.g.b.i.s.CollectionImporterTest:471 - Shutting down OSGi platform 
00:27:05.040 [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) 
00:27:05.040 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy 
00:27:05.040 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:05.040 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy] 
00:27:05.041 [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]] 
00:27:05.041 [Thread-4]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporterB] 
00:27:05.041 [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}] 
00:27:05.041 [Thread-4]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporterA] 
00:27:05.041 [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}] 
00:27:05.042 [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 
00:27:05.042 [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 
00:27:05.042 [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]] 
00:27:05.042 [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 
00:27:05.043 [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) 
00:27:05.043 [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@16000241 
00:27:05.043 [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) 
00:27:05.043 [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) 
00:27:05.043 [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) 
00:27:05.043 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy 
00:27:05.043 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy] 
00:27:05.043 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:27:05.044 [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}] 
00:27:05.044 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:05.044 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:27:05.044 [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@16000241 
00:27:05.044 [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 
00:27:05.044 [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 
00:27:05.044 [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 
00:27:05.044 [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) 
00:27:05.044 [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@16000241 
00:27:05.044 [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) 
00:27:05.044 [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) 
00:27:05.044 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:05.045 [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) 
00:27:05.045 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy 
00:27:05.045 [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 [Thu May 09 00:27:04 UTC 2024]; root of context hierarchy] 
00:27:05.045 [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] 
00:27:05.045 [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}] 
00:27:05.045 [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] 
00:27:05.045 [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}] 
00:27:05.046 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:05.046 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:27:05.046 [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@16000241 
00:27:05.046 [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 
00:27:05.046 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:05.046 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:05.046 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:05.046 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:05.046 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:05.046 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:05.047 [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 
00:27:05.047 [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@4f309610 
00:27:05.047 [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@57e63eaa 
00:27:05.047 [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 
00:27:05.047 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:27:05.047 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:27:05.047 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:05,660 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:05,723 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:05,725 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:05,745 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:05,766 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:05,767 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:05,771 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:05,776 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used
00:27:05,786 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:05,786 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:05,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:05,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:05,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:05,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:05,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:05,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:05,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:05,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:05,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:05,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:05,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:05,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:05,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:05,788 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:05,789 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:05,789 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:05,789 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:05,790 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest
00:27:05.864 [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 
00:27:05.867 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:85 - Instantiating platform wrapper... 
00:27:05.868 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:215 - About to start Equinox OSGi Platform 
00:27:06.078 [main]            INFO  o.e.g.b.i.t.ClientOnlyTcclTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:27:06.080 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:27:06.081 [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.1.BUILD-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} 
00:27:06.082 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:27:06.083 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:06.162 [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] 
00:27:06.171 [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] 
00:27:06.174 [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] 
00:27:06.176 [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] 
00:27:06.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] 
00:27:06.186 [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] 
00:27:06.187 [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] 
00:27:06.193 [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] 
00:27:06.199 [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] 
00:27:06.207 [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] 
00:27:06.240 [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] 
00:27:06.243 [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] 
00:27:06.248 [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] 
00:27:06.254 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:06.256 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:06.260 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:06.262 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:06.265 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:06.266 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:06.275 [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] 
00:27:06.293 [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] 
00:27:06.293 [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] 
00:27:06.294 [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] 
00:27:06.294 [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] 
00:27:06.294 [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] 
00:27:06.295 [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] 
00:27:06.295 [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] 
00:27:06.295 [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] 
00:27:06.295 [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] 
00:27:06.296 [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] 
00:27:06.296 [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] 
00:27:06.296 [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] 
00:27:06.296 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:06.297 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:06.297 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:06,341 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:06,369 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:06,370 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:06,377 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:06,399 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:06,400 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:06,402 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:06,407 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2dc54ad4 - No compression will be used
00:27:06,410 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:06,410 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:06,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:06,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:06,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:06,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:06,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:06,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:06,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:06,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:06,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:06,412 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:06,412 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:06,412 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:06,412 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:06,412 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:06,412 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:06,412 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:06,412 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:06,413 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7db12bb6 - Registering current configuration as safe fallback point
00:27:06.420 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:27:06.426 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:06.493 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:06.493 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:06.496 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:27:06.499 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:27:06.501 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:06.503 [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 
00:27:06.504 [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) 
00:27:06.504 [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)] 
00:27:06.504 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:06.504 [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 
00:27:06.505 [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) 
00:27:06.505 [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)] 
00:27:06.505 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:06.505 [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 
00:27:06.505 [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) 
00:27:06.505 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:06.505 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:06.506 [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 
00:27:06.506 [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) 
00:27:06.506 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:06.506 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:06.506 [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 
00:27:06.507 [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) 
00:27:06.507 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:06.507 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:06.507 [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 
00:27:06.507 [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) 
00:27:06.507 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:06.507 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:06.508 [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 
00:27:06.508 [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) 
00:27:06.508 [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)] 
00:27:06.508 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:06.509 [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 
00:27:06.509 [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) 
00:27:06.509 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:06.509 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:06.510 [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 
00:27:06.510 [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) 
00:27:06.510 [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)] 
00:27:06.510 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:06.511 [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 
00:27:06.511 [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) 
00:27:06.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)] 
00:27:06.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)] 
00:27:06.516 [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 
00:27:06.516 [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) 
00:27:06.516 [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)] 
00:27:06.516 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:06.517 [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 
00:27:06.517 [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) 
00:27:06.517 [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)] 
00:27:06.517 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:06.518 [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 
00:27:06.518 [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) 
00:27:06.518 [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)] 
00:27:06.518 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:06.518 [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 
00:27:06.519 [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) 
00:27:06.519 [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)] 
00:27:06.519 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:06.519 [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 
00:27:06.523 [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) 
00:27:06.524 [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)] 
00:27:06.524 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:06.525 [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 
00:27:06.525 [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) 
00:27:06.525 [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)] 
00:27:06.533 [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)] 
00:27:06.534 [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)] 
00:27:06.541 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:06.542 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:06.545 [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)] 
00:27:06.547 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:06.547 [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 
00:27:06.548 [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 
00:27:06.548 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:27:06.551 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:06.559 [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 
00:27:06.559 [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)] 
00:27:06.559 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:06.560 [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 
00:27:06.560 [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)] 
00:27:06.560 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:06.560 [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 
00:27:06.560 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:06.561 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:06.561 [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 
00:27:06.561 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:06.561 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:06.562 [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 
00:27:06.562 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:06.562 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:06.562 [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 
00:27:06.562 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:06.563 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:06.563 [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 
00:27:06.563 [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)] 
00:27:06.563 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:06.564 [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 
00:27:06.564 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:06.564 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:06.565 [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 
00:27:06.565 [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)] 
00:27:06.565 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:06.566 [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 
00:27:06.567 [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)] 
00:27:06.567 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:06.568 [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 
00:27:06.568 [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)] 
00:27:06.568 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:06.569 [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 
00:27:06.569 [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)] 
00:27:06.569 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:06.569 [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 
00:27:06.570 [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)] 
00:27:06.570 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:06.570 [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 
00:27:06.571 [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)] 
00:27:06.571 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:06.571 [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 
00:27:06.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)] 
00:27:06.571 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:06.572 [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 
00:27:06.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)] 
00:27:06.573 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:06.575 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:06.576 [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 
00:27:06.576 [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) 
00:27:06.576 [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)] 
00:27:06.576 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:06.577 [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 
00:27:06.577 [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)] 
00:27:06.577 [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/gemini-blueprint-equinox/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:06.577 [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)] 
00:27:06.578 [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 
00:27:06.578 [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) 
00:27:06.578 [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)] 
00:27:06.578 [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)] 
00:27:06.578 [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 
00:27:06.578 [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)] 
00:27:06.578 [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/gemini-blueprint-equinox/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:06.579 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:27:06.579 [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 
00:27:06.579 [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) 
00:27:06.579 [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)] 
00:27:06.585 [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... 
00:27:06.585 [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 
00:27:06.585 [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)] 
00:27:06.587 [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)] 
00:27:06.587 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:06.588 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:27:06.588 [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@7cf40934 
00:27:06.588 [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 
00:27:06.588 [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) 
00:27:06.588 [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)] 
00:27:06.588 [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) 
00:27:06.589 [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 [Thu May 09 00:27:06 UTC 2024]; root of context hierarchy 
00:27:06.590 [main]            INFO  o.e.g.b.i.t.ClientOnlyTcclTest:199 - org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest-bundle.properties was not found; using defaults 
00:27:06.590 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:511 - Post processing: creating test bundle 
00:27:06.593 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:06.597 [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] 
00:27:06.598 [main]            INFO  o.e.g.b.i.t.ClientOnlyTcclTest:202 - Automatically creating Manifest for the test bundle 
00:27:06.598 [main]            INFO  o.e.g.b.i.t.ClientOnlyTcclTest:366 - Using the test class for generating bundle imports 
00:27:06.600 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 
00:27:06.600 [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... 
00:27:06.602 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class ClientOnlyTcclTest 
00:27:06.611 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:06.611 [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... 
00:27:06.611 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class BaseIntegrationTest 
00:27:06.613 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1571967156/META-INF/spring/context.xml] 
00:27:06.613 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:06.614 [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... 
00:27:06.614 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:27:06.615 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:06.615 [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... 
00:27:06.615 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:27:06.615 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:27:06.615 [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 
00:27:06.616 [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} 
00:27:06.616 [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] 
00:27:06.616 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:27:06.616 [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] 
00:27:06.616 [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] 
00:27:06.616 [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]] 
00:27:06.616 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:27:06.617 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:27:06.617 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:27:06.617 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:27:06.617 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:27:06.617 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:27:06.617 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:27:06.617 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:06.617 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:06.617 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:06.617 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ 
00:27:06.617 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 
00:27:06.617 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 
00:27:06.618 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 
00:27:06.618 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 
00:27:06.618 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 
00:27:06.622 [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 
00:27:06.622 [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.* 
00:27:06.637 [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)] 
00:27:06.637 [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 
00:27:06.637 [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) 
00:27:06.637 [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)] 
00:27:06.638 [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)] 
00:27:06.638 [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 
00:27:06.638 [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)] 
00:27:06.638 [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 
00:27:06.639 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:27:06.641 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:27:06.642 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:27:06.642 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:27:06.642 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:27:06.643 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:27:06.643 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:27:06.644 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:27:06.644 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:27:06.645 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:27:06.646 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:27:06.647 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:27:06.648 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:27:06.648 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:27:06.649 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:27:06.649 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:27:06.650 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:27:06.650 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:27:06.650 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:27:06.651 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 
00:27:06.651 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 
00:27:06.651 [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 
00:27:06.652 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:06.652 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1571967156/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:06.653 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:06.653 [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.fwk1571967156/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:06.653 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:06.653 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:27:06.761 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:06.761 [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.fwk1571967156/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:06.788 [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@474e4a6f: 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 
00:27:06.794 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:06.794 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:06.795 [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} 
00:27:06.795 [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] 
00:27:06.801 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:06.803 [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@474e4a6f: 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] 
00:27:06.803 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:06.803 [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@55921fbf 
00:27:06.803 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:06.804 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:06.804 [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) 
00:27:06.804 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:06.804 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:06.804 [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) 
00:27:06.804 [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) 
00:27:06.804 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:06.805 [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) 
00:27:06.806 [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@742afe4c] 
00:27:06.806 [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@6bdc3be8] 
00:27:06.829 [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 
00:27:06.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:{} 
00:27:06.830 [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:[] 
00:27:06.831 [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} 
00:27:06.831 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:27:06.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 
00:27:06.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 
00:27:06.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:{} 
00:27:06.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:[] 
00:27:06.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} 
00:27:06.833 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:27:06.834 [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 
00:27:06.835 [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@773aecf2] 
00:27:06.837 [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 [Thu May 09 00:27:06 UTC 2024]; root of context hierarchy] 
00:27:06.839 [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} 
00:27:06.839 [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} 
00:27:06.840 [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 
00:27:06.840 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:27:06.840 [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. 
00:27:06.841 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLOnClientResources] to OSGi 
00:27:06.842 [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] 
00:27:06.850 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLOnClientResources] for execution inside OSGi 
00:27:06.851 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLOnClientResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@68d279ec 
00:27:06.851 [main]            INFO  o.e.g.b.i.t.ClientOnlyTcclTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 
00:27:06.852 [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 [Thu May 09 00:27:06 UTC 2024]; root of context hierarchy 
00:27:06.852 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:06.852 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1571967156/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml] 
00:27:06.854 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:06.855 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1571967156/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:06.855 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:06.855 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1571967156/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:06.874 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:06.874 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1571967156/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:06.881 [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@38ba6ce3: defining beans [unmanaged,service-provider,client]; root of factory hierarchy 
00:27:06.882 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:06.882 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:06.882 [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} 
00:27:06.882 [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] 
00:27:06.883 [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] 
00:27:06.883 [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] 
00:27:06.886 [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))] 
00:27:06.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))] 
00:27:06.886 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:06.890 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - UNMANAGED TCCL used for invoking ServiceReference [null] null={} 
00:27:06.895 [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 
00:27:06.896 [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 
00:27:06.896 [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 
00:27:06.897 [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 
00:27:06.897 [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 
00:27:06.898 [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))] 
00:27:06.899 [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}} 
00:27:06.899 [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 
00:27:06.899 [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 
00:27:06.901 [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))] 
00:27:06.901 [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))] 
00:27:06.901 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:06.902 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - SERVICE_PROVIDER TCCL used for invoking ServiceReference [null] null={} 
00:27:06.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))] 
00:27:06.902 [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}} 
00:27:06.903 [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 
00:27:06.903 [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 
00:27:06.903 [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@1fb669c3 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} 
00:27:06.905 [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 
00:27:06.906 [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@1fb669c3 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} 
00:27:06.907 [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))] 
00:27:06.937 [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))] 
00:27:06.937 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:06.937 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:06.938 [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))] 
00:27:06.938 [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}} 
00:27:06.938 [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 
00:27:06.939 [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 
00:27:06.939 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@60129b9a] 
00:27:06.939 [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 [Thu May 09 00:27:06 UTC 2024]; root of context hierarchy] 
00:27:06.940 [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} 
00:27:06.940 [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} 
00:27:06.957 [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} 
00:27:06.958 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 
00:27:06.958 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties at bundleresource://20.fwk1571967156/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 
00:27:06.958 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:06.958 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLOnClientResources] 
00:27:06.959 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLOnClientResources]'s result read 
00:27:06.959 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientResources] to OSGi 
00:27:06.960 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientResources] for execution inside OSGi 
00:27:06.960 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2bb3058 
00:27:06.960 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 
00:27:06.960 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:06.961 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientResources] 
00:27:06.961 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProviderTCCLOnClientResources]'s result read 
00:27:06.961 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testTCCLUnmanagedWithPredefinedClassLoader] to OSGi 
00:27:06.961 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTCCLUnmanagedWithPredefinedClassLoader] for execution inside OSGi 
00:27:06.961 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTCCLUnmanagedWithPredefinedClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7a362b6b 
00:27:06.962 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:06.962 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testTCCLUnmanagedWithPredefinedClassLoader] 
00:27:06.962 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testTCCLUnmanagedWithPredefinedClassLoader]'s result read 
00:27:06.962 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProvidedTCCLOnClasses] to OSGi 
00:27:06.962 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnClasses] for execution inside OSGi 
00:27:06.962 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@60df60da 
00:27:06.964 [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 
00:27:06.964 [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) 
00:27:06.965 [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@7cf40934 
00:27:06.965 [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) 
00:27:06.965 [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) 
00:27:06.965 [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) 
00:27:06.965 [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 [Thu May 09 00:27:06 UTC 2024]; root of context hierarchy 
00:27:06.965 [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 [Thu May 09 00:27:06 UTC 2024]; root of context hierarchy] 
00:27:06.967 [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] 
00:27:06.967 [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}] 
00:27:06.967 [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] 
00:27:06.968 [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 
00:27:06.968 [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 
00:27:06.968 [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@1fb669c3 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} 
00:27:06.968 [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@1fb669c3 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} 
00:27:06.968 [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 
00:27:06.968 [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 
00:27:06.968 [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 
00:27:06.968 [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 
00:27:06.969 [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} 
00:27:06.969 [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}] 
00:27:06.969 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:06.970 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:27:06.970 [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@7cf40934 
00:27:06.970 [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 
00:27:06.971 [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@21513029 
00:27:06.972 [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 
00:27:06.974 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:27:06.974 [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 
00:27:06.974 [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) 
00:27:06.974 [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)] 
00:27:06.974 [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... 
00:27:06.974 [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 
00:27:06.975 [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)] 
00:27:06.975 [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)] 
00:27:06.975 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:06.975 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:27:06.975 [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@7cf40934 
00:27:06.975 [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) 
00:27:06.975 [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 
00:27:06.975 [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) 
00:27:06.975 [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)] 
00:27:06.976 [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 [Thu May 09 00:27:06 UTC 2024]; root of context hierarchy 
00:27:06.976 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:06.976 [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 [Thu May 09 00:27:06 UTC 2024]; root of context hierarchy 
00:27:06.976 [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@6ccdb29f] 
00:27:06.976 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1571967156/META-INF/spring/context.xml] 
00:27:06.978 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:06.979 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1571967156/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:06.979 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:06.979 [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.fwk1571967156/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:06.991 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:06.991 [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.fwk1571967156/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:06.996 [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@359b0e47: 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 
00:27:06.996 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:06.996 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:06.996 [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} 
00:27:06.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] 
00:27:06.997 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:06.997 [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@359b0e47: 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] 
00:27:06.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:06.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@55921fbf 
00:27:06.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:06.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:06.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.tccl, config=osgibundle:/META-INF/spring/*.xml) 
00:27:06.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:06.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:06.998 [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) 
00:27:06.998 [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) 
00:27:06.998 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:06.998 [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) 
00:27:06.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@457b97d7] 
00:27:06.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@68aeb76a] 
00:27:07.000 [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 
00:27:07.000 [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:{} 
00:27:07.000 [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:[] 
00:27:07.000 [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} 
00:27:07.000 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:27:07.001 [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 
00:27:07.001 [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 
00:27:07.001 [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 
00:27:07.001 [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} 
00:27:07.001 [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 
00:27:07.001 [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@1fb669c3 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} 
00:27:07.001 [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 [Thu May 09 00:27:06 UTC 2024]; root of context hierarchy 
00:27:07.001 [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@1fb669c3 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} 
00:27:07.002 [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@6ccdb29f] 
00:27:07.002 [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 
00:27:07.002 [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 
00:27:07.002 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:07.002 [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 
00:27:07.002 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnClasses] 
00:27:07.002 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProvidedTCCLOnClasses]'s result read 
00:27:07.003 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testTCCLUnmanaged] to OSGi 
00:27:07.003 [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 
00:27:07.003 [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:{} 
00:27:07.003 [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:[] 
00:27:07.003 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTCCLUnmanaged] for execution inside OSGi 
00:27:07.036 [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} 
00:27:07.037 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTCCLUnmanaged] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7a1a14a4 
00:27:07.037 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:27:07.037 [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 
00:27:07.037 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:07.037 [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@30319372] 
00:27:07.037 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testTCCLUnmanaged] 
00:27:07.037 [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 [Thu May 09 00:27:06 UTC 2024]; root of context hierarchy] 
00:27:07.037 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testTCCLUnmanaged]'s result read 
00:27:07.038 [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} 
00:27:07.038 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProvidedTCCLOnResources] to OSGi 
00:27:07.038 [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} 
00:27:07.038 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnResources] for execution inside OSGi 
00:27:07.038 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@265adfad 
00:27:07.038 [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] 
00:27:07.039 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 
00:27:07.039 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file at bundleresource://19.fwk1571967156/org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 
00:27:07.039 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:07.039 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnResources] 
00:27:07.039 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProvidedTCCLOnResources]'s result read 
00:27:07.040 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testTCCLUnmanagedWithNullClassLoader] to OSGi 
00:27:07.040 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTCCLUnmanagedWithNullClassLoader] for execution inside OSGi 
00:27:07.040 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTCCLUnmanagedWithNullClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a3d9978 
00:27:07.041 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:07.041 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testTCCLUnmanagedWithNullClassLoader] 
00:27:07.041 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testTCCLUnmanagedWithNullClassLoader]'s result read 
00:27:07.042 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLWithServiceClasses] to OSGi 
00:27:07.042 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLWithServiceClasses] for execution inside OSGi 
00:27:07.042 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLWithServiceClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4b41dd5c 
current :org.eclipse.core.runtime.internal.adaptor.ContextFinder@4466af20
cl : BundleDelegatingClassLoader for [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)]
00:27:07.043 [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 
00:27:07.043 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:07.043 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLWithServiceClasses] 
00:27:07.044 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLWithServiceClasses]'s result read 
00:27:07.044 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientClasses] to OSGi 
00:27:07.044 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientClasses] for execution inside OSGi 
00:27:07.045 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3b96c42e 
00:27:07.045 [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 
00:27:07.045 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:07.045 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientClasses] 
00:27:07.046 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProviderTCCLOnClientClasses]'s result read 
00:27:07.046 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLOnClientClasses] to OSGi 
00:27:07.046 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLOnClientClasses] for execution inside OSGi 
00:27:07.046 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLOnClientClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5d066c7d 
00:27:07.047 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:07.047 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLOnClientClasses] 
00:27:07.047 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLOnClientClasses]'s result read 
00:27:07.047 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLWithServiceResource] to OSGi 
00:27:07.048 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLWithServiceResource] for execution inside OSGi 
00:27:07.048 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLWithServiceResource] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1e461e41 
00:27:07.048 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 
00:27:07.048 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:07.048 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLWithServiceResource] 
00:27:07.049 [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: 1.187 sec - in org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest
00:27:07.051 [Thread-0]        INFO  o.e.g.b.i.t.ClientOnlyTcclTest:471 - Shutting down OSGi platform 
00:27:07.051 [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) 
00:27:07.051 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:07.052 [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 [Thu May 09 00:27:06 UTC 2024]; root of context hierarchy 
00:27:07.052 [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]] 
00:27:07.052 [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 [Thu May 09 00:27:06 UTC 2024]; root of context hierarchy] 
00:27:07.052 [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 
00:27:07.052 [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 
00:27:07.052 [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@1fb669c3 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} 
00:27:07.052 [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@1fb669c3 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} 
00:27:07.052 [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 
00:27:07.053 [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 
00:27:07.053 [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 
00:27:07.053 [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 
00:27:07.053 [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} 
00:27:07.053 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:07.058 [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 
00:27:07.058 [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]] 
00:27:07.059 [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 
00:27:07.059 [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) 
00:27:07.059 [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@7cf40934 
00:27:07.059 [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) 
00:27:07.059 [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) 
00:27:07.060 [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) 
00:27:07.060 [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 [Thu May 09 00:27:06 UTC 2024]; root of context hierarchy 
00:27:07.060 [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 [Thu May 09 00:27:06 UTC 2024]; root of context hierarchy] 
00:27:07.060 [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] 
00:27:07.060 [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}] 
00:27:07.061 [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] 
00:27:07.061 [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}] 
00:27:07.061 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:07.061 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:27:07.062 [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@7cf40934 
00:27:07.062 [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 
00:27:07.062 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:07.062 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:07.062 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:07.062 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:07.062 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:07.062 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:07.062 [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 
00:27:07.063 [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@2f96ca73 
00:27:07.063 [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 
00:27:07.063 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:27:07.063 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:27:07.063 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:07,674 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:07,759 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:07,761 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:07,774 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:07,795 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:07,797 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:07,800 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:07,806 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used
00:27:07,814 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:07,815 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:07,816 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:07,816 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:07,816 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:07,816 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:07,816 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:07,816 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:07,816 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:07,816 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:07,817 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:07,817 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:07,817 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:07,817 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:07,817 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:07,817 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:07,817 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:07,818 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:07,818 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:07,818 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest
00:27:07.906 [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 
00:27:07.910 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:85 - Instantiating platform wrapper... 
00:27:07.910 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:215 - About to start Equinox OSGi Platform 
00:27:08.134 [main]            INFO  o.e.g.b.i.t.ServiceTcclTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:27:08.137 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:27:08.137 [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.1.BUILD-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} 
00:27:08.138 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:27:08.139 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:08.218 [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] 
00:27:08.226 [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] 
00:27:08.230 [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] 
00:27:08.232 [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] 
00:27:08.241 [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] 
00:27:08.246 [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] 
00:27:08.248 [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] 
00:27:08.253 [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] 
00:27:08.259 [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] 
00:27:08.268 [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] 
00:27:08.278 [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] 
00:27:08.281 [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] 
00:27:08.285 [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] 
00:27:08.292 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:08.293 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:08.297 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:08.299 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:08.302 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:08.306 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:08.338 [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] 
00:27:08.356 [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] 
00:27:08.357 [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] 
00:27:08.357 [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] 
00:27:08.357 [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] 
00:27:08.358 [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] 
00:27:08.358 [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] 
00:27:08.358 [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] 
00:27:08.358 [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] 
00:27:08.359 [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] 
00:27:08.359 [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] 
00:27:08.359 [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] 
00:27:08.359 [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] 
00:27:08.359 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:08.360 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:08.360 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:08,387 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:08,411 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:08,412 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:08,419 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:08,446 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:08,455 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:08,457 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:08,462 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2dc54ad4 - No compression will be used
00:27:08,466 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:08,466 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:08,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:08,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:08,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:08,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:08,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:08,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:08,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:08,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:08,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:08,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:08,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:08,468 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:08,468 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:08,468 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:08,468 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:08,468 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:08,468 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:08,469 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7db12bb6 - Registering current configuration as safe fallback point
00:27:08.477 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:27:08.483 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:08.542 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:08.542 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:08.545 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:27:08.547 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:27:08.550 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:08.552 [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 
00:27:08.553 [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) 
00:27:08.553 [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)] 
00:27:08.553 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:08.553 [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 
00:27:08.553 [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) 
00:27:08.554 [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)] 
00:27:08.554 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:08.554 [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 
00:27:08.554 [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) 
00:27:08.554 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:08.554 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:08.554 [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 
00:27:08.555 [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) 
00:27:08.555 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:08.555 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:08.558 [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 
00:27:08.559 [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) 
00:27:08.559 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:08.559 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:08.559 [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 
00:27:08.560 [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) 
00:27:08.560 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:08.560 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:08.560 [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 
00:27:08.560 [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) 
00:27:08.560 [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)] 
00:27:08.560 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:08.561 [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 
00:27:08.561 [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) 
00:27:08.562 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:08.562 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:08.562 [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 
00:27:08.563 [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) 
00:27:08.563 [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)] 
00:27:08.563 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:08.564 [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 
00:27:08.564 [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) 
00:27:08.564 [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)] 
00:27:08.564 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:08.566 [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 
00:27:08.566 [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) 
00:27:08.566 [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)] 
00:27:08.566 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:08.566 [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 
00:27:08.567 [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) 
00:27:08.567 [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)] 
00:27:08.567 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:08.567 [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 
00:27:08.567 [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) 
00:27:08.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)] 
00:27:08.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)] 
00:27:08.568 [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 
00:27:08.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) 
00:27:08.569 [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)] 
00:27:08.569 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:08.569 [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 
00:27:08.569 [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) 
00:27:08.569 [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)] 
00:27:08.569 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:08.570 [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 
00:27:08.570 [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) 
00:27:08.570 [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)] 
00:27:08.577 [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)] 
00:27:08.577 [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)] 
00:27:08.582 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:08.582 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:08.585 [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)] 
00:27:08.586 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:08.586 [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 
00:27:08.586 [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 
00:27:08.587 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:27:08.590 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:08.596 [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 
00:27:08.597 [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)] 
00:27:08.597 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:08.597 [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 
00:27:08.598 [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)] 
00:27:08.598 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:08.598 [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 
00:27:08.598 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:08.598 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:08.599 [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 
00:27:08.599 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:08.599 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:08.599 [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 
00:27:08.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)] 
00:27:08.600 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:08.600 [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 
00:27:08.600 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:08.600 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:08.600 [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 
00:27:08.601 [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)] 
00:27:08.601 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:08.601 [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 
00:27:08.602 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:08.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)] 
00:27:08.602 [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 
00:27:08.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)] 
00:27:08.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)] 
00:27:08.604 [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 
00:27:08.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)] 
00:27:08.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)] 
00:27:08.605 [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 
00:27:08.606 [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)] 
00:27:08.606 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:08.606 [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 
00:27:08.606 [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)] 
00:27:08.606 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:08.607 [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 
00:27:08.607 [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)] 
00:27:08.607 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:08.608 [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 
00:27:08.608 [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)] 
00:27:08.608 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:08.609 [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 
00:27:08.609 [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)] 
00:27:08.609 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:08.610 [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 
00:27:08.610 [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)] 
00:27:08.610 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:08.613 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:08.614 [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 
00:27:08.614 [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) 
00:27:08.614 [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)] 
00:27:08.614 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:08.614 [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 
00:27:08.615 [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)] 
00:27:08.615 [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/gemini-blueprint-equinox/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:08.615 [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)] 
00:27:08.615 [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 
00:27:08.615 [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) 
00:27:08.615 [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)] 
00:27:08.615 [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)] 
00:27:08.616 [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 
00:27:08.616 [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)] 
00:27:08.616 [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/gemini-blueprint-equinox/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:08.616 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:27:08.616 [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 
00:27:08.617 [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) 
00:27:08.617 [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)] 
00:27:08.622 [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... 
00:27:08.622 [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 
00:27:08.623 [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)] 
00:27:08.624 [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)] 
00:27:08.625 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:08.625 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
00:27:08.625 [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@4b092f3d 
00:27:08.625 [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 
00:27:08.625 [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) 
00:27:08.625 [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)] 
00:27:08.625 [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) 
00:27:08.626 [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 [Thu May 09 00:27:08 UTC 2024]; root of context hierarchy 
00:27:08.627 [main]            INFO  o.e.g.b.i.t.ServiceTcclTest:199 - org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest-bundle.properties was not found; using defaults 
00:27:08.627 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:511 - Post processing: creating test bundle 
00:27:08.630 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:08.637 [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] 
00:27:08.637 [main]            INFO  o.e.g.b.i.t.ServiceTcclTest:202 - Automatically creating Manifest for the test bundle 
00:27:08.638 [main]            INFO  o.e.g.b.i.t.ServiceTcclTest:366 - Using the test class for generating bundle imports 
00:27:08.639 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 
00:27:08.639 [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... 
00:27:08.641 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class ServiceTcclTest 
00:27:08.650 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:08.650 [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... 
00:27:08.650 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class BaseIntegrationTest 
00:27:08.652 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:08.653 [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... 
00:27:08.653 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1571967156/META-INF/spring/context.xml] 
00:27:08.653 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:27:08.654 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:08.654 [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... 
00:27:08.654 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:27:08.654 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:27:08.655 [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 
00:27:08.655 [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} 
00:27:08.655 [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] 
00:27:08.655 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:27:08.655 [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] 
00:27:08.655 [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] 
00:27:08.655 [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]] 
00:27:08.656 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:27:08.656 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:27:08.656 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:27:08.656 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:27:08.656 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:27:08.656 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:27:08.656 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:27:08.656 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:08.656 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:08.656 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:08.656 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ 
00:27:08.656 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 
00:27:08.657 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 
00:27:08.657 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 
00:27:08.657 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 
00:27:08.657 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 
00:27:08.661 [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 
00:27:08.662 [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.* 
00:27:08.664 [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)] 
00:27:08.664 [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 
00:27:08.664 [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) 
00:27:08.665 [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)] 
00:27:08.665 [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)] 
00:27:08.665 [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 
00:27:08.665 [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)] 
00:27:08.665 [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 
00:27:08.665 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:27:08.667 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:27:08.667 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:27:08.668 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:27:08.668 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:27:08.668 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:27:08.668 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:27:08.668 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:27:08.669 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:27:08.670 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:27:08.671 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:27:08.672 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:27:08.672 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:27:08.673 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:27:08.673 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:27:08.674 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:27:08.674 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:27:08.674 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:27:08.674 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:08.675 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:27:08.675 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1571967156/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:08.675 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 
00:27:08.675 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 
00:27:08.675 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:08.675 [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.fwk1571967156/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:08.675 [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 
00:27:08.677 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:08.677 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:27:08.804 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:08.804 [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.fwk1571967156/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:08.838 [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@41b502c5: 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 
00:27:08.844 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:08.844 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:08.845 [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} 
00:27:08.845 [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] 
00:27:08.851 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:08.853 [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@41b502c5: 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] 
00:27:08.854 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:08.854 [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@2ee9a327 
00:27:08.854 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:08.854 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:08.854 [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) 
00:27:08.854 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:08.854 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:08.854 [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) 
00:27:08.854 [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) 
00:27:08.854 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:08.855 [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) 
00:27:08.856 [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@7a257bf9] 
00:27:08.857 [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@7326f6e0] 
00:27:08.879 [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 
00:27:08.880 [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:{} 
00:27:08.880 [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:[] 
00:27:08.881 [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} 
00:27:08.881 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:27:08.882 [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 
00:27:08.883 [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 
00:27:08.883 [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:{} 
00:27:08.883 [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:[] 
00:27:08.884 [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} 
00:27:08.884 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
00:27:08.884 [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 
00:27:08.885 [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@2572172f] 
00:27:08.887 [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 [Thu May 09 00:27:08 UTC 2024]; root of context hierarchy] 
00:27:08.888 [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} 
00:27:08.888 [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} 
00:27:08.888 [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 
00:27:08.889 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
00:27:08.889 [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. 
00:27:08.889 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLOnClasses] to OSGi 
00:27:08.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.tccl_1.0.0 [19] 
00:27:08.898 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLOnClasses] for execution inside OSGi 
00:27:08.898 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithClientTCCLOnClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@68d279ec 
00:27:08.898 [main]            INFO  o.e.g.b.i.t.ServiceTcclTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 
00:27:08.899 [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 [Thu May 09 00:27:08 UTC 2024]; root of context hierarchy 
00:27:08.899 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:08.899 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1571967156/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml] 
00:27:08.901 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:08.902 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1571967156/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:08.902 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:08.902 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1571967156/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:08.917 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:08.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.fwk1571967156/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:08.924 [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@38ba6ce3: defining beans [unmanaged,service-provider,client]; root of factory hierarchy 
00:27:08.924 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:08.924 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:08.924 [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} 
00:27:08.925 [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] 
00:27:08.925 [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] 
00:27:08.925 [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] 
00:27:08.928 [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))] 
00:27:08.928 [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))] 
00:27:08.929 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:08.933 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - UNMANAGED TCCL used for invoking ServiceReference [null] null={} 
00:27:08.939 [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 
00:27:08.940 [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 
00:27:08.940 [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 
00:27:08.940 [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 
00:27:08.941 [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 
00:27:08.942 [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))] 
00:27:08.942 [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}} 
00:27:08.943 [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 
00:27:08.943 [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 
00:27:08.944 [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))] 
00:27:08.944 [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))] 
00:27:08.944 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:08.945 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - SERVICE_PROVIDER TCCL used for invoking ServiceReference [null] null={} 
00:27:08.945 [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))] 
00:27:08.945 [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}} 
00:27:08.945 [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 
00:27:08.946 [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 
00:27:08.946 [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@1fb669c3 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} 
00:27:08.948 [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 
00:27:08.949 [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@1fb669c3 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} 
00:27:08.950 [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))] 
00:27:08.950 [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))] 
00:27:08.950 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:08.950 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:08.950 [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))] 
00:27:08.951 [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}} 
00:27:08.951 [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 
00:27:08.951 [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 
00:27:08.951 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@60129b9a] 
00:27:08.951 [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 [Thu May 09 00:27:08 UTC 2024]; root of context hierarchy] 
00:27:08.952 [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} 
00:27:08.952 [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} 
00:27:08.968 [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} 
00:27:08.969 [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 
00:27:08.969 [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 
00:27:08.970 [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 
00:27:08.970 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:08.971 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLOnClasses] 
00:27:08.971 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLOnClasses]'s result read 
00:27:08.972 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLWithServiceClasses] to OSGi 
00:27:08.972 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLWithServiceClasses] for execution inside OSGi 
00:27:08.972 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithClientTCCLWithServiceClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4ae9cfc1 
00:27:08.973 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:08.973 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLWithServiceClasses] 
00:27:08.973 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLWithServiceClasses]'s result read 
00:27:08.973 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientResources] to OSGi 
00:27:08.973 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientResources] for execution inside OSGi 
00:27:08.974 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@512baff6 
00:27:08.974 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 
00:27:08.974 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:08.974 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientResources] 
00:27:08.974 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLOnClientResources]'s result read 
00:27:08.974 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLAndUnmanagedClient] to OSGi 
00:27:08.975 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLAndUnmanagedClient] for execution inside OSGi 
00:27:08.975 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLAndUnmanagedClient] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@632ceb35 
00:27:08.975 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:08.975 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLAndUnmanagedClient] 
00:27:08.975 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLAndUnmanagedClient]'s result read 
00:27:08.976 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProvidedTCCLOnClasses] to OSGi 
00:27:08.976 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnClasses] for execution inside OSGi 
00:27:08.976 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1c93f6e1 
00:27:08.976 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:08.976 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnClasses] 
00:27:08.976 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProvidedTCCLOnClasses]'s result read 
00:27:08.977 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProvidedTCCLOnResources] to OSGi 
00:27:08.977 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnResources] for execution inside OSGi 
00:27:08.977 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1800a575 
00:27:08.977 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 
00:27:08.978 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file at bundleresource://19.fwk1571967156/org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 
00:27:08.978 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:08.978 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnResources] 
00:27:08.978 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProvidedTCCLOnResources]'s result read 
00:27:08.978 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] to OSGi 
00:27:08.978 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] for execution inside OSGi 
00:27:08.978 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1458ed9c 
00:27:08.979 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:08.979 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] 
00:27:08.979 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader]'s result read 
00:27:08.979 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientClasses] to OSGi 
00:27:08.979 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientClasses] for execution inside OSGi 
00:27:08.979 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@10a9d961 
00:27:08.980 [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 
00:27:08.980 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:08.980 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientClasses] 
00:27:08.980 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLOnClientClasses]'s result read 
00:27:08.981 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLOnResources] to OSGi 
00:27:08.981 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLOnResources] for execution inside OSGi 
00:27:08.981 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithClientTCCLOnResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@e383572 
00:27:08.981 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 
00:27:08.981 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:08.981 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLOnResources] 
00:27:08.981 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLOnResources]'s result read 
00:27:08.982 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLWithServiceResource] to OSGi 
00:27:08.982 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLWithServiceResource] for execution inside OSGi 
00:27:08.982 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithClientTCCLWithServiceResource] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5ddf0d24 
00:27:08.983 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/iandt/tccl/TCCLService.class 
00:27:08.983 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/iandt/tccl/TCCLService.class at bundleresource://18.fwk1571967156/org/eclipse/gemini/blueprint/iandt/tccl/TCCLService.class 
00:27:08.983 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 
00:27:08.983 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file at bundleresource://19.fwk1571967156/org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 
00:27:08.983 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:08.983 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLWithServiceResource] 
00:27:08.983 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLWithServiceResource]'s result read 
00:27:08.984 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testSanity] to OSGi 
00:27:08.984 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testSanity] for execution inside OSGi 
00:27:08.984 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testSanity] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@60856961 
org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation#273077527
00:27:08.984 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:08.984 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testSanity] 
00:27:08.985 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testSanity]'s result read 
00:27:08.985 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] to OSGi 
00:27:08.985 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] for execution inside OSGi 
00:27:08.985 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2fd953a6 
00:27:08.985 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:08.985 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] 
00:27:08.986 [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: 1.082 sec - in org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest
00:27:08.988 [Thread-0]        INFO  o.e.g.b.i.t.ServiceTcclTest:471 - Shutting down OSGi platform 
00:27:08.988 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:08.988 [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) 
00:27:08.988 [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]] 
00:27:08.989 [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 [Thu May 09 00:27:08 UTC 2024]; root of context hierarchy 
00:27:08.989 [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 [Thu May 09 00:27:08 UTC 2024]; root of context hierarchy] 
00:27:08.990 [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 
00:27:08.990 [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 
00:27:08.990 [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@1fb669c3 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} 
00:27:08.991 [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@1fb669c3 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} 
00:27:08.991 [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 
00:27:08.991 [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 
00:27:08.991 [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 
00:27:08.991 [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 
00:27:08.991 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:08.995 [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 
00:27:08.995 [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]] 
00:27:08.996 [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 
00:27:08.996 [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) 
00:27:08.996 [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@4b092f3d 
00:27:08.996 [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) 
00:27:08.996 [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) 
00:27:08.997 [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) 
00:27:08.997 [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 [Thu May 09 00:27:08 UTC 2024]; root of context hierarchy 
00:27:08.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.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 [Thu May 09 00:27:08 UTC 2024]; root of context hierarchy] 
00:27:08.997 [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] 
00:27:08.998 [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} 
00:27:08.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.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}] 
00:27:08.998 [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] 
00:27:08.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.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}] 
00:27:08.998 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:08.999 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:27:08.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@4b092f3d 
00:27:08.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.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
00:27:08.999 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:08.999 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:08.999 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:09.000 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:09.000 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:09.000 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:09.000 [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 
00:27:09.001 [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@31337941 
00:27:09.001 [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 
00:27:09.001 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:27:09.001 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:09.001 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:27:09,664 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:09,738 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:09,740 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:09,752 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:09,773 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:09,775 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:09,778 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:09,784 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:27:09,793 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:09,793 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:09,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:09,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:09,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:09,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:09,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:09,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:09,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:09,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:09,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:09,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:09,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:09,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:09,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:09,795 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:09,795 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:09,796 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:09,796 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:09,796 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest
00:27:09.871 [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 
00:27:09.875 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:85 - Instantiating platform wrapper... 
00:27:09.875 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:215 - About to start Equinox OSGi Platform 
00:27:10.097 [main]            INFO  o.e.g.b.i.t.OsgiPlatformTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:27:10.099 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:27:10.100 [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.1.BUILD-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} 
00:27:10.101 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:27:10.102 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:10.172 [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] 
00:27:10.181 [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] 
00:27:10.184 [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] 
00:27:10.186 [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] 
00:27:10.191 [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] 
00:27:10.196 [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] 
00:27:10.197 [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] 
00:27:10.203 [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] 
00:27:10.208 [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] 
00:27:10.217 [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] 
00:27:10.243 [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] 
00:27:10.246 [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] 
00:27:10.250 [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] 
00:27:10.257 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:10.259 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:10.263 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:10.265 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:10.277 [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] 
00:27:10.294 [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] 
00:27:10.294 [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] 
00:27:10.294 [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] 
00:27:10.295 [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] 
00:27:10.295 [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] 
00:27:10.295 [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] 
00:27:10.295 [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] 
00:27:10.296 [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] 
00:27:10.296 [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] 
00:27:10.296 [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] 
00:27:10.297 [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] 
00:27:10.297 [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] 
00:27:10.297 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:10.297 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:10.298 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:10,345 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:10,368 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:10,369 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:10,376 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:10,391 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:10,392 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:10,395 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:10,400 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:27:10,403 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:10,403 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:10,404 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:10,404 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:10,404 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:10,404 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:10,404 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:10,404 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:10,404 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:10,404 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:10,405 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:10,405 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:10,405 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:10,405 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:10,405 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:10,405 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:10,405 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:10,405 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:10,405 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:10,406 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:27:10.421 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:27:10.427 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:10.485 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:10.486 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:10.489 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:27:10.491 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:27:10.494 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:10.496 [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 
00:27:10.496 [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) 
00:27:10.496 [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)] 
00:27:10.496 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:10.497 [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 
00:27:10.497 [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) 
00:27:10.497 [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)] 
00:27:10.498 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:10.498 [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 
00:27:10.498 [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) 
00:27:10.498 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:10.498 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:10.498 [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 
00:27:10.499 [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) 
00:27:10.499 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:10.499 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:10.499 [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 
00:27:10.499 [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) 
00:27:10.499 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:10.500 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:10.500 [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 
00:27:10.500 [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) 
00:27:10.500 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:10.500 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:10.501 [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 
00:27:10.501 [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) 
00:27:10.501 [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)] 
00:27:10.501 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:10.502 [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 
00:27:10.502 [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) 
00:27:10.502 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:10.502 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:10.503 [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 
00:27:10.503 [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) 
00:27:10.503 [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)] 
00:27:10.503 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:10.504 [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 
00:27:10.505 [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) 
00:27:10.505 [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)] 
00:27:10.505 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:10.506 [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 
00:27:10.506 [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) 
00:27:10.506 [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)] 
00:27:10.506 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:10.507 [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 
00:27:10.507 [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) 
00:27:10.507 [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)] 
00:27:10.507 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:10.508 [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 
00:27:10.508 [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) 
00:27:10.508 [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)] 
00:27:10.511 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:10.512 [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 
00:27:10.512 [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) 
00:27:10.512 [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)] 
00:27:10.515 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:10.515 [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 
00:27:10.516 [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) 
00:27:10.516 [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)] 
00:27:10.516 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:10.516 [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 
00:27:10.517 [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) 
00:27:10.517 [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)] 
00:27:10.523 [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)] 
00:27:10.523 [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)] 
00:27:10.528 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:10.528 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:10.530 [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)] 
00:27:10.532 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:10.532 [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@1b410b60 w/ reference null 
00:27:10.532 [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@1b410b60 w/ reference null 
00:27:10.533 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:27:10.535 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:10.542 [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 
00:27:10.543 [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)] 
00:27:10.543 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:10.543 [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 
00:27:10.543 [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)] 
00:27:10.543 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:10.544 [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 
00:27:10.544 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:10.544 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:10.544 [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 
00:27:10.544 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:10.545 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:10.545 [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 
00:27:10.545 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:10.545 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:10.546 [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 
00:27:10.546 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:10.546 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:10.546 [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 
00:27:10.546 [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)] 
00:27:10.546 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:10.547 [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 
00:27:10.547 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:10.548 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:10.548 [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 
00:27:10.548 [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)] 
00:27:10.549 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:10.550 [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 
00:27:10.550 [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)] 
00:27:10.550 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:10.551 [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 
00:27:10.551 [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)] 
00:27:10.552 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:10.552 [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 
00:27:10.552 [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)] 
00:27:10.552 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:10.553 [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 
00:27:10.553 [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)] 
00:27:10.553 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:10.554 [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 
00:27:10.554 [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)] 
00:27:10.554 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:10.554 [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 
00:27:10.555 [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)] 
00:27:10.555 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:10.555 [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 
00:27:10.556 [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)] 
00:27:10.556 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:10.559 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:10.559 [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 
00:27:10.559 [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) 
00:27:10.559 [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)] 
00:27:10.559 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:10.560 [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 
00:27:10.560 [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)] 
00:27:10.561 [main]            INFO  o.e.g.b.i.t.OsgiPlatformTest:199 - org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest-bundle.properties was not found; using defaults 
00:27:10.562 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:511 - Post processing: creating test bundle 
00:27:10.570 [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] 
00:27:10.570 [main]            INFO  o.e.g.b.i.t.OsgiPlatformTest:202 - Automatically creating Manifest for the test bundle 
00:27:10.571 [main]            INFO  o.e.g.b.i.t.OsgiPlatformTest:366 - Using the test class for generating bundle imports 
00:27:10.572 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 
00:27:10.572 [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... 
00:27:10.574 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class OsgiPlatformTest 
00:27:10.582 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:10.582 [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... 
00:27:10.582 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class BaseIntegrationTest 
00:27:10.584 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:10.584 [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... 
00:27:10.584 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:27:10.585 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:10.585 [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... 
00:27:10.585 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:27:10.586 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:27:10.586 [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 
00:27:10.586 [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} 
00:27:10.586 [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] 
00:27:10.586 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:27:10.586 [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] 
00:27:10.587 [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] 
00:27:10.587 [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]] 
00:27:10.587 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:27:10.587 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:27:10.587 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:27:10.587 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:27:10.587 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:27:10.587 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:27:10.587 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:27:10.587 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:10.588 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:10.588 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:10.588 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 
00:27:10.588 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 
00:27:10.588 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 
00:27:10.588 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 
00:27:10.588 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 
00:27:10.588 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 
00:27:10.588 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 
00:27:10.588 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 
00:27:10.588 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 
00:27:10.588 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 
00:27:10.589 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 
00:27:10.593 [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 
00:27:10.593 [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.* 
00:27:10.596 [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)] 
00:27:10.596 [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 
00:27:10.596 [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) 
00:27:10.596 [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)] 
00:27:10.596 [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)] 
00:27:10.596 [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 
00:27:10.597 [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)] 
00:27:10.597 [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 
00:27:10.597 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:27:10.598 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:27:10.599 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:27:10.599 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:27:10.599 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:27:10.599 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:27:10.600 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:27:10.600 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:27:10.601 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:27:10.601 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:27:10.602 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:27:10.603 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:27:10.604 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:27:10.604 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:27:10.605 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:27:10.605 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:27:10.605 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:27:10.606 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:27:10.606 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:27:10.606 [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. 
00:27:10.606 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:364 - Writing test name [testOsgiPlatform] to OSGi 
00:27:10.614 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOsgiPlatform] for execution inside OSGi 
00:27:10.615 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testOsgiPlatform] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@125290e5 
00:27:10.615 [main]            INFO  o.e.g.b.i.t.OsgiPlatformTest:190 - Loading context for locations:  
00:27:10.621 [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 [Thu May 09 00:27:10 UTC 2024]; root of context hierarchy 
00:27:10.637 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:27:10.649 [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@3f57bcad: defining beans []; root of factory hierarchy 
00:27:10.655 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:10.655 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:10.656 [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} 
00:27:10.656 [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] 
00:27:10.658 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@73cd37c0] 
00:27:10.659 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@21337f7b] 
00:27:10.660 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1800a575] 
00:27:10.662 [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 [Thu May 09 00:27:10 UTC 2024]; root of context hierarchy] 
00:27:10.663 [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} 
00:27:10.664 [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} 
00:27:10.686 [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 
00:27:10.686 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:10.686 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:440 - Reading OSGi results for test [testOsgiPlatform] 
00:27:10.687 [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: 0.819 sec - in org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest
00:27:10.690 [Thread-0]        INFO  o.e.g.b.i.t.OsgiPlatformTest:471 - Shutting down OSGi platform 
00:27:10.690 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:10.690 [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) 
00:27:10.690 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:10.690 [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 [Thu May 09 00:27:10 UTC 2024]; root of context hierarchy 
00:27:10.690 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:10.691 [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 [Thu May 09 00:27:10 UTC 2024]; root of context hierarchy] 
00:27:10.691 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:10.691 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:10.691 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:10.691 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:10.691 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:10.692 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:10.692 [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 
00:27:10.692 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:27:10.692 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:27:10.693 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
Running org.eclipse.gemini.blueprint.iandt.testingFramework.RunBundleCreationTest
00:27:11,322 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:11,399 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:11,400 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:11,412 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:11,442 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:11,443 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:11,451 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:11,456 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51cdd8a - No compression will be used
00:27:11,460 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:11,460 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:11,461 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:11,462 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:11,462 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:11,462 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:11,462 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:11,462 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:11,462 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:11,462 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:11,462 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:11,462 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:11,462 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:11,462 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:11,463 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:11,463 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:11,463 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:11,463 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:11,463 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:11,464 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3b088d51 - Registering current configuration as safe fallback point
00:27:11.507 [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 
00:27:11.512 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:85 - Instantiating platform wrapper... 
00:27:11.512 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:215 - About to start Equinox OSGi Platform 
00:27:11.722 [main]            INFO  o.e.g.b.i.t.BundleCreationTst:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:27:11.724 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:27:11.725 [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.1.BUILD-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} 
00:27:11.726 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:27:11.727 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:11.796 [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] 
00:27:11.805 [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] 
00:27:11.808 [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] 
00:27:11.810 [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] 
00:27:11.816 [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] 
00:27:11.821 [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] 
00:27:11.822 [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] 
00:27:11.836 [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] 
00:27:11.842 [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] 
00:27:11.851 [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] 
00:27:11.861 [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] 
00:27:11.864 [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] 
00:27:11.868 [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] 
00:27:11.875 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:11.876 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:11.880 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:11.882 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:11.893 [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] 
00:27:11.911 [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] 
00:27:11.911 [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] 
00:27:11.912 [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] 
00:27:11.912 [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] 
00:27:11.912 [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] 
00:27:11.912 [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] 
00:27:11.912 [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] 
00:27:11.913 [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] 
00:27:11.913 [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] 
00:27:11.913 [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] 
00:27:11.913 [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] 
00:27:11.914 [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] 
00:27:11.914 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:11.914 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:11.914 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:11,964 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:11,988 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:11,989 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:11,995 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:12,010 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:12,011 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:12,014 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:12,018 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57cf54e1 - No compression will be used
00:27:12,022 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:12,022 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:12,023 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:12,023 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:12,023 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:12,023 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:12,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:12,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:12,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:12,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:12,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:12,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:12,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:12,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:12,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:12,024 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:12,024 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:12,025 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:12,025 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:12,025 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@957e06 - Registering current configuration as safe fallback point
00:27:12.033 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:27:12.046 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:12.108 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:12.108 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:12.111 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:27:12.113 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:27:12.116 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:12.118 [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 
00:27:12.118 [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) 
00:27:12.118 [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)] 
00:27:12.119 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:12.119 [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 
00:27:12.119 [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) 
00:27:12.119 [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)] 
00:27:12.119 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:12.120 [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 
00:27:12.120 [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) 
00:27:12.120 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:12.120 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:12.120 [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 
00:27:12.120 [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) 
00:27:12.121 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:12.121 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:12.121 [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 
00:27:12.121 [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) 
00:27:12.121 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:12.122 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:12.122 [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 
00:27:12.122 [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) 
00:27:12.122 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:12.122 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:12.123 [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 
00:27:12.123 [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) 
00:27:12.123 [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)] 
00:27:12.123 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:12.124 [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 
00:27:12.124 [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) 
00:27:12.124 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:12.124 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:12.125 [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 
00:27:12.125 [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) 
00:27:12.125 [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)] 
00:27:12.125 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:12.126 [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 
00:27:12.127 [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) 
00:27:12.127 [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)] 
00:27:12.127 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:12.128 [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 
00:27:12.128 [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) 
00:27:12.128 [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)] 
00:27:12.128 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:12.129 [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 
00:27:12.129 [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) 
00:27:12.129 [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)] 
00:27:12.129 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:12.130 [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 
00:27:12.130 [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) 
00:27:12.130 [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)] 
00:27:12.133 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:12.134 [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 
00:27:12.134 [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) 
00:27:12.134 [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)] 
00:27:12.134 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:12.135 [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 
00:27:12.135 [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) 
00:27:12.135 [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)] 
00:27:12.135 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:12.135 [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 
00:27:12.136 [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) 
00:27:12.136 [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)] 
00:27:12.142 [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)] 
00:27:12.142 [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)] 
00:27:12.146 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:12.146 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:12.148 [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)] 
00:27:12.149 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:12.150 [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@21d03963 w/ reference null 
00:27:12.150 [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@21d03963 w/ reference null 
00:27:12.150 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:27:12.153 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:12.159 [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 
00:27:12.160 [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)] 
00:27:12.160 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:12.160 [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 
00:27:12.160 [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)] 
00:27:12.161 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:12.161 [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 
00:27:12.161 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:12.161 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:12.161 [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 
00:27:12.161 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:12.162 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:12.162 [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 
00:27:12.162 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:12.162 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:12.163 [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 
00:27:12.163 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:12.163 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:12.163 [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 
00:27:12.163 [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)] 
00:27:12.164 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:12.164 [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 
00:27:12.164 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:12.164 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:12.165 [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 
00:27:12.165 [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)] 
00:27:12.165 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:12.166 [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 
00:27:12.167 [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)] 
00:27:12.167 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:12.168 [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 
00:27:12.168 [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)] 
00:27:12.168 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:12.171 [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 
00:27:12.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)] 
00:27:12.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)] 
00:27:12.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 
00:27:12.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)] 
00:27:12.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)] 
00:27:12.173 [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 
00:27:12.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)] 
00:27:12.174 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:12.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 
00:27:12.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)] 
00:27:12.174 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:12.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 
00:27:12.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)] 
00:27:12.176 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:12.179 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:12.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 
00:27:12.180 [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) 
00:27:12.180 [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)] 
00:27:12.180 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:12.180 [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 
00:27:12.181 [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)] 
00:27:12.182 [main]            INFO  o.e.g.b.i.t.BundleCreationTst:199 - org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst-bundle.properties was not found; using defaults 
00:27:12.182 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:511 - Post processing: creating test bundle 
00:27:12.191 [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] 
00:27:12.191 [main]            INFO  o.e.g.b.i.t.BundleCreationTst:202 - Automatically creating Manifest for the test bundle 
00:27:12.191 [main]            INFO  o.e.g.b.i.t.BundleCreationTst:366 - Using the test class for generating bundle imports 
00:27:12.193 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 
00:27:12.193 [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... 
00:27:12.195 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BundleCreationTst 
00:27:12.202 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:12.202 [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... 
00:27:12.202 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BaseIntegrationTest 
00:27:12.205 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:12.205 [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... 
00:27:12.205 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:27:12.206 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:12.206 [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... 
00:27:12.206 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:27:12.207 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:27:12.207 [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 
00:27:12.207 [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} 
00:27:12.207 [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] 
00:27:12.207 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:27:12.207 [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] 
00:27:12.207 [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] 
00:27:12.208 [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]] 
00:27:12.208 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:27:12.208 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:27:12.208 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:27:12.208 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:27:12.208 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:27:12.208 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:27:12.208 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:27:12.208 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:12.209 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:12.209 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:12.209 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 
00:27:12.209 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 
00:27:12.209 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 
00:27:12.209 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 
00:27:12.209 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 
00:27:12.209 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 
00:27:12.209 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 
00:27:12.209 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 
00:27:12.209 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 
00:27:12.210 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 
00:27:12.210 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 
00:27:12.214 [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 
00:27:12.215 [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.* 
00:27:12.217 [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)] 
00:27:12.217 [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 
00:27:12.217 [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) 
00:27:12.218 [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)] 
00:27:12.218 [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)] 
00:27:12.218 [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 
00:27:12.218 [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)] 
00:27:12.218 [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 
00:27:12.219 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:27:12.220 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:27:12.221 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:27:12.221 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:27:12.221 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:27:12.222 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:27:12.222 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:27:12.222 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:27:12.223 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:27:12.224 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:27:12.225 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:27:12.226 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:27:12.226 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:27:12.227 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:27:12.227 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:27:12.228 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:27:12.228 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:27:12.228 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:27:12.229 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:27:12.229 [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. 
00:27:12.229 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testException] to OSGi 
00:27:12.238 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testException] for execution inside OSGi 
00:27:12.238 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testException] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@78a773fd 
00:27:12.238 [main]            INFO  o.e.g.b.i.t.BundleCreationTst:190 - Loading context for locations:  
00:27:12.244 [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 [Thu May 09 00:27:12 UTC 2024]; root of context hierarchy 
00:27:12.248 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:27:12.261 [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@79dc5318: defining beans []; root of factory hierarchy 
00:27:12.267 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:12.267 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:12.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} 
00:27:12.268 [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] 
00:27:12.270 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@63f259c3] 
00:27:12.270 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@26ceffa8] 
00:27:12.272 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@27216cd] 
00:27:12.274 [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 [Thu May 09 00:27:12 UTC 2024]; root of context hierarchy] 
00:27:12.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-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} 
00:27:12.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} 
00:27:12.299 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:12.299 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testException] 
00:27:12.300 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testException]'s result read 
00:27:12.301 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testFailure] to OSGi 
00:27:12.302 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFailure] for execution inside OSGi 
00:27:12.302 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFailure] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5ce8d869 
00:27:12.302 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:12.302 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testFailure] 
00:27:12.303 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testFailure]'s result read 
00:27:12.303 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testException] to OSGi 
00:27:12.303 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testException] for execution inside OSGi 
00:27:12.304 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testException] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@27eedb64 
00:27:12.304 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:12.304 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testException] 
00:27:12.304 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testException]'s result read 
00:27:12.305 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testError] to OSGi 
00:27:12.305 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testError] for execution inside OSGi 
00:27:12.305 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testError] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@64c63c79 
00:27:12.305 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:12.306 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testError] 
00:27:12.306 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testError]'s result read 
00:27:12.306 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testAssertionPass] to OSGi 
00:27:12.306 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAssertionPass] for execution inside OSGi 
00:27:12.307 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAssertionPass] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@31c7528f 
00:27:12.307 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:12.307 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testAssertionPass] 
00:27:12.307 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testAssertionPass]'s result read 
00:27:12.308 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testError] to OSGi 
00:27:12.308 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testError] for execution inside OSGi 
00:27:12.308 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testError] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2b76ff4e 
00:27:12.308 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:12.308 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testError] 
00:27:12.309 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testError]'s result read 
00:27:12.309 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testAssertionFailure] to OSGi 
00:27:12.309 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAssertionFailure] for execution inside OSGi 
00:27:12.309 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAssertionFailure] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7a1234bf 
00:27:12.310 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:12.310 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testAssertionFailure] 
00:27:12.310 [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: 1.085 sec - in org.eclipse.gemini.blueprint.iandt.testingFramework.RunBundleCreationTest
00:27:12.313 [Thread-0]        INFO  o.e.g.b.i.t.BundleCreationTst:471 - Shutting down OSGi platform 
00:27:12.313 [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) 
00:27:12.313 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:12.313 [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 [Thu May 09 00:27:12 UTC 2024]; root of context hierarchy 
00:27:12.313 [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 [Thu May 09 00:27:12 UTC 2024]; root of context hierarchy] 
00:27:12.313 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:12.313 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:12.314 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:12.314 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:12.314 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:12.314 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:12.314 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:12.315 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:12.315 [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 
00:27:12.315 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:27:12.316 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:27:12.316 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:12,943 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:13,009 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:13,011 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:13,024 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:13,049 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:13,050 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:13,054 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:13,059 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:27:13,069 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:13,069 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:13,070 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:13,070 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:13,070 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:13,070 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:13,070 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:13,070 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:13,070 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:13,070 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:13,071 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:13,071 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:13,071 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:13,071 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:13,071 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:13,071 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:13,071 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:13,071 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:13,072 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:13,072 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest
00:27:13.152 [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 
00:27:13.155 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:85 - Instantiating platform wrapper... 
00:27:13.156 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:215 - About to start Equinox OSGi Platform 
00:27:13.363 [main]            INFO  o.e.g.b.i.t.AppCtxInjectionTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:27:13.366 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:27:13.367 [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.1.BUILD-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} 
00:27:13.368 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:27:13.368 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:13.438 [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] 
00:27:13.446 [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] 
00:27:13.450 [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] 
00:27:13.451 [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] 
00:27:13.457 [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] 
00:27:13.462 [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] 
00:27:13.463 [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] 
00:27:13.468 [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] 
00:27:13.474 [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] 
00:27:13.483 [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] 
00:27:13.494 [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] 
00:27:13.497 [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] 
00:27:13.501 [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] 
00:27:13.508 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:13.510 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:13.538 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:13.540 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:13.551 [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] 
00:27:13.569 [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] 
00:27:13.569 [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] 
00:27:13.569 [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] 
00:27:13.570 [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] 
00:27:13.570 [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] 
00:27:13.570 [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] 
00:27:13.570 [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] 
00:27:13.571 [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] 
00:27:13.571 [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] 
00:27:13.571 [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] 
00:27:13.571 [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] 
00:27:13.572 [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] 
00:27:13.572 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:13.572 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:13.572 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:13,599 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:13,621 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:13,623 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:13,640 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:13,654 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:13,656 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:13,658 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:13,663 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:27:13,666 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:13,666 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:13,667 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:13,667 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:13,667 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:13,667 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:13,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:13,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:13,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:13,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:13,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:13,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:13,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:13,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:13,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:13,668 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:13,668 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:13,676 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:13,676 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:13,676 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:27:13.684 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:27:13.690 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:13.750 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:13.751 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:13.754 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:27:13.756 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:27:13.759 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:13.761 [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 
00:27:13.762 [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) 
00:27:13.762 [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)] 
00:27:13.762 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:13.763 [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 
00:27:13.763 [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) 
00:27:13.763 [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)] 
00:27:13.763 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:13.763 [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 
00:27:13.763 [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) 
00:27:13.763 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:13.764 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:13.764 [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 
00:27:13.764 [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) 
00:27:13.764 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:13.764 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:13.765 [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 
00:27:13.765 [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) 
00:27:13.765 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:13.765 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:13.766 [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 
00:27:13.766 [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) 
00:27:13.766 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:13.766 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:13.766 [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 
00:27:13.767 [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) 
00:27:13.767 [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)] 
00:27:13.767 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:13.768 [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 
00:27:13.768 [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) 
00:27:13.768 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:13.768 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:13.769 [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 
00:27:13.769 [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) 
00:27:13.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)] 
00:27:13.769 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:13.770 [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 
00:27:13.770 [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) 
00:27:13.770 [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)] 
00:27:13.770 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:13.772 [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 
00:27:13.772 [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) 
00:27:13.772 [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)] 
00:27:13.772 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:13.772 [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 
00:27:13.772 [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) 
00:27:13.772 [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)] 
00:27:13.773 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:13.773 [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 
00:27:13.773 [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) 
00:27:13.773 [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)] 
00:27:13.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)] 
00:27:13.777 [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 
00:27:13.778 [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) 
00:27:13.778 [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)] 
00:27:13.778 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:13.778 [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 
00:27:13.778 [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) 
00:27:13.778 [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)] 
00:27:13.778 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:13.779 [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 
00:27:13.779 [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) 
00:27:13.779 [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)] 
00:27:13.785 [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)] 
00:27:13.785 [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)] 
00:27:13.789 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:13.789 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:13.792 [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)] 
00:27:13.793 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:13.793 [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@1b410b60 w/ reference null 
00:27:13.793 [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@1b410b60 w/ reference null 
00:27:13.794 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:27:13.796 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:13.807 [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 
00:27:13.808 [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)] 
00:27:13.808 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:13.809 [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 
00:27:13.809 [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)] 
00:27:13.809 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:13.809 [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 
00:27:13.810 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:13.810 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:13.810 [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 
00:27:13.810 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:13.810 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:13.811 [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 
00:27:13.811 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:13.811 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:13.811 [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 
00:27:13.812 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:13.812 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:13.812 [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 
00:27:13.812 [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)] 
00:27:13.812 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:13.813 [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 
00:27:13.813 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:13.813 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:13.814 [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 
00:27:13.814 [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)] 
00:27:13.814 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:13.815 [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 
00:27:13.816 [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)] 
00:27:13.816 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:13.817 [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 
00:27:13.817 [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)] 
00:27:13.817 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:13.818 [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 
00:27:13.818 [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)] 
00:27:13.818 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:13.819 [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 
00:27:13.819 [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)] 
00:27:13.819 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:13.820 [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 
00:27:13.820 [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)] 
00:27:13.820 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:13.820 [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 
00:27:13.820 [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)] 
00:27:13.820 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:13.821 [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 
00:27:13.822 [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)] 
00:27:13.822 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:13.825 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:13.825 [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 
00:27:13.826 [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) 
00:27:13.826 [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)] 
00:27:13.826 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:13.826 [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 
00:27:13.826 [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)] 
00:27:13.828 [main]            INFO  o.e.g.b.i.t.AppCtxInjectionTest:199 - org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest-bundle.properties was not found; using defaults 
00:27:13.828 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:511 - Post processing: creating test bundle 
00:27:13.837 [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] 
00:27:13.837 [main]            INFO  o.e.g.b.i.t.AppCtxInjectionTest:202 - Automatically creating Manifest for the test bundle 
00:27:13.838 [main]            INFO  o.e.g.b.i.t.AppCtxInjectionTest:366 - Using the test class for generating bundle imports 
00:27:13.839 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 
00:27:13.839 [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... 
00:27:13.841 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class AppCtxInjectionTest 
00:27:13.849 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:13.849 [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... 
00:27:13.849 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class BaseIntegrationTest 
00:27:13.851 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:13.852 [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... 
00:27:13.852 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:27:13.852 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:13.853 [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... 
00:27:13.853 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:27:13.853 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:27:13.853 [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 
00:27:13.853 [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} 
00:27:13.854 [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] 
00:27:13.854 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:27:13.854 [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] 
00:27:13.854 [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] 
00:27:13.854 [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]] 
00:27:13.854 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:27:13.854 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:27:13.855 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:27:13.855 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:27:13.855 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:27:13.855 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:27:13.855 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:27:13.855 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:13.855 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:13.855 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:13.855 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 
00:27:13.855 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 
00:27:13.855 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 
00:27:13.855 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 
00:27:13.856 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 
00:27:13.856 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 
00:27:13.856 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 
00:27:13.856 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 
00:27:13.856 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 
00:27:13.856 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 
00:27:13.856 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 
00:27:13.861 [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 
00:27:13.861 [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.* 
00:27:13.864 [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)] 
00:27:13.864 [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 
00:27:13.864 [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) 
00:27:13.864 [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)] 
00:27:13.864 [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)] 
00:27:13.864 [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 
00:27:13.865 [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)] 
00:27:13.865 [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 
00:27:13.865 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:27:13.866 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:27:13.867 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:27:13.867 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:27:13.867 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:27:13.868 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:27:13.868 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:27:13.868 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:27:13.869 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:27:13.869 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:27:13.870 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:27:13.872 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:27:13.872 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:27:13.872 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:27:13.873 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:27:13.873 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:27:13.874 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:27:13.874 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:27:13.874 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:27:13.874 [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. 
00:27:13.875 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:364 - Writing test name [testInjection] to OSGi 
00:27:13.884 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testInjection] for execution inside OSGi 
00:27:13.884 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testInjection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@125290e5 
00:27:13.884 [main]            INFO  o.e.g.b.i.t.AppCtxInjectionTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 
00:27:13.890 [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 [Thu May 09 00:27:13 UTC 2024]; root of context hierarchy 
00:27:13.894 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:13.914 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml] 
00:27:13.935 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:13.935 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:13.936 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:13.936 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:14.044 [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@1800a575: defining beans [injected-bean]; root of factory hierarchy 
00:27:14.050 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:14.051 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:14.051 [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} 
00:27:14.052 [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] 
00:27:14.058 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1f010bf0] 
00:27:14.058 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@40db2a24] 
00:27:14.069 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5b1ebf56] 
00:27:14.071 [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 [Thu May 09 00:27:13 UTC 2024]; root of context hierarchy] 
00:27:14.072 [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} 
00:27:14.073 [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]
00:27:14.098 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:14.098 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:440 - Reading OSGi results for test [testInjection] 
00:27:14.099 [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: 0.951 sec - in org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest
00:27:14.101 [Thread-0]        INFO  o.e.g.b.i.t.AppCtxInjectionTest:471 - Shutting down OSGi platform 
00:27:14.102 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:14.102 [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) 
00:27:14.102 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:14.102 [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 [Thu May 09 00:27:13 UTC 2024]; root of context hierarchy 
00:27:14.102 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:14.102 [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 [Thu May 09 00:27:13 UTC 2024]; root of context hierarchy] 
00:27:14.102 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:14.103 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:14.103 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:14.103 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:14.103 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:14.103 [Thread-4]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:14.104 [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 
00:27:14.104 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:27:14.104 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:27:14.105 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:14,719 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:14,796 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:14,798 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:14,811 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:14,847 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:14,848 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:14,852 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:14,857 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5b87ed94 - No compression will be used
00:27:14,866 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:14,866 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:14,867 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:14,867 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:14,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:14,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:14,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:14,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:14,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:14,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:14,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:14,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:14,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:14,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:14,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:14,868 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:14,869 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:14,869 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:14,869 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:14,870 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3cef309d - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest
00:27:14.956 [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 
00:27:14.959 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:85 - Instantiating platform wrapper... 
00:27:14.960 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:215 - About to start Equinox OSGi Platform 
00:27:15.189 [main]            INFO  o.e.g.b.i.e.OsgiLifecycleNotificationTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:27:15.192 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:27:15.192 [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.1.BUILD-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} 
00:27:15.193 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:27:15.194 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:15.267 [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] 
00:27:15.275 [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] 
00:27:15.278 [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] 
00:27:15.280 [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] 
00:27:15.285 [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] 
00:27:15.290 [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] 
00:27:15.291 [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] 
00:27:15.297 [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] 
00:27:15.302 [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] 
00:27:15.311 [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] 
00:27:15.342 [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] 
00:27:15.345 [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] 
00:27:15.349 [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] 
00:27:15.355 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:15.357 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:15.360 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:15.363 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:15.366 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/extender.listener.bundle/target/extender.listener.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:15.374 [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] 
00:27:15.390 [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] 
00:27:15.390 [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] 
00:27:15.390 [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] 
00:27:15.390 [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] 
00:27:15.391 [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] 
00:27:15.391 [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] 
00:27:15.391 [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] 
00:27:15.391 [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] 
00:27:15.391 [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] 
00:27:15.392 [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] 
00:27:15.392 [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] 
00:27:15.392 [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] 
00:27:15.392 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:15.393 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:15.393 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:15,437 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:15,459 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:15,461 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:15,468 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:15,482 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:15,483 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:15,486 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:15,498 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@201a4587 - No compression will be used
00:27:15,501 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:15,501 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:15,502 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:15,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:15,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:15,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:15,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:15,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:15,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:15,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:15,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:15,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:15,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:15,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:15,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:15,504 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:15,504 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:15,504 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:15,504 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:15,505 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@48aca48b - Registering current configuration as safe fallback point
00:27:15.512 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:27:15.518 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:15.576 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:15.576 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:15.579 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:27:15.581 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:27:15.584 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:15.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 
00:27:15.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) 
00:27:15.586 [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)] 
00:27:15.586 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:15.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 
00:27:15.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) 
00:27:15.587 [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)] 
00:27:15.587 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:15.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 
00:27:15.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) 
00:27:15.588 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:15.588 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:15.588 [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 
00:27:15.588 [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) 
00:27:15.588 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:15.589 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:15.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 
00:27:15.589 [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) 
00:27:15.589 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:15.589 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:15.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 
00:27:15.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) 
00:27:15.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)] 
00:27:15.590 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:15.590 [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 
00:27:15.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) 
00:27:15.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)] 
00:27:15.591 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:15.592 [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 
00:27:15.592 [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) 
00:27:15.592 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:15.592 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:15.593 [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 
00:27:15.593 [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) 
00:27:15.593 [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)] 
00:27:15.593 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:15.594 [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 
00:27:15.594 [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) 
00:27:15.594 [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)] 
00:27:15.594 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:15.596 [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 
00:27:15.596 [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) 
00:27:15.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)] 
00:27:15.596 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:15.596 [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 
00:27:15.596 [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) 
00:27:15.600 [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)] 
00:27:15.600 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:15.600 [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 
00:27:15.600 [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) 
00:27:15.601 [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)] 
00:27:15.601 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:15.601 [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 
00:27:15.601 [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) 
00:27:15.602 [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)] 
00:27:15.602 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:15.602 [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 
00:27:15.602 [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) 
00:27:15.602 [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)] 
00:27:15.602 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:15.603 [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 
00:27:15.603 [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) 
00:27:15.603 [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)] 
00:27:15.609 [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)] 
00:27:15.609 [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)] 
00:27:15.613 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:15.613 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:15.618 [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)] 
00:27:15.620 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:15.620 [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 
00:27:15.620 [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 
00:27:15.621 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:27:15.624 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:15.631 [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 
00:27:15.632 [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)] 
00:27:15.632 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:15.632 [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 
00:27:15.632 [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)] 
00:27:15.633 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:15.633 [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 
00:27:15.633 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:15.633 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:15.633 [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 
00:27:15.634 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:15.634 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:15.634 [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 
00:27:15.634 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:15.635 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:15.635 [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 
00:27:15.635 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:15.635 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:15.635 [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 
00:27:15.636 [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)] 
00:27:15.636 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:15.636 [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 
00:27:15.637 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:15.637 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:15.638 [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 
00:27:15.638 [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)] 
00:27:15.638 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:15.639 [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 
00:27:15.639 [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)] 
00:27:15.639 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:15.641 [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 
00:27:15.641 [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)] 
00:27:15.641 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:15.641 [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 
00:27:15.641 [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)] 
00:27:15.642 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:15.642 [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 
00:27:15.642 [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)] 
00:27:15.642 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:15.643 [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 
00:27:15.643 [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)] 
00:27:15.643 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:15.644 [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 
00:27:15.644 [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)] 
00:27:15.644 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:15.645 [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 
00:27:15.645 [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)] 
00:27:15.645 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:15.648 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:15.649 [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 
00:27:15.649 [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) 
00:27:15.649 [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)] 
00:27:15.649 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:15.650 [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 
00:27:15.650 [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)] 
00:27:15.650 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/extender.listener.bundle/target/extender.listener.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:15.650 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 
00:27:15.650 [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 
00:27:15.650 [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) 
00:27:15.651 [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)] 
00:27:15.656 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle ExtenderListener is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:27:15.656 [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 
00:27:15.657 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 
00:27:15.658 [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)] 
00:27:15.658 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:15.659 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 
00:27:15.659 [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@27611b48 
00:27:15.659 [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 
00:27:15.659 [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) 
00:27:15.659 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 
00:27:15.659 [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) 
00:27:15.660 [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 [Thu May 09 00:27:15 UTC 2024]; root of context hierarchy 
00:27:15.661 [main]            INFO  o.e.g.b.i.e.OsgiLifecycleNotificationTest:199 - org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest-bundle.properties was not found; using defaults 
00:27:15.661 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:511 - Post processing: creating test bundle 
00:27:15.665 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:15.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.event] 
00:27:15.670 [main]            INFO  o.e.g.b.i.e.OsgiLifecycleNotificationTest:202 - Automatically creating Manifest for the test bundle 
00:27:15.670 [main]            INFO  o.e.g.b.i.e.OsgiLifecycleNotificationTest:366 - Using the test class for generating bundle imports 
00:27:15.671 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest.class 
00:27:15.672 [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... 
00:27:15.674 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class OsgiLifecycleNotificationTest 
00:27:15.681 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest.class 
00:27:15.682 [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... 
00:27:15.682 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class AbstractEventTest 
00:27:15.683 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:15.683 [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... 
00:27:15.683 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class BaseIntegrationTest 
00:27:15.685 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:15.685 [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... 
00:27:15.685 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:27:15.685 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk802600647/META-INF/spring/config.xml] 
00:27:15.686 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:15.686 [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... 
00:27:15.686 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:27:15.687 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:27:15.687 [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 
00:27:15.687 [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} 
00:27:15.687 [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] 
00:27:15.687 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:27:15.687 [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] 
00:27:15.687 [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] 
00:27:15.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-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]] 
00:27:15.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:27:15.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:27:15.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:27:15.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:27:15.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:27:15.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:27:15.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:27:15.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:15.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:15.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:15.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/ 
00:27:15.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest$1.class 
00:27:15.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest.class 
00:27:15.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest$1.class 
00:27:15.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest.class 
00:27:15.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$1.class 
00:27:15.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$2.class 
00:27:15.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest.class 
00:27:15.694 [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 
00:27:15.694 [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.* 
00:27:15.696 [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)] 
00:27:15.696 [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 
00:27:15.696 [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) 
00:27:15.696 [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)] 
00:27:15.697 [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)] 
00:27:15.697 [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 
00:27:15.697 [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)] 
00:27:15.697 [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 
00:27:15.697 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:27:15.699 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:27:15.699 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:27:15.699 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:27:15.700 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:27:15.700 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:27:15.700 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:27:15.700 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:27:15.701 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:27:15.702 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:27:15.703 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:27:15.704 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:27:15.704 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:27:15.705 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:27:15.705 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:27:15.706 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:27:15.706 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:27:15.706 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:27:15.707 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:27:15.707 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.extenderlistener] triggers a context creation; waiting for it 
00:27:15.707 [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 
00:27:15.709 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:15.736 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener 
00:27:15.737 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:15.738 [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 
00:27:15.738 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:15.739 [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 
00:27:15.830 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:15.830 [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 
00:27:15.862 [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@2e5682e1: defining beans [packageAdmin,listener]; root of factory hierarchy 
00:27:15.867 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:15.868 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:15.868 [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} 
00:27:15.869 [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] 
00:27:15.874 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:15.876 [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@2e5682e1: defining beans [packageAdmin,listener]; root of factory hierarchy] 
00:27:15.876 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:15.876 [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@1b15018 
00:27:15.877 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:15.877 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:15.877 [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) 
00:27:15.877 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:15.877 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:15.877 [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) 
00:27:15.877 [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) 
00:27:15.877 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:15.877 [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) 
00:27:15.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@137f102f] 
00:27:15.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@621be0a1] 
00:27:15.898 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&packageAdmin] is being tracked for dependencies 
00:27:15.899 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [packageAdmin] depends (transitively) on the following importers:{} 
00:27:15.899 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [packageAdmin] depends on importers:[] 
00:27:15.900 [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 {} 
00:27:15.900 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextListener}] 
00:27:15.902 [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} 
00:27:15.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [packageAdmin] started; all its dependencies are satisfied 
00:27:15.903 [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@3d9b0449] 
00:27:15.905 [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 [Thu May 09 00:27:15 UTC 2024]; root of context hierarchy] 
00:27:15.906 [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} 
00:27:15.907 [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} 
00:27:15.907 [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 
00:27:15.907 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener 
00:27:15.908 [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. 
00:27:15.908 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:364 - Writing test name [testEventsForCtxThatFail] to OSGi 
00:27:15.911 [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 [Thu May 09 00:27:15 UTC 2024]; root of context hierarchy] 
00:27:15.912 [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] 
00:27:15.917 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testEventsForCtxThatFail] for execution inside OSGi 
00:27:15.917 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testEventsForCtxThatFail] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@352c1b98 
00:27:15.918 [main]            INFO  o.e.g.b.i.e.OsgiLifecycleNotificationTest:190 - Loading context for locations:  
00:27:15.919 [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 [Thu May 09 00:27:15 UTC 2024]; root of context hierarchy 
00:27:15.919 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:27:15.919 [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@258d79be: defining beans []; root of factory hierarchy 
00:27:15.919 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:15.920 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:15.920 [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} 
00:27:15.920 [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] 
00:27:15.920 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@409c54f] 
00:27:15.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@3e74829] 
00:27:15.921 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4f6f416f] 
00:27:15.921 [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 [Thu May 09 00:27:15 UTC 2024]; root of context hierarchy] 
00:27:15.921 [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} 
00:27:15.922 [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} 
00:27:15.937 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:15.943 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 
00:27:15.944 [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 
00:27:15.944 [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) 
00:27:15.944 [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)] 
00:27:15.944 [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... 
00:27:15.944 [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 
00:27:15.944 [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)] 
00:27:15.944 [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)] 
00:27:15.945 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:27:15.945 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 
00:27:15.945 [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@27611b48 
00:27:15.945 [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) 
00:27:15.945 [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 
00:27:15.945 [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) 
00:27:15.945 [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)] 
00:27:15.945 [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 [Thu May 09 00:27:15 UTC 2024]; root of context hierarchy 
00:27:15.946 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:15.946 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/error.xml] 
00:27:15.948 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:15.949 [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 
00:27:15.949 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:15.949 [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 
00:27:15.968 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/osgi.xml] 
00:27:15.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:15.970 [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 
00:27:15.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:15.970 [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 
00:27:15.984 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:15.984 [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 
00:27:15.990 [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@46bf8673: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy 
00:27:15.990 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:15.990 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:15.990 [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} 
00:27:15.990 [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] 
00:27:15.992 [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 
00:27:15.992 [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 
00:27:15.993 [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 
00:27:15.993 [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 
00:27:15.993 [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 
00:27:15.994 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:15.994 [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@46bf8673: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy] 
00:27:15.994 [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 
00:27:15.994 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:15.994 [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@1b15018 
00:27:15.994 [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 
00:27:15.994 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:15.995 [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 
00:27:15.995 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:15.995 [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) 
00:27:15.995 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:15.995 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:15.995 [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) 
00:27:15.995 [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) 
00:27:15.995 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:15.995 [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) 
00:27:15.995 [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 
00:27:15.996 [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 
00:27:15.996 [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@1ca440f9] 
00:27:15.996 [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@15685690] 
00:27:15.996 [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 
00:27:15.996 [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 
00:27:15.997 [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 
00:27:16.000 [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.fwk802600647/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:748)
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:357)
	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:763)
	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:357)
	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:357)
	... 39 common frames omitted

00:27:16.001 [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 [Thu May 09 00:27:15 UTC 2024]; root of context hierarchy] 
00:27:16.002 [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.fwk802600647/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:748)
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:357)
	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:763)
	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:357)
	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:357)
	... 39 common frames omitted

00:27:16.003 [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 
00:27:16.003 [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] 
00:27:16.003 [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) 
00:27:16.003 [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 
00:27:16.003 [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) 
00:27:16.003 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:16.003 [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@27611b48 
00:27:16.004 [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@27611b48 
00:27:16.004 [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 
00:27:16.004 [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 [Thu May 09 00:27:15 UTC 2024]; root of context hierarchy] 
00:27:16.004 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:27:16.005 [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@507b9097 
00:27:16.005 [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 
00:27:16.006 [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 
00:27:16.006 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:16.006 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:440 - Reading OSGi results for test [testEventsForCtxThatFail] 
00:27:16.007 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:447 - Test[testEventsForCtxThatFail]'s result read 
00:27:16.007 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:364 - Writing test name [testEventsForCtxThatWork] to OSGi 
00:27:16.008 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testEventsForCtxThatWork] for execution inside OSGi 
00:27:16.008 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testEventsForCtxThatWork] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@37e4d7bb 
00:27:16.008 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:16.009 [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.fwk802600647/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:748)
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:357)
	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:763)
	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:357)
	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:357)
	... 39 common frames omitted

00:27:16.039 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:16.039 [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 
00:27:16.040 [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) 
00:27:16.040 [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)] 
00:27:16.040 [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... 
00:27:16.040 [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 
00:27:16.040 [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)] 
00:27:16.040 [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)] 
00:27:16.040 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:27:16.041 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:16.041 [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@27611b48 
00:27:16.041 [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) 
00:27:16.041 [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) 
00:27:16.041 [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 
00:27:16.041 [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 [Thu May 09 00:27:16 UTC 2024]; root of context hierarchy 
00:27:16.041 [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)] 
00:27:16.041 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:16.042 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk802600647/META-INF/spring/simpleservice.xml] 
00:27:16.045 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:16.045 [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 
00:27:16.046 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:16.046 [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 
00:27:16.059 [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] 
00:27:16.060 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:16.060 [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 
00:27:16.061 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:16.061 [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 
00:27:16.072 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:16.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 
00:27:16.077 [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@21418197: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:27:16.077 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:16.077 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:16.077 [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} 
00:27:16.077 [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] 
00:27:16.078 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:16.078 [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@21418197: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:27:16.078 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:16.079 [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@1b15018 
00:27:16.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:16.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:16.079 [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) 
00:27:16.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:16.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:16.079 [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) 
00:27:16.079 [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) 
00:27:16.079 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:16.079 [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) 
00:27:16.079 [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@2c186e64] 
00:27:16.079 [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@35f157bd] 
Delaying for:0
00:27:16.081 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:27:16.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:27:16.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:27:16.081 [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 {} 
00:27:16.081 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:27:16.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:27:16.081 [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@46b066c7] 
00:27:16.082 [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 [Thu May 09 00:27:16 UTC 2024]; root of context hierarchy] 
00:27:16.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.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} 
00:27:16.082 [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} 
00:27:16.082 [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 [Thu May 09 00:27:16 UTC 2024]; root of context hierarchy] 
00:27:16.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.simpleservice_1.0.0 [21] 
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 [Thu May 09 00:27:16 UTC 2024]; root of context hierarchy]]
00:27:16.083 [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 
00:27:16.083 [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) 
00:27:16.083 [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@27611b48 
00:27:16.083 [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) 
00:27:16.083 [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) 
00:27:16.084 [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) 
00:27:16.084 [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 [Thu May 09 00:27:16 UTC 2024]; root of context hierarchy 
00:27:16.084 [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 [Thu May 09 00:27:16 UTC 2024]; root of context hierarchy] 
00:27:16.085 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:27:16.085 [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}] 
00:27:16.086 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:16.086 [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 [Thu May 09 00:27:16 UTC 2024]; root of context hierarchy] 
00:27:16.086 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:27:16.086 [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@27611b48 
00:27:16.086 [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 
00:27:16.086 [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@5ebc64e8 
00:27:16.086 [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 
00:27:16.087 [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 
00:27:16.087 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:16.087 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:440 - Reading OSGi results for test [testEventsForCtxThatWork] 
00:27:16.087 [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: 1.134 sec - in org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest
00:27:16.090 [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) 
00:27:16.090 [Thread-0]        INFO  o.e.g.b.i.e.OsgiLifecycleNotificationTest:471 - Shutting down OSGi platform 
00:27:16.090 [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 [Thu May 09 00:27:15 UTC 2024]; root of context hierarchy 
00:27:16.090 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:16.090 [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 [Thu May 09 00:27:15 UTC 2024]; root of context hierarchy] 
00:27:16.090 [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]] 
00:27:16.090 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:16.096 [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 
00:27:16.097 [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]] 
00:27:16.097 [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 
00:27:16.097 [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) 
00:27:16.098 [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@27611b48 
00:27:16.098 [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) 
00:27:16.098 [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) 
00:27:16.098 [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) 
00:27:16.098 [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 [Thu May 09 00:27:15 UTC 2024]; root of context hierarchy 
00:27:16.098 [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 [Thu May 09 00:27:15 UTC 2024]; root of context hierarchy] 
00:27:16.098 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [packageAdmin] 
00:27:16.099 [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} 
00:27:16.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.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}] 
00:27:16.099 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:16.099 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:27:16.099 [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@27611b48 
00:27:16.099 [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 
00:27:16.100 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:16.100 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:16.100 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:16.100 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:16.100 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:16.100 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:16.100 [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 
00:27:16.100 [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@5a83fbe7 
00:27:16.100 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:27:16.101 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:27:16.101 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:16,743 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:16,808 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:16,810 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:16,822 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:16,855 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:16,857 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:16,860 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:16,866 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4f970963 - No compression will be used
00:27:16,875 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:16,875 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:16,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:16,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:16,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:16,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:16,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:16,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
00:27:16,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
00:27:16,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:16,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:16,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:16,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:16,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:16,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:16,877 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:16,878 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:16,878 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:16,878 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:16,879 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@35d176f7 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest
00:27:16.956 [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 
00:27:16.960 [main]            TRACE o.e.g.b.i.d.DependencyTest:85 - Instantiating platform wrapper... 
00:27:16.960 [main]            DEBUG o.e.g.b.i.d.DependencyTest:215 - About to start Equinox OSGi Platform 
00:27:17.170 [main]            INFO  o.e.g.b.i.d.DependencyTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:27:17.173 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:27:17.174 [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.1.BUILD-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} 
00:27:17.175 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:27:17.175 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:17.244 [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] 
00:27:17.252 [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] 
00:27:17.256 [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] 
00:27:17.257 [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] 
00:27:17.262 [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] 
00:27:17.267 [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] 
00:27:17.269 [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] 
00:27:17.274 [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] 
00:27:17.280 [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] 
00:27:17.289 [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] 
00:27:17.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-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 
00:27:17.303 [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] 
00:27:17.307 [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] 
00:27:17.340 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:17.341 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:17.345 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:17.348 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:17.358 [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] 
00:27:17.376 [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] 
00:27:17.377 [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] 
00:27:17.377 [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] 
00:27:17.377 [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] 
00:27:17.378 [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] 
00:27:17.378 [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] 
00:27:17.378 [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] 
00:27:17.379 [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] 
00:27:17.379 [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] 
00:27:17.379 [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] 
00:27:17.379 [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] 
00:27:17.380 [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] 
00:27:17.380 [main]            DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:17.380 [main]            DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:17.380 [main]            DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:17,407 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:17,439 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:17,441 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:17,447 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:17,462 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:17,463 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:17,466 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:17,471 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@437da279 - No compression will be used
00:27:17,474 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:17,474 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:17,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:17,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:17,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:17,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:17,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:17,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:17,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:17,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:17,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:17,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:17,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:17,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:17,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:17,476 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:17,476 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:17,477 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:17,477 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:17,477 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@27f981c6 - Registering current configuration as safe fallback point
00:27:17.493 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:27:17.499 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:17.558 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:17.558 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:17.561 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:27:17.563 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:27:17.566 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:17.568 [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 
00:27:17.568 [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) 
00:27:17.569 [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)] 
00:27:17.569 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:17.569 [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 
00:27:17.569 [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) 
00:27:17.569 [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)] 
00:27:17.570 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:17.570 [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 
00:27:17.570 [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) 
00:27:17.570 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:17.570 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:17.571 [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 
00:27:17.571 [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) 
00:27:17.571 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:17.571 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:17.572 [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 
00:27:17.572 [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) 
00:27:17.572 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:17.572 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:17.572 [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 
00:27:17.572 [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) 
00:27:17.573 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:17.573 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:17.573 [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 
00:27:17.573 [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) 
00:27:17.574 [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)] 
00:27:17.574 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:17.575 [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 
00:27:17.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) 
00:27:17.575 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:17.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)] 
00:27:17.576 [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 
00:27:17.576 [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) 
00:27:17.576 [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)] 
00:27:17.576 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:17.578 [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 
00:27:17.578 [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) 
00:27:17.578 [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)] 
00:27:17.578 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:17.579 [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 
00:27:17.580 [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) 
00:27:17.580 [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)] 
00:27:17.580 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:17.580 [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 
00:27:17.580 [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) 
00:27:17.581 [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)] 
00:27:17.581 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:17.581 [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 
00:27:17.582 [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) 
00:27:17.582 [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)] 
00:27:17.585 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:17.586 [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 
00:27:17.586 [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) 
00:27:17.586 [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)] 
00:27:17.586 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:17.587 [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 
00:27:17.587 [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) 
00:27:17.587 [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)] 
00:27:17.587 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:17.588 [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 
00:27:17.588 [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) 
00:27:17.588 [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)] 
00:27:17.594 [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)] 
00:27:17.594 [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)] 
00:27:17.598 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:17.598 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:17.601 [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)] 
00:27:17.602 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:17.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@6ca18a14 w/ reference null 
00:27:17.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@6ca18a14 w/ reference null 
00:27:17.603 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:27:17.605 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:17.617 [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 
00:27:17.617 [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)] 
00:27:17.617 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:17.618 [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 
00:27:17.618 [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)] 
00:27:17.618 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:17.619 [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 
00:27:17.619 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:17.619 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:17.620 [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 
00:27:17.620 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:17.620 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:17.621 [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 
00:27:17.621 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:17.621 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:17.621 [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 
00:27:17.621 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:17.622 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:17.622 [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 
00:27:17.622 [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)] 
00:27:17.622 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:17.623 [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 
00:27:17.624 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:17.624 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:17.625 [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 
00:27:17.625 [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)] 
00:27:17.625 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:17.626 [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 
00:27:17.626 [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)] 
00:27:17.626 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:17.628 [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 
00:27:17.628 [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)] 
00:27:17.628 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:17.629 [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 
00:27:17.629 [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)] 
00:27:17.629 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:17.630 [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 
00:27:17.630 [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)] 
00:27:17.630 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:17.631 [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 
00:27:17.631 [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)] 
00:27:17.631 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:17.631 [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 
00:27:17.632 [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)] 
00:27:17.632 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:17.633 [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 
00:27:17.633 [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)] 
00:27:17.633 [main]            DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:17.636 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:17.637 [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 
00:27:17.637 [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) 
00:27:17.637 [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)] 
00:27:17.637 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:17.638 [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 
00:27:17.638 [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)] 
00:27:17.640 [main]            INFO  o.e.g.b.i.d.DependencyTest:199 - org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest-bundle.properties was not found; using defaults 
00:27:17.640 [main]            DEBUG o.e.g.b.i.d.DependencyTest:511 - Post processing: creating test bundle 
00:27:17.648 [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] 
00:27:17.648 [main]            INFO  o.e.g.b.i.d.DependencyTest:202 - Automatically creating Manifest for the test bundle 
00:27:17.649 [main]            INFO  o.e.g.b.i.d.DependencyTest:366 - Using the test class for generating bundle imports 
00:27:17.650 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 
00:27:17.650 [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... 
00:27:17.652 [main]            TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class DependencyTest 
00:27:17.661 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:17.661 [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... 
00:27:17.661 [main]            TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest 
00:27:17.663 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:17.663 [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... 
00:27:17.663 [main]            TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:27:17.664 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:17.664 [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... 
00:27:17.665 [main]            TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:27:17.665 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:27:17.665 [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 
00:27:17.665 [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} 
00:27:17.666 [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] 
00:27:17.666 [main]            TRACE o.e.g.b.i.d.DependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:27:17.666 [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] 
00:27:17.666 [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] 
00:27:17.666 [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]] 
00:27:17.666 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:27:17.667 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:27:17.667 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:27:17.667 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:27:17.667 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:27:17.667 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:27:17.667 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:27:17.667 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:17.667 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:17.667 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:17.668 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/ 
00:27:17.668 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest$1.class 
00:27:17.668 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 
00:27:17.668 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest$1.class 
00:27:17.668 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 
00:27:17.672 [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 
00:27:17.673 [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.* 
00:27:17.675 [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)] 
00:27:17.675 [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 
00:27:17.676 [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) 
00:27:17.676 [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)] 
00:27:17.676 [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)] 
00:27:17.676 [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 
00:27:17.676 [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)] 
00:27:17.676 [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 
00:27:17.677 [main]            DEBUG o.e.g.b.i.d.DependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:27:17.678 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:27:17.679 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:27:17.679 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:27:17.679 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:27:17.679 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:27:17.680 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:27:17.680 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:27:17.681 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:27:17.681 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:27:17.682 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:27:17.684 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:27:17.684 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:27:17.684 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:27:17.685 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:27:17.685 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:27:17.686 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:27:17.686 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:27:17.687 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:27:17.687 [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. 
00:27:17.687 [main]            TRACE o.e.g.b.i.d.DependencyTest:364 - Writing test name [testDependencies] to OSGi 
00:27:17.696 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 
00:27:17.696 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7c51f34b 
00:27:17.696 [main]            INFO  o.e.g.b.i.d.DependencyTest:190 - Loading context for locations:  
00:27:17.702 [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 [Thu May 09 00:27:17 UTC 2024]; root of context hierarchy 
00:27:17.706 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:27:17.719 [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@7922d892: defining beans []; root of factory hierarchy 
00:27:17.725 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:17.725 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:17.726 [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} 
00:27:17.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] 
00:27:17.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@1046d517] 
00:27:17.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@3b7d3a38] 
00:27:17.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@4ae9cfc1] 
00:27:17.732 [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 [Thu May 09 00:27:17 UTC 2024]; root of context hierarchy] 
00:27:17.734 [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} 
00:27:17.735 [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} 
00:27:17.757 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
starting dependency test bundle
00:27:17.778 [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)] 
00:27:17.778 [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 
00:27:17.779 [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) 
00:27:17.779 [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)] 
00:27:17.779 [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... 
00:27:17.780 [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 
00:27:17.780 [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)] 
00:27:17.782 [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)] 
00:27:17.782 [dependency test bundle] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:17.782 [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)] 
00:27:17.782 [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@5fcf307e 
00:27:17.782 [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 
00:27:17.782 [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) 
00:27:17.783 [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)] 
00:27:17.783 [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
00:27:17.783 [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 [Thu May 09 00:27:17 UTC 2024]; root of context hierarchy 
00:27:17.783 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:17.790 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1978869058/META-INF/spring/dependencies.xml] 
00:27:17.860 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:17.860 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:17.861 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:17.861 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:17.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:17.901 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:17.948 [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@3d0e74f3: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy 
00:27:17.949 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:17.949 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:17.949 [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} 
00:27:17.949 [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] 
00:27:17.954 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:17.956 [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@3d0e74f3: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy] 
00:27:17.956 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:17.957 [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@62ddc722 
00:27:17.957 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleService3, &simpleService2, &nested] 
00:27:17.957 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:17.969 [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))] 
00:27:17.970 [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))] 
00:27:17.971 [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] 
00:27:17.971 [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))] 
00:27:17.972 [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))] 
00:27:17.972 [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] 
00:27:17.972 [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)] 
00:27:17.973 [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)] 
00:27:17.973 [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] 
00:27:17.973 [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))] 
00:27:17.974 [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))] 
00:27:17.974 [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)] 
00:27:17.974 [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) 
00:27:17.974 [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]] 
00:27:17.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleService3, &simpleService2, &nested] 
00:27:17.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleService3, &nested, &simpleService2] 
00:27:17.974 [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) 
00:27:17.974 [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)) 
00:27:17.977 [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] 
00:27:17.978 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:17.978 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 
00:27:19.777 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 
00:27:19.778 [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 
00:27:19.778 [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) 
00:27:19.778 [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)] 
00:27:19.779 [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... 
00:27:19.779 [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 
00:27:19.779 [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)] 
00:27:19.779 [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)] 
00:27:19.779 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:27:19.780 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 
00:27:19.780 [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@5fcf307e 
00:27:19.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.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 
00:27:19.780 [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 
00:27:19.780 [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) 
00:27:19.780 [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)] 
00:27:19.780 [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 [Thu May 09 00:27:19 UTC 2024]; root of context hierarchy 
00:27:19.780 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:19.781 [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 
00:27:19.781 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1978869058/META-INF/spring/simpleservice-osgi.xml] 
00:27:19.781 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:19.782 [main]            DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 
00:27:19.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:19.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:19.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:19.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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:19.799 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:19.799 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:19.805 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1978869058/META-INF/spring/simpleservice.xml] 
00:27:19.806 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:19.806 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:19.807 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:19.807 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:19.817 [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@15c8470: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
00:27:19.818 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:19.818 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:19.818 [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} 
00:27:19.818 [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] 
00:27:19.819 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:19.819 [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@15c8470: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
00:27:19.819 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:19.819 [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@62ddc722 
00:27:19.819 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:19.819 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:19.819 [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) 
00:27:19.819 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:19.819 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:19.819 [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) 
00:27:19.819 [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) 
00:27:19.819 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:19.820 [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) 
00:27:19.820 [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@176aba5f] 
00:27:19.821 [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@4080e958] 
00:27:19.827 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
00:27:19.828 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
00:27:19.828 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
00:27:19.829 [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 {} 
00:27:19.829 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
00:27:19.830 [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) 
00:27:19.830 [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} 
00:27:19.831 [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}] 
00:27:19.831 [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] 
00:27:19.831 [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} 
00:27:19.831 [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} 
00:27:19.831 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
00:27:19.832 [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@6fa83630] 
00:27:19.832 [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 [Thu May 09 00:27:19 UTC 2024]; root of context hierarchy] 
00:27:19.832 [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} 
00:27:19.832 [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} 
00:27:19.833 [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 
00:27:19.833 [main]            DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 
started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice3]
00:27:19.833 [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] 
00:27:19.833 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:27:19.833 [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 
00:27:19.834 [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) 
00:27:19.834 [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)] 
00:27:19.834 [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... 
00:27:19.834 [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 
00:27:19.834 [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)] 
00:27:19.835 [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)] 
00:27:19.835 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
00:27:19.835 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:27:19.835 [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@5fcf307e 
00:27:19.835 [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) 
00:27:19.835 [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) 
00:27:19.835 [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 
00:27:19.835 [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 [Thu May 09 00:27:19 UTC 2024]; root of context hierarchy 
00:27:19.835 [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)] 
00:27:19.835 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:19.835 [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 
00:27:19.836 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:19.836 [main]            DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
00:27:19.836 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1978869058/META-INF/spring/simpleservice-osgi.xml] 
00:27:19.838 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:19.839 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:19.839 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:19.839 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:19.849 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:19.849 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:19.853 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1978869058/META-INF/spring/simpleservice.xml] 
00:27:19.855 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:19.855 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:19.855 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:19.856 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:19.864 [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@29c6e1fa: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
00:27:19.864 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:19.864 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:19.865 [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} 
00:27:19.865 [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] 
00:27:19.865 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:19.865 [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@29c6e1fa: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
00:27:19.865 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:19.865 [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@62ddc722 
00:27:19.866 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:19.866 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:19.866 [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) 
00:27:19.866 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:19.866 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:19.866 [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) 
00:27:19.866 [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) 
00:27:19.866 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:19.866 [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) 
00:27:19.866 [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@60e03856] 
00:27:19.866 [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@45384e5d] 
00:27:19.867 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
00:27:19.868 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
00:27:19.868 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
00:27:19.868 [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 {} 
00:27:19.868 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
00:27:19.868 [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) 
00:27:19.868 [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} 
00:27:19.868 [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} 
00:27:19.869 [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} 
00:27:19.869 [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}] 
00:27:19.869 [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] 
00:27:19.869 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
00:27:19.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@21fbd34] 
00:27:19.869 [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 [Thu May 09 00:27:19 UTC 2024]; root of context hierarchy] 
00:27:19.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.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} 
00:27:19.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} 
00:27:19.870 [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 
00:27:19.870 [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]
00:27:19.870 [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] 
00:27:19.871 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:19.871 [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 
00:27:19.871 [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) 
00:27:19.871 [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)] 
00:27:19.872 [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... 
00:27:19.872 [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 
00:27:19.872 [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)] 
00:27:19.872 [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)] 
00:27:19.872 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 4 
00:27:19.872 [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@5fcf307e 
00:27:19.872 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
00:27:19.873 [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) 
00:27:19.873 [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) 
00:27:19.873 [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 [Thu May 09 00:27:19 UTC 2024]; root of context hierarchy 
00:27:19.873 [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 
00:27:19.873 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:19.873 [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)] 
00:27:19.873 [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 
00:27:19.874 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:19.874 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://22.fwk1978869058/META-INF/spring/simpleservice.xml] 
00:27:19.874 [main]            DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
00:27:19.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:19.876 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:19.876 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:19.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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:19.884 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://22.fwk1978869058/META-INF/spring/simpleservice-osgi.xml] 
00:27:19.885 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:19.885 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:19.886 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:19.886 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:19.893 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:19.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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:19.896 [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@25727ad0: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy 
00:27:19.896 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:19.897 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:19.897 [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} 
00:27:19.897 [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] 
00:27:19.898 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:19.898 [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@25727ad0: defining beans [simpleService,simpleServiceExportedToOsgi]; root of factory hierarchy] 
00:27:19.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:19.898 [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@62ddc722 
00:27:19.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:19.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:19.898 [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) 
00:27:19.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:19.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:19.898 [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) 
00:27:19.898 [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) 
00:27:19.898 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:19.898 [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) 
00:27:19.899 [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@1f32c66d] 
00:27:19.899 [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@1959cf9c] 
Delaying for:10000
00:27:29.900 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
00:27:29.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
00:27:29.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
00:27:29.901 [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 {} 
00:27:29.901 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:27:29.901 [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) 
00:27:29.902 [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} 
00:27:29.902 [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} 
00:27:29.902 [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 [{}] 
00:27:29.902 [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 [Thu May 09 00:27:17 UTC 2024]; root of context hierarchy] 
00:27:29.902 [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} 
00:27:29.902 [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) 
00:27:29.903 [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) 
00:27:29.903 [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) 
00:27:29.903 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:29.903 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
00:27:29.903 [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@29848ba0] 
00:27:29.903 [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 [Thu May 09 00:27:19 UTC 2024]; root of context hierarchy] 
00:27:29.903 [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} 
00:27:29.904 [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} 
00:27:29.904 [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 
00:27:29.904 [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]
00:27:29.904 [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] 
00:27:29.904 [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 
00:27:29.904 [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) 
00:27:29.905 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:29.905 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:29.905 [main]            DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies 
00:27:29.909 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:29.914 [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 
00:27:29.914 [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 
00:27:29.914 [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 
00:27:29.915 [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 
00:27:29.915 [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 
00:27:29.916 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:29.916 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:29.916 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:29.916 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:29.917 [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@7fae2544] 
00:27:29.918 [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@4e91ad0] 
00:27:29.919 [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))] 
00:27:29.919 [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}} 
00:27:29.919 [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 
00:27:29.920 [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 
00:27:29.920 [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 
00:27:29.920 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:27:29.920 [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 
00:27:29.920 [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 
00:27:29.921 [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 
00:27:29.921 [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 
00:27:29.921 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:27:29.921 [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 
00:27:29.922 [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 
00:27:29.922 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:27:29.922 [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 
00:27:29.922 [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))] 
00:27:29.923 [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}} 
00:27:29.923 [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 
00:27:29.923 [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 
00:27:29.923 [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)] 
00:27:29.923 [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}} 
00:27:29.923 [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 
00:27:29.923 [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 
00:27:29.924 [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 
00:27:29.924 [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} 
00:27:29.924 [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] 
00:27:29.927 [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 
00:27:29.927 [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 {} 
00:27:29.927 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}] 
00:27:29.927 [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 
00:27:29.928 [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@224701ee] 
00:27:29.928 [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 [Thu May 09 00:27:17 UTC 2024]; root of context hierarchy] 
00:27:29.928 [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} 
00:27:29.928 [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} 
00:27:29.928 [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 
00:27:29.929 [main]            DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies 
00:27:29.929 [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] 
00:27:29.929 [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} 
00:27:29.930 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:29.930 [main]            TRACE o.e.g.b.i.d.DependencyTest:440 - Reading OSGi results for test [testDependencies] 
00:27:29.931 [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: 12.977 sec - in org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest
00:27:29.933 [Thread-0]        INFO  o.e.g.b.i.d.DependencyTest:471 - Shutting down OSGi platform 
00:27:29.933 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:29.934 [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]] 
00:27:29.934 [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) 
00:27:29.934 [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 [Thu May 09 00:27:17 UTC 2024]; root of context hierarchy 
00:27:29.934 [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 [Thu May 09 00:27:17 UTC 2024]; root of context hierarchy] 
00:27:29.935 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:29.940 [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 
00:27:29.940 [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 
00:27:29.940 [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 
00:27:29.940 [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 
00:27:29.940 [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]] 
00:27:29.941 [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 
00:27:29.942 [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) 
00:27:29.942 [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@5fcf307e 
00:27:29.942 [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) 
00:27:29.942 [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) 
00:27:29.942 [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) 
00:27:29.942 [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 [Thu May 09 00:27:19 UTC 2024]; root of context hierarchy 
00:27:29.942 [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 [Thu May 09 00:27:19 UTC 2024]; root of context hierarchy] 
00:27:29.943 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
00:27:29.943 [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 
00:27:29.943 [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 
00:27:29.944 [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 
00:27:29.944 [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} 
00:27:29.944 [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}] 
00:27:29.945 [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}] 
00:27:29.945 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:29.945 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 3 
00:27:29.945 [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@5fcf307e 
00:27:29.945 [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 
00:27:29.945 [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 
00:27:29.945 [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) 
00:27:29.945 [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@5fcf307e 
00:27:29.945 [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) 
00:27:29.946 [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) 
00:27:29.946 [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) 
00:27:29.946 [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 [Thu May 09 00:27:19 UTC 2024]; root of context hierarchy 
00:27:29.946 [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 [Thu May 09 00:27:19 UTC 2024]; root of context hierarchy] 
00:27:29.946 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
00:27:29.946 [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 
00:27:29.946 [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 
00:27:29.946 [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 
00:27:29.946 [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}] 
00:27:29.947 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:29.947 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
00:27:29.947 [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@5fcf307e 
00:27:29.947 [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 
00:27:29.947 [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 
00:27:29.947 [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) 
00:27:29.947 [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@5fcf307e 
00:27:29.947 [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) 
00:27:29.947 [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) 
00:27:29.947 [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) 
00:27:29.947 [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 [Thu May 09 00:27:19 UTC 2024]; root of context hierarchy 
00:27:29.947 [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 [Thu May 09 00:27:19 UTC 2024]; root of context hierarchy] 
00:27:29.947 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
00:27:29.948 [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 
00:27:29.948 [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 
00:27:29.948 [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 
00:27:29.948 [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}] 
00:27:29.948 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:29.948 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:27:29.948 [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@5fcf307e 
00:27:29.948 [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 
00:27:29.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.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 
00:27:29.948 [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) 
00:27:29.948 [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@5fcf307e 
00:27:29.949 [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) 
00:27:29.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.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 
00:27:29.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.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 
00:27:29.949 [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) 
00:27:29.949 [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 [Thu May 09 00:27:17 UTC 2024]; root of context hierarchy 
00:27:29.949 [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 [Thu May 09 00:27:17 UTC 2024]; root of context hierarchy] 
00:27:29.949 [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] 
00:27:29.949 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:29.949 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:27:29.949 [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@5fcf307e 
00:27:29.949 [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 
00:27:29.950 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:29.950 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:29.950 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:29.950 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:29.950 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:29.950 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:29.951 [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@2d389733 
00:27:29.951 [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@23ff7ce4 
00:27:29.951 [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 null 
00:27:29.951 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:27:29.951 [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 null 
00:27:29.951 [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 
00:27:29.951 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:27:29.952 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:30,558 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:30,622 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:30,624 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:30,646 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:30,667 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:30,669 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:30,672 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:30,678 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4f970963 - No compression will be used
00:27:30,687 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:30,687 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:30,688 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:30,688 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:30,688 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:30,688 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:30,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:30,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:30,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:30,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:30,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:30,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:30,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:30,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:30,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:30,689 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:30,690 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:30,690 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:30,690 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:30,691 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@35d176f7 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest
00:27:30.771 [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 
00:27:30.774 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:85 - Instantiating platform wrapper... 
00:27:30.775 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:215 - About to start Equinox OSGi Platform 
00:27:31.006 [main]            INFO  o.e.g.b.i.d.FactoryDependencyTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:27:31.009 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:27:31.009 [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.1.BUILD-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} 
00:27:31.010 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:27:31.011 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:31.088 [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] 
00:27:31.097 [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] 
00:27:31.100 [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] 
00:27:31.102 [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] 
00:27:31.107 [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] 
00:27:31.112 [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] 
00:27:31.113 [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] 
00:27:31.118 [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] 
00:27:31.124 [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] 
00:27:31.143 [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] 
00:27:31.153 [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] 
00:27:31.157 [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] 
00:27:31.161 [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] 
00:27:31.167 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:31.168 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:31.172 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:31.174 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:31.185 [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] 
00:27:31.204 [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] 
00:27:31.204 [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] 
00:27:31.204 [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] 
00:27:31.204 [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] 
00:27:31.205 [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] 
00:27:31.205 [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] 
00:27:31.205 [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] 
00:27:31.205 [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] 
00:27:31.206 [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] 
00:27:31.206 [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] 
00:27:31.206 [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] 
00:27:31.206 [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] 
00:27:31.207 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:31.207 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:31.207 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:31,246 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:31,270 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:31,271 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:31,278 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:31,293 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:31,294 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:31,297 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:31,301 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@437da279 - No compression will be used
00:27:31,304 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:31,305 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:31,305 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:31,306 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:31,306 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:31,306 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:31,306 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:31,306 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:31,306 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:31,306 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:31,306 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:31,313 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:31,314 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:31,314 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:31,314 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:31,314 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:31,314 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:31,314 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:31,314 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:31,315 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@27f981c6 - Registering current configuration as safe fallback point
00:27:31.322 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:27:31.328 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:31.389 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:31.390 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:31.393 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:27:31.395 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:27:31.398 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:31.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 
00:27:31.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) 
00:27:31.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)] 
00:27:31.400 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:31.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 
00:27:31.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) 
00:27:31.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)] 
00:27:31.401 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:31.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 
00:27:31.402 [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) 
00:27:31.402 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:31.402 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:31.402 [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 
00:27:31.402 [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) 
00:27:31.402 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:31.403 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:31.403 [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 
00:27:31.403 [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) 
00:27:31.403 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:31.403 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:31.404 [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 
00:27:31.404 [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) 
00:27:31.404 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:31.404 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:31.404 [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 
00:27:31.405 [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) 
00:27:31.405 [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)] 
00:27:31.405 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:31.406 [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 
00:27:31.406 [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) 
00:27:31.406 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:31.406 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:31.407 [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 
00:27:31.407 [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) 
00:27:31.407 [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)] 
00:27:31.407 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:31.408 [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 
00:27:31.408 [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) 
00:27:31.408 [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)] 
00:27:31.409 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:31.410 [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 
00:27:31.410 [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) 
00:27:31.410 [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)] 
00:27:31.410 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:31.410 [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 
00:27:31.410 [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) 
00:27:31.411 [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)] 
00:27:31.411 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:31.411 [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 
00:27:31.411 [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) 
00:27:31.411 [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)] 
00:27:31.415 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:31.415 [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 
00:27:31.416 [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) 
00:27:31.416 [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)] 
00:27:31.416 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:31.416 [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 
00:27:31.416 [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) 
00:27:31.416 [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)] 
00:27:31.416 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:31.417 [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 
00:27:31.417 [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) 
00:27:31.420 [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)] 
00:27:31.428 [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)] 
00:27:31.428 [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)] 
00:27:31.433 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:31.433 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:31.435 [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)] 
00:27:31.436 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:31.437 [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@6ca18a14 w/ reference null 
00:27:31.437 [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@6ca18a14 w/ reference null 
00:27:31.438 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:27:31.440 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:31.447 [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 
00:27:31.448 [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)] 
00:27:31.448 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:31.449 [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 
00:27:31.449 [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)] 
00:27:31.449 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:31.449 [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 
00:27:31.449 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:31.450 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:31.450 [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 
00:27:31.450 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:31.450 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:31.451 [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 
00:27:31.451 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:31.451 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:31.451 [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 
00:27:31.451 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:31.452 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:31.452 [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 
00:27:31.452 [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)] 
00:27:31.452 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:31.453 [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 
00:27:31.453 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:31.453 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:31.454 [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 
00:27:31.454 [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)] 
00:27:31.454 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:31.455 [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 
00:27:31.456 [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)] 
00:27:31.456 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:31.457 [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 
00:27:31.457 [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)] 
00:27:31.457 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:31.458 [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 
00:27:31.458 [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)] 
00:27:31.458 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:31.459 [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 
00:27:31.459 [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)] 
00:27:31.459 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:31.460 [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 
00:27:31.460 [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)] 
00:27:31.460 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:31.460 [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 
00:27:31.460 [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)] 
00:27:31.460 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:31.461 [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 
00:27:31.461 [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)] 
00:27:31.462 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:31.465 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:31.465 [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 
00:27:31.465 [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) 
00:27:31.465 [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)] 
00:27:31.466 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:31.466 [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 
00:27:31.466 [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)] 
00:27:31.468 [main]            INFO  o.e.g.b.i.d.FactoryDependencyTest:199 - org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest-bundle.properties was not found; using defaults 
00:27:31.468 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:511 - Post processing: creating test bundle 
00:27:31.475 [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] 
00:27:31.476 [main]            INFO  o.e.g.b.i.d.FactoryDependencyTest:202 - Automatically creating Manifest for the test bundle 
00:27:31.476 [main]            INFO  o.e.g.b.i.d.FactoryDependencyTest:366 - Using the test class for generating bundle imports 
00:27:31.477 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 
00:27:31.478 [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... 
00:27:31.480 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class FactoryDependencyTest 
00:27:31.488 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:31.488 [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... 
00:27:31.489 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class BaseIntegrationTest 
00:27:31.491 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:31.491 [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... 
00:27:31.491 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:27:31.492 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:31.492 [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... 
00:27:31.492 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:27:31.492 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:27:31.492 [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 
00:27:31.493 [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} 
00:27:31.493 [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] 
00:27:31.493 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:27:31.493 [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] 
00:27:31.493 [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] 
00:27:31.494 [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]] 
00:27:31.494 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:27:31.494 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:27:31.494 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:27:31.494 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:27:31.494 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:27:31.494 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:27:31.494 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:27:31.494 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:31.495 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:31.495 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:31.495 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/ 
00:27:31.495 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest$1.class 
00:27:31.495 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 
00:27:31.495 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest$1.class 
00:27:31.495 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 
00:27:31.499 [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 
00:27:31.500 [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.* 
00:27:31.502 [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)] 
00:27:31.502 [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 
00:27:31.503 [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) 
00:27:31.503 [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)] 
00:27:31.503 [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)] 
00:27:31.503 [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 
00:27:31.503 [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)] 
00:27:31.504 [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 
00:27:31.504 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:27:31.505 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:27:31.506 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:27:31.506 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:27:31.506 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:27:31.507 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:27:31.507 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:27:31.507 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:27:31.508 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:27:31.508 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:27:31.509 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:27:31.511 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:27:31.511 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:27:31.512 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:27:31.512 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:27:31.512 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:27:31.513 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:27:31.513 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:27:31.514 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:27:31.514 [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. 
00:27:31.514 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:364 - Writing test name [testDependencies] to OSGi 
00:27:31.522 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 
00:27:31.522 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7c51f34b 
00:27:31.523 [main]            INFO  o.e.g.b.i.d.FactoryDependencyTest:190 - Loading context for locations:  
00:27:31.529 [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 [Thu May 09 00:27:31 UTC 2024]; root of context hierarchy 
00:27:31.533 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:27:31.545 [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@7922d892: defining beans []; root of factory hierarchy 
00:27:31.552 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:31.552 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:31.553 [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} 
00:27:31.553 [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] 
00:27:31.555 [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] 
00:27:31.555 [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] 
00:27:31.557 [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] 
00:27:31.559 [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 [Thu May 09 00:27:31 UTC 2024]; root of context hierarchy] 
00:27:31.561 [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} 
00:27:31.562 [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} 
00:27:31.584 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
starting dependency test bundle
00:27:31.605 [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)] 
00:27:31.605 [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 
00:27:31.605 [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) 
00:27:31.605 [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)] 
00:27:31.606 [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... 
00:27:31.606 [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 
00:27:31.607 [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)] 
00:27:31.608 [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)] 
00:27:31.609 [dependency test bundle] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:31.609 [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)] 
00:27:31.609 [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@3a9f09f0 
00:27:31.609 [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 
00:27:31.609 [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) 
00:27:31.609 [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)] 
00:27:31.609 [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
00:27:31.610 [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 [Thu May 09 00:27:31 UTC 2024]; root of context hierarchy 
00:27:31.610 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:31.617 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1978869058/META-INF/spring/dependencies.xml] 
00:27:31.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:31.685 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:31.685 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:31.686 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:31.726 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:31.727 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:31.760 [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@76647037: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy 
00:27:31.760 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:31.760 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:31.761 [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} 
00:27:31.761 [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] 
00:27:31.766 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:31.768 [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@76647037: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy] 
00:27:31.768 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:31.768 [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@75e3a5d5 
00:27:31.768 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleService3, &simpleService2, &nested] 
00:27:31.769 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:31.781 [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))] 
00:27:31.781 [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))] 
00:27:31.782 [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] 
00:27:31.783 [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))] 
00:27:31.783 [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))] 
00:27:31.783 [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] 
00:27:31.784 [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)] 
00:27:31.784 [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)] 
00:27:31.784 [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] 
00:27:31.785 [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))] 
00:27:31.785 [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))] 
00:27:31.786 [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)] 
00:27:31.786 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 3 OSGi service dependencies, 3 unsatisfied (for beans [&simpleService3, &simpleService2, &nested]) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 
00:27:31.786 [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, &simpleService2, &nested]] 
00:27:31.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleService3, &simpleService2, &nested] 
00:27:31.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleService3, &simpleService2, &nested] 
00:27:31.786 [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) 
00:27:31.786 [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)) 
00:27:31.789 [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] 
00:27:31.790 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:31.790 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 
00:27:33.604 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 
00:27:33.605 [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 
00:27:33.605 [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) 
00:27:33.605 [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)] 
00:27:33.605 [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... 
00:27:33.606 [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 
00:27:33.606 [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)] 
00:27:33.606 [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)] 
00:27:33.606 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:27:33.606 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 
00:27:33.606 [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@3a9f09f0 
00:27:33.606 [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) 
00:27:33.607 [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 
00:27:33.607 [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) 
00:27:33.607 [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)] 
00:27:33.607 [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 [Thu May 09 00:27:33 UTC 2024]; root of context hierarchy 
00:27:33.607 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:33.607 [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 
00:27:33.608 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:33.608 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1978869058/META-INF/spring/simpleservice-osgi.xml] 
00:27:33.608 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 
00:27:33.610 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:33.610 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:33.611 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:33.611 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:33.626 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:33.627 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:33.632 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1978869058/META-INF/spring/simpleservice.xml] 
00:27:33.634 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:33.634 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:33.634 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:33.634 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:33.645 [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@5639c6fb: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
00:27:33.645 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:33.645 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:33.646 [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} 
00:27:33.646 [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] 
00:27:33.646 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:33.646 [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@5639c6fb: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
00:27:33.646 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:33.647 [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@75e3a5d5 
00:27:33.647 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:33.647 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:33.647 [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) 
00:27:33.647 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:33.647 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:33.647 [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) 
00:27:33.647 [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) 
00:27:33.647 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:33.648 [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) 
00:27:33.648 [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@153b0498] 
00:27:33.648 [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@279e693f] 
00:27:33.655 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
00:27:33.656 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
00:27:33.656 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
00:27:33.657 [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 {} 
00:27:33.657 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
00:27:33.658 [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) 
00:27:33.658 [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} 
00:27:33.659 [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.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2])=&simpleService2, Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested])=&nested}] 
00:27:33.659 [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] 
00:27:33.659 [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} 
00:27:33.659 [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} 
00:27:33.659 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
00:27:33.660 [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@341e72a] 
00:27:33.660 [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 [Thu May 09 00:27:33 UTC 2024]; root of context hierarchy] 
00:27:33.660 [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} 
00:27:33.660 [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} 
00:27:33.661 [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 
00:27:33.661 [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]
00:27:33.661 [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] 
00:27:33.661 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:27:33.662 [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 
00:27:33.662 [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) 
00:27:33.662 [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)] 
00:27:33.662 [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... 
00:27:33.662 [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 
00:27:33.662 [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)] 
00:27:33.663 [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)] 
00:27:33.663 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
00:27:33.663 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
00:27:33.663 [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@3a9f09f0 
00:27:33.663 [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) 
00:27:33.663 [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) 
00:27:33.663 [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 
00:27:33.663 [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 [Thu May 09 00:27:33 UTC 2024]; root of context hierarchy 
00:27:33.663 [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)] 
00:27:33.664 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:33.664 [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 
00:27:33.664 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:33.664 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
00:27:33.664 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1978869058/META-INF/spring/simpleservice-osgi.xml] 
00:27:33.666 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:33.666 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:33.667 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:33.667 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:33.676 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:33.677 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:33.681 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1978869058/META-INF/spring/simpleservice.xml] 
00:27:33.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:33.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:33.683 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:33.683 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:33.691 [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@5155a044: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
00:27:33.691 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:33.691 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:33.692 [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} 
00:27:33.692 [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] 
00:27:33.692 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:33.692 [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@5155a044: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
00:27:33.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:33.693 [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@75e3a5d5 
00:27:33.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:33.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:33.693 [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) 
00:27:33.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:33.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:33.693 [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) 
00:27:33.693 [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) 
00:27:33.693 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:33.693 [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) 
00:27:33.694 [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@1682efc2] 
00:27:33.694 [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@424740b2] 
00:27:33.695 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
00:27:33.695 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
00:27:33.695 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
00:27:33.695 [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 {} 
00:27:33.695 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
00:27:33.696 [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) 
00:27:33.696 [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} 
00:27:33.696 [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} 
00:27:33.696 [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} 
00:27:33.696 [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}] 
00:27:33.696 [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] 
00:27:33.697 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
00:27:33.697 [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@1929cf03] 
00:27:33.697 [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 [Thu May 09 00:27:33 UTC 2024]; root of context hierarchy] 
00:27:33.697 [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} 
00:27:33.698 [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} 
00:27:33.698 [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 
00:27:33.698 [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]
00:27:33.698 [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] 
00:27:33.698 [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)] 
00:27:33.699 [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 
00:27:33.699 [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) 
00:27:33.699 [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)] 
00:27:33.699 [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... 
00:27:33.699 [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 
00:27:33.699 [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)] 
00:27:33.700 [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)] 
00:27:33.700 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 4 
00:27:33.700 [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)] 
00:27:33.700 [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@3a9f09f0 
00:27:33.700 [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) 
00:27:33.700 [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) 
00:27:33.700 [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 [Thu May 09 00:27:33 UTC 2024]; root of context hierarchy 
00:27:33.700 [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 
00:27:33.700 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:33.700 [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)] 
00:27:33.701 [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 
00:27:33.701 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:33.701 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://22.fwk1978869058/META-INF/spring/factory-dependency.xml] 
00:27:33.701 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory 
00:27:33.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:33.703 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:33.703 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:33.736 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:33.745 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:33.745 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:33.749 [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@6b2d3080: defining beans [factory,factoryCreatedObjectExportedToOSGi]; root of factory hierarchy 
00:27:33.749 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:33.749 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:33.749 [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} 
00:27:33.749 [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] 
00:27:33.750 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:33.750 [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@6b2d3080: defining beans [factory,factoryCreatedObjectExportedToOSGi]; root of factory hierarchy] 
00:27:33.750 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:33.750 [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@75e3a5d5 
00:27:33.750 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:33.750 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:33.750 [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) 
00:27:33.750 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:33.751 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:33.751 [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) 
00:27:33.751 [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) 
00:27:33.751 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:33.751 [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) 
00:27:33.751 [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@2b642a5] 
00:27:33.751 [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@72ac3626] 
Delaying for:10000
00:27:43.753 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&factoryCreatedObjectExportedToOSGi] is being tracked for dependencies 
00:27:43.753 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [factoryCreatedObjectExportedToOSGi] depends (transitively) on the following importers:{} 
00:27:43.753 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [factoryCreatedObjectExportedToOSGi] depends on importers:[] 
00:27:43.754 [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 {} 
00:27:43.754 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
00:27:43.754 [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) 
00:27:43.754 [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} 
00:27:43.754 [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} 
00:27:43.754 [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 [{}] 
00:27:43.755 [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 [Thu May 09 00:27:31 UTC 2024]; root of context hierarchy] 
00:27:43.755 [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} 
00:27:43.755 [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) 
00:27:43.755 [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) 
00:27:43.755 [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) 
00:27:43.755 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:43.755 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [factoryCreatedObjectExportedToOSGi] started; all its dependencies are satisfied 
00:27:43.755 [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@21f7601c] 
00:27:43.755 [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 [Thu May 09 00:27:33 UTC 2024]; root of context hierarchy] 
00:27:43.756 [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} 
00:27:43.756 [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} 
00:27:43.756 [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 
00:27:43.756 [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]
00:27:43.756 [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] 
00:27:43.757 [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 
00:27:43.757 [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) 
00:27:43.757 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:43.757 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:43.757 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies 
00:27:43.761 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:43.766 [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 
00:27:43.767 [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 
00:27:43.767 [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 
00:27:43.767 [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 
00:27:43.767 [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 
00:27:43.768 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:43.769 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:43.769 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:43.769 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:43.770 [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@b63d0d4] 
00:27:43.770 [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@46db0903] 
00:27:43.771 [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))] 
00:27:43.772 [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}} 
00:27:43.772 [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 
00:27:43.772 [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 
00:27:43.772 [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 
00:27:43.773 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:27:43.773 [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 
00:27:43.773 [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 
00:27:43.773 [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 
00:27:43.774 [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 
00:27:43.774 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:27:43.774 [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 
00:27:43.774 [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 
00:27:43.774 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
00:27:43.775 [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 
00:27:43.775 [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))] 
00:27:43.775 [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}} 
00:27:43.775 [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 
00:27:43.775 [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 
00:27:43.776 [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)] 
00:27:43.776 [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}} 
00:27:43.776 [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 
00:27:43.776 [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 
00:27:43.776 [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 
00:27:43.777 [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} 
00:27:43.777 [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] 
00:27:43.779 [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 
00:27:43.780 [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 {} 
00:27:43.780 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}] 
00:27:43.780 [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 
00:27:43.780 [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@1bd5317e] 
00:27:43.780 [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 [Thu May 09 00:27:31 UTC 2024]; root of context hierarchy] 
00:27:43.781 [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} 
00:27:43.781 [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} 
00:27:43.781 [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 
00:27:43.781 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies 
00:27:43.781 [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] 
00:27:43.782 [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} 
00:27:43.782 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:43.783 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:440 - Reading OSGi results for test [testDependencies] 
00:27:43.783 [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: 13.016 sec - in org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest
00:27:43.786 [Thread-0]        INFO  o.e.g.b.i.d.FactoryDependencyTest:471 - Shutting down OSGi platform 
00:27:43.786 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:43.786 [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) 
00:27:43.786 [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]] 
00:27:43.787 [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 [Thu May 09 00:27:31 UTC 2024]; root of context hierarchy 
00:27:43.787 [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 [Thu May 09 00:27:31 UTC 2024]; root of context hierarchy] 
00:27:43.788 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:43.793 [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 
00:27:43.793 [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 
00:27:43.793 [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 
00:27:43.793 [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 
00:27:43.793 [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]] 
00:27:43.794 [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 
00:27:43.794 [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) 
00:27:43.795 [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@3a9f09f0 
00:27:43.795 [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) 
00:27:43.795 [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) 
00:27:43.795 [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) 
00:27:43.795 [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 [Thu May 09 00:27:33 UTC 2024]; root of context hierarchy 
00:27:43.795 [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 [Thu May 09 00:27:33 UTC 2024]; root of context hierarchy] 
00:27:43.796 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [factoryCreatedObjectExportedToOSGi] 
00:27:43.796 [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 
00:27:43.796 [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 
00:27:43.797 [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 
00:27:43.797 [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} 
00:27:43.798 [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}] 
00:27:43.798 [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}] 
00:27:43.798 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:43.799 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 3 
00:27:43.799 [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@3a9f09f0 
00:27:43.799 [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 
00:27:43.799 [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 
00:27:43.799 [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) 
00:27:43.799 [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@3a9f09f0 
00:27:43.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.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 
00:27:43.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.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 
00:27:43.800 [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) 
00:27:43.800 [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 [Thu May 09 00:27:33 UTC 2024]; root of context hierarchy 
00:27:43.800 [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 [Thu May 09 00:27:33 UTC 2024]; root of context hierarchy] 
00:27:43.800 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
00:27:43.800 [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 
00:27:43.801 [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 
00:27:43.801 [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 
00:27:43.801 [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}] 
00:27:43.801 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:43.801 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
00:27:43.801 [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@3a9f09f0 
00:27:43.801 [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 
00:27:43.802 [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 
00:27:43.802 [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) 
00:27:43.802 [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@3a9f09f0 
00:27:43.802 [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) 
00:27:43.802 [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) 
00:27:43.802 [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) 
00:27:43.802 [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 [Thu May 09 00:27:33 UTC 2024]; root of context hierarchy 
00:27:43.802 [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 [Thu May 09 00:27:33 UTC 2024]; root of context hierarchy] 
00:27:43.803 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
00:27:43.803 [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 
00:27:43.803 [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 
00:27:43.803 [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 
00:27:43.803 [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}] 
00:27:43.804 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:43.804 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:27:43.804 [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@3a9f09f0 
00:27:43.804 [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 
00:27:43.804 [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 
00:27:43.804 [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) 
00:27:43.804 [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@3a9f09f0 
00:27:43.804 [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) 
00:27:43.804 [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) 
00:27:43.804 [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) 
00:27:43.805 [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) 
00:27:43.805 [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 [Thu May 09 00:27:31 UTC 2024]; root of context hierarchy 
00:27:43.805 [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 [Thu May 09 00:27:31 UTC 2024]; root of context hierarchy] 
00:27:43.805 [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] 
00:27:43.805 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:43.806 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:27:43.806 [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@3a9f09f0 
00:27:43.806 [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 
00:27:43.806 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:43.806 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:43.806 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:43.806 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:43.806 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:43.806 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:43.807 [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@29b00c75 
00:27:43.807 [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@2777f733 
00:27:43.807 [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@23486705 
00:27:43.807 [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@664afd08 
00:27:43.807 [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 
00:27:43.807 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:27:43.808 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:27:43.808 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:44,404 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:44,473 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:44,475 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:44,487 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:44,508 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:44,509 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:44,513 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:44,518 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:27:44,527 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:44,527 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:44,537 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:44,537 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:44,537 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:44,537 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:44,537 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:44,537 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:44,537 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:44,537 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:44,537 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:44,538 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:44,538 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:44,538 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:44,538 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:44,538 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:44,538 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:44,538 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:44,538 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:44,539 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest
00:27:44.606 [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 
00:27:44.609 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:85 - Instantiating platform wrapper... 
00:27:44.610 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:215 - About to start Equinox OSGi Platform 
00:27:44.825 [main]            INFO  o.e.g.b.i.c.ConfigFileWithDotsTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:27:44.827 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:27:44.828 [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.1.BUILD-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} 
00:27:44.829 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:27:44.829 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:44.901 [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] 
00:27:44.909 [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] 
00:27:44.913 [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] 
00:27:44.914 [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] 
00:27:44.920 [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] 
00:27:44.925 [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] 
00:27:44.926 [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] 
00:27:44.943 [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] 
00:27:44.952 [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] 
00:27:44.966 [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] 
00:27:44.984 [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] 
00:27:44.989 [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] 
00:27:44.995 [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] 
00:27:45.006 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:45.008 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:45.014 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:45.017 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:45.038 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/config.file.with.dots.bundle/target/config-with-dots.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:45.050 [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] 
00:27:45.078 [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] 
00:27:45.078 [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] 
00:27:45.079 [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] 
00:27:45.079 [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] 
00:27:45.079 [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] 
00:27:45.079 [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] 
00:27:45.080 [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] 
00:27:45.080 [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] 
00:27:45.080 [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] 
00:27:45.081 [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] 
00:27:45.081 [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] 
00:27:45.081 [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] 
00:27:45.081 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:45.082 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:45.082 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:45,109 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:45,145 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:45,147 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:45,154 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:45,169 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:45,170 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:45,173 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:45,185 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@659499f1 - No compression will be used
00:27:45,189 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:45,189 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:45,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:45,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:45,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:45,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:45,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:45,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:45,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:45,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:45,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:45,191 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:45,191 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:45,191 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:45,191 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:45,191 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:45,191 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:45,191 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:45,192 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:45,192 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@59505b48 - Registering current configuration as safe fallback point
00:27:45.200 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:27:45.206 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:45.265 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:45.266 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:45.269 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:27:45.274 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:27:45.279 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:45.281 [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 
00:27:45.282 [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) 
00:27:45.282 [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)] 
00:27:45.282 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:45.282 [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 
00:27:45.283 [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) 
00:27:45.283 [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)] 
00:27:45.283 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:45.283 [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 
00:27:45.283 [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) 
00:27:45.284 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:45.284 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:45.284 [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 
00:27:45.284 [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) 
00:27:45.284 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:45.284 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:45.285 [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 
00:27:45.285 [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) 
00:27:45.285 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:45.285 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:45.286 [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 
00:27:45.286 [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) 
00:27:45.286 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:45.286 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:45.287 [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 
00:27:45.287 [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) 
00:27:45.287 [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)] 
00:27:45.287 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:45.288 [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 
00:27:45.288 [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) 
00:27:45.288 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:45.288 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:45.289 [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 
00:27:45.289 [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) 
00:27:45.289 [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)] 
00:27:45.289 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:45.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 
00:27:45.291 [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) 
00:27:45.291 [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)] 
00:27:45.291 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:45.292 [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 
00:27:45.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) 
00:27:45.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)] 
00:27:45.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)] 
00:27:45.293 [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 
00:27:45.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) 
00:27:45.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)] 
00:27:45.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)] 
00:27:45.294 [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 
00:27:45.295 [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) 
00:27:45.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)] 
00:27:45.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)] 
00:27:45.296 [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 
00:27:45.296 [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) 
00:27:45.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)] 
00:27:45.296 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:45.296 [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 
00:27:45.297 [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) 
00:27:45.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)] 
00:27:45.297 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:45.297 [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 
00:27:45.298 [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) 
00:27:45.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)] 
00:27:45.304 [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)] 
00:27:45.304 [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)] 
00:27:45.309 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:45.309 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:45.311 [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)] 
00:27:45.312 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:45.313 [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 
00:27:45.313 [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 
00:27:45.314 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:27:45.316 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:45.323 [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 
00:27:45.323 [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)] 
00:27:45.323 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:45.324 [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 
00:27:45.324 [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)] 
00:27:45.324 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:45.324 [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 
00:27:45.325 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:45.325 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:45.325 [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 
00:27:45.325 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:45.325 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:45.326 [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 
00:27:45.326 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:45.326 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:45.326 [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 
00:27:45.327 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:45.327 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:45.327 [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 
00:27:45.327 [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)] 
00:27:45.327 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:45.328 [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 
00:27:45.328 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:45.328 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:45.329 [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 
00:27:45.329 [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)] 
00:27:45.329 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:45.330 [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 
00:27:45.331 [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)] 
00:27:45.331 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:45.332 [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 
00:27:45.332 [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)] 
00:27:45.332 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:45.333 [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 
00:27:45.333 [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)] 
00:27:45.333 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:45.334 [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 
00:27:45.334 [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)] 
00:27:45.334 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:45.335 [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 
00:27:45.335 [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)] 
00:27:45.335 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:45.335 [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 
00:27:45.335 [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)] 
00:27:45.335 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:45.336 [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 
00:27:45.336 [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)] 
00:27:45.337 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:45.339 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:45.340 [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 
00:27:45.340 [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) 
00:27:45.340 [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)] 
00:27:45.340 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:45.341 [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 
00:27:45.341 [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)] 
00:27:45.341 [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/gemini-blueprint-equinox/integration-tests/bundles/config.file.with.dots.bundle/target/config-with-dots.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:45.341 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)] 
00:27:45.342 [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 
00:27:45.342 [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) 
00:27:45.342 [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)] 
00:27:45.347 [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... 
00:27:45.347 [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 
00:27:45.348 [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)] 
00:27:45.349 [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)] 
00:27:45.349 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:45.350 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)] 
00:27:45.350 [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@25f18077 
00:27:45.350 [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 
00:27:45.350 [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) 
00:27:45.350 [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)] 
00:27:45.350 [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) 
00:27:45.351 [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 [Thu May 09 00:27:45 UTC 2024]; root of context hierarchy 
00:27:45.352 [main]            INFO  o.e.g.b.i.c.ConfigFileWithDotsTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest-bundle.properties was not found; using defaults 
00:27:45.352 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:511 - Post processing: creating test bundle 
00:27:45.355 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:45.360 [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] 
00:27:45.361 [main]            INFO  o.e.g.b.i.c.ConfigFileWithDotsTest:202 - Automatically creating Manifest for the test bundle 
00:27:45.361 [main]            INFO  o.e.g.b.i.c.ConfigFileWithDotsTest:366 - Using the test class for generating bundle imports 
00:27:45.362 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
00:27:45.363 [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... 
00:27:45.365 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class ConfigFileWithDotsTest 
00:27:45.372 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:45.372 [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... 
00:27:45.372 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class BaseIntegrationTest 
00:27:45.375 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:45.375 [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... 
00:27:45.375 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:27:45.376 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1340565491/META-INF/spring/config.file.with.dots.xml] 
00:27:45.376 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:45.376 [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... 
00:27:45.376 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:27:45.377 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:27:45.377 [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 
00:27:45.377 [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} 
00:27:45.377 [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] 
00:27:45.377 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:27:45.377 [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] 
00:27:45.377 [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] 
00:27:45.378 [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]] 
00:27:45.378 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:27:45.378 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:27:45.378 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:27:45.378 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:27:45.378 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:27:45.378 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:27:45.378 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:27:45.378 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:45.378 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:45.378 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:45.379 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
00:27:45.379 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
00:27:45.379 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
00:27:45.379 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
00:27:45.379 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
00:27:45.379 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
00:27:45.379 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
00:27:45.379 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
00:27:45.379 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
00:27:45.379 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
00:27:45.384 [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 
00:27:45.384 [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.* 
00:27:45.387 [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)] 
00:27:45.387 [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 
00:27:45.387 [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) 
00:27:45.387 [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)] 
00:27:45.387 [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)] 
00:27:45.388 [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 
00:27:45.388 [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)] 
00:27:45.388 [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 
00:27:45.388 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:27:45.390 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:27:45.390 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:27:45.390 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:27:45.391 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:27:45.391 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:27:45.391 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:27:45.392 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:27:45.392 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:27:45.393 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:27:45.394 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:27:45.395 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:27:45.395 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:27:45.396 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:27:45.397 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:27:45.397 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:27:45.397 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:27:45.397 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:27:45.397 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:45.398 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1340565491/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:45.398 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:27:45.398 [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 
00:27:45.398 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:45.398 [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 
00:27:45.399 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:45.400 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:45.400 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config.with.dots 
00:27:45.526 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:45.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.fwk1340565491/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:45.555 [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@36fa59fa: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,area]; root of factory hierarchy 
00:27:45.561 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:45.561 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:45.561 [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} 
00:27:45.562 [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] 
00:27:45.568 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:45.570 [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@36fa59fa: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,area]; root of factory hierarchy] 
00:27:45.570 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:45.570 [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@5b58e7da 
00:27:45.570 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:45.570 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:45.570 [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) 
00:27:45.570 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:45.571 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:45.571 [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) 
00:27:45.571 [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) 
00:27:45.571 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:45.571 [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) 
00:27:45.573 [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@3126df2b] 
00:27:45.573 [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@219346d6] 
00:27:45.592 [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 
00:27:45.593 [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:{} 
00:27:45.593 [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:[] 
00:27:45.594 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class java.awt.geom.Area] classes {} 
00:27:45.594 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape}] 
00:27:45.595 [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 
00:27:45.596 [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@29c1291a] 
00:27:45.597 [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 [Thu May 09 00:27:45 UTC 2024]; root of context hierarchy] 
00:27:45.599 [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} 
00:27:45.599 [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} 
00:27:45.600 [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 
00:27:45.600 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config.with.dots 
00:27:45.600 [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. 
00:27:45.601 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:364 - Writing test name [testShapeServicePublished] to OSGi 
00:27:45.602 [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] 
00:27:45.608 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testShapeServicePublished] for execution inside OSGi 
00:27:45.609 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testShapeServicePublished] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4278284b 
00:27:45.609 [main]            INFO  o.e.g.b.i.c.ConfigFileWithDotsTest:190 - Loading context for locations:  
00:27:45.610 [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 [Thu May 09 00:27:45 UTC 2024]; root of context hierarchy 
00:27:45.610 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:27:45.610 [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@352c1b98: defining beans []; root of factory hierarchy 
00:27:45.610 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:45.610 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:45.611 [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} 
00:27:45.611 [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] 
00:27:45.611 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@48d61b48] 
00:27:45.611 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@68d279ec] 
00:27:45.611 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@258d79be] 
00:27:45.612 [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 [Thu May 09 00:27:45 UTC 2024]; root of context hierarchy] 
00:27:45.612 [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} 
00:27:45.612 [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} 
00:27:45.625 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:45.625 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:440 - Reading OSGi results for test [testShapeServicePublished] 
00:27:45.625 [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: 1.022 sec - in org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest
00:27:45.628 [Thread-0]        INFO  o.e.g.b.i.c.ConfigFileWithDotsTest:471 - Shutting down OSGi platform 
00:27:45.628 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:45.628 [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) 
00:27:45.629 [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]] 
00:27:45.629 [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 [Thu May 09 00:27:45 UTC 2024]; root of context hierarchy 
00:27:45.629 [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 [Thu May 09 00:27:45 UTC 2024]; root of context hierarchy] 
00:27:45.629 [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 
00:27:45.630 [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]] 
00:27:45.630 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:45.630 [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 
00:27:45.631 [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) 
00:27:45.631 [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@25f18077 
00:27:45.631 [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) 
00:27:45.631 [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) 
00:27:45.631 [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) 
00:27:45.631 [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 [Thu May 09 00:27:45 UTC 2024]; root of context hierarchy 
00:27:45.631 [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 [Thu May 09 00:27:45 UTC 2024]; root of context hierarchy] 
00:27:45.631 [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] 
00:27:45.632 [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}] 
00:27:45.632 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:45.633 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:27:45.633 [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@25f18077 
00:27:45.633 [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 
00:27:45.633 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:45.633 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:45.633 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:45.633 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:45.633 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:45.633 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:45.634 [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 
00:27:45.634 [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 
00:27:45.634 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:27:45.634 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:27:45.635 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:46,255 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:46,337 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:46,339 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:46,352 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:46,375 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:46,376 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:46,379 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:46,385 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:27:46,395 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:46,395 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:46,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:46,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:46,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:46,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:46,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:46,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
00:27:46,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
00:27:46,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:46,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:46,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:46,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:46,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:46,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:46,397 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:46,397 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:46,398 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:46,398 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:46,398 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest
00:27:46.480 [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 
00:27:46.483 [main]            TRACE o.e.g.b.i.c.NoPublishTest:85 - Instantiating platform wrapper... 
00:27:46.484 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:215 - About to start Equinox OSGi Platform 
00:27:46.718 [main]            INFO  o.e.g.b.i.c.NoPublishTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:27:46.721 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:27:46.721 [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.1.BUILD-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} 
00:27:46.722 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:27:46.723 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:46.791 [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] 
00:27:46.800 [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] 
00:27:46.803 [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] 
00:27:46.805 [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] 
00:27:46.810 [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] 
00:27:46.815 [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] 
00:27:46.817 [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] 
00:27:46.840 [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] 
00:27:46.846 [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] 
00:27:46.854 [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] 
00:27:46.864 [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] 
00:27:46.867 [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] 
00:27:46.871 [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] 
00:27:46.878 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:46.879 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:46.883 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:46.885 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:46.895 [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] 
00:27:46.912 [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] 
00:27:46.913 [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] 
00:27:46.936 [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] 
00:27:46.937 [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] 
00:27:46.937 [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] 
00:27:46.937 [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] 
00:27:46.938 [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] 
00:27:46.938 [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] 
00:27:46.938 [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] 
00:27:46.938 [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] 
00:27:46.939 [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] 
00:27:46.939 [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] 
00:27:46.939 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:46.939 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:46.940 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:46,966 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:46,989 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:46,990 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:46,997 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:47,011 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:47,012 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:47,015 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:47,020 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@290222c1 - No compression will be used
00:27:47,023 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:47,023 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:47,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:47,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:47,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:47,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:47,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:47,025 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:47,025 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:47,025 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:47,025 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:47,025 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:47,025 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:47,025 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:47,025 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:47,025 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:47,025 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:47,026 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:47,026 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:47,026 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55634720 - Registering current configuration as safe fallback point
00:27:47.044 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:27:47.051 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:47.108 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:47.108 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:47.111 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:27:47.113 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:27:47.116 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:47.118 [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 
00:27:47.118 [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) 
00:27:47.118 [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)] 
00:27:47.118 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:47.119 [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 
00:27:47.119 [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) 
00:27:47.119 [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)] 
00:27:47.119 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:47.120 [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 
00:27:47.120 [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) 
00:27:47.120 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:47.120 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:47.120 [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 
00:27:47.120 [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) 
00:27:47.121 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:47.121 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:47.121 [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 
00:27:47.121 [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) 
00:27:47.121 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:47.121 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:47.122 [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 
00:27:47.122 [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) 
00:27:47.122 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:47.122 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:47.122 [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 
00:27:47.122 [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) 
00:27:47.123 [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)] 
00:27:47.123 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:47.123 [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 
00:27:47.124 [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) 
00:27:47.124 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:47.124 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:47.124 [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 
00:27:47.125 [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) 
00:27:47.125 [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)] 
00:27:47.125 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:47.126 [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 
00:27:47.126 [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) 
00:27:47.126 [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)] 
00:27:47.126 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:47.127 [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 
00:27:47.128 [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) 
00:27:47.128 [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)] 
00:27:47.128 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:47.128 [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 
00:27:47.128 [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) 
00:27:47.128 [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)] 
00:27:47.128 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:47.129 [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 
00:27:47.129 [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) 
00:27:47.129 [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)] 
00:27:47.133 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:47.133 [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 
00:27:47.133 [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) 
00:27:47.134 [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)] 
00:27:47.134 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:47.134 [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 
00:27:47.134 [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) 
00:27:47.134 [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)] 
00:27:47.134 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:47.135 [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 
00:27:47.135 [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) 
00:27:47.135 [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)] 
00:27:47.141 [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)] 
00:27:47.141 [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)] 
00:27:47.145 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:47.145 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:47.147 [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)] 
00:27:47.148 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:47.149 [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@2462cb01 w/ reference null 
00:27:47.149 [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@2462cb01 w/ reference null 
00:27:47.149 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:27:47.151 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:47.167 [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 
00:27:47.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)] 
00:27:47.169 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:47.170 [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 
00:27:47.170 [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)] 
00:27:47.170 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:47.170 [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 
00:27:47.170 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:47.171 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:47.171 [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 
00:27:47.171 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:47.171 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:47.172 [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 
00:27:47.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)] 
00:27:47.173 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:47.173 [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 
00:27:47.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)] 
00:27:47.173 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:47.174 [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 
00:27:47.174 [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)] 
00:27:47.174 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:47.175 [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 
00:27:47.175 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:47.176 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:47.177 [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 
00:27:47.177 [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)] 
00:27:47.177 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:47.179 [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 
00:27:47.179 [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)] 
00:27:47.179 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:47.181 [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 
00:27:47.181 [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)] 
00:27:47.181 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:47.182 [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 
00:27:47.182 [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)] 
00:27:47.182 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:47.183 [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 
00:27:47.183 [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)] 
00:27:47.183 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:47.184 [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 
00:27:47.184 [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)] 
00:27:47.185 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:47.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 
00:27:47.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)] 
00:27:47.185 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:47.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 
00:27:47.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)] 
00:27:47.187 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:47.191 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:47.192 [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 
00:27:47.192 [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) 
00:27:47.192 [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)] 
00:27:47.192 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:47.193 [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 
00:27:47.193 [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)] 
00:27:47.195 [main]            INFO  o.e.g.b.i.c.NoPublishTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest-bundle.properties was not found; using defaults 
00:27:47.195 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:511 - Post processing: creating test bundle 
00:27:47.205 [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] 
00:27:47.205 [main]            INFO  o.e.g.b.i.c.NoPublishTest:202 - Automatically creating Manifest for the test bundle 
00:27:47.206 [main]            INFO  o.e.g.b.i.c.NoPublishTest:366 - Using the test class for generating bundle imports 
00:27:47.207 [main]            TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
00:27:47.208 [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... 
00:27:47.210 [main]            TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class NoPublishTest 
00:27:47.218 [main]            TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
00:27:47.219 [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... 
00:27:47.219 [main]            TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BehaviorBaseTest 
00:27:47.220 [main]            TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:47.220 [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... 
00:27:47.220 [main]            TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BaseIntegrationTest 
00:27:47.222 [main]            TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:47.223 [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... 
00:27:47.223 [main]            TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:27:47.224 [main]            TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:47.224 [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... 
00:27:47.224 [main]            TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:27:47.224 [main]            TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:27:47.225 [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 
00:27:47.225 [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} 
00:27:47.225 [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] 
00:27:47.225 [main]            TRACE o.e.g.b.i.c.NoPublishTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:27:47.225 [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] 
00:27:47.226 [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] 
00:27:47.226 [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]] 
00:27:47.226 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:27:47.226 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:27:47.226 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:27:47.226 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:27:47.226 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:27:47.226 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:27:47.227 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:27:47.227 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:47.227 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:47.227 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:47.227 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
00:27:47.227 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
00:27:47.227 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
00:27:47.227 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
00:27:47.227 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
00:27:47.227 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
00:27:47.227 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
00:27:47.228 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
00:27:47.228 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
00:27:47.228 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
00:27:47.234 [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 
00:27:47.234 [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.* 
00:27:47.237 [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)] 
00:27:47.238 [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 
00:27:47.238 [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) 
00:27:47.238 [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)] 
00:27:47.238 [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)] 
00:27:47.239 [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 
00:27:47.239 [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)] 
00:27:47.239 [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 
00:27:47.239 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:27:47.241 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:27:47.242 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:27:47.242 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:27:47.242 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:27:47.243 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:27:47.243 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:27:47.244 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:27:47.245 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:27:47.246 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:27:47.247 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:27:47.250 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:27:47.250 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:27:47.251 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:27:47.252 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:27:47.252 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:27:47.253 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:27:47.253 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:27:47.254 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:27:47.254 [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. 
00:27:47.255 [main]            TRACE o.e.g.b.i.c.NoPublishTest:364 - Writing test name [testBehaviour] to OSGi 
00:27:47.264 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 
00:27:47.265 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 
00:27:47.265 [main]            INFO  o.e.g.b.i.c.NoPublishTest:190 - Loading context for locations:  
00:27:47.272 [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 [Thu May 09 00:27:47 UTC 2024]; root of context hierarchy 
00:27:47.276 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:27:47.290 [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@36a5cabc: defining beans []; root of factory hierarchy 
00:27:47.297 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:47.297 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:47.298 [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} 
00:27:47.298 [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] 
00:27:47.301 [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] 
00:27:47.301 [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] 
00:27:47.303 [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] 
00:27:47.305 [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 [Thu May 09 00:27:47 UTC 2024]; root of context hierarchy] 
00:27:47.307 [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} 
00:27:47.308 [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} 
00:27:47.336 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:47.345 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 
00:27:47.345 [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 
00:27:47.346 [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) 
00:27:47.346 [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)] 
00:27:47.346 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle nopublish is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:27:47.347 [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 
00:27:47.347 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 
00:27:47.349 [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)] 
00:27:47.349 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:47.350 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 
00:27:47.350 [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@656b023d 
00:27:47.350 [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 
00:27:47.350 [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) 
00:27:47.350 [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)] 
00:27:47.350 [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) 
00:27:47.351 [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 [Thu May 09 00:27:47 UTC 2024]; root of context hierarchy 
00:27:47.358 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk671467883/META-INF/spring/context.xml] 
00:27:47.437 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:47.438 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk671467883/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:47.439 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:47.439 [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.fwk671467883/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:47.483 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:47.483 [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.fwk671467883/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:47.508 [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@31b7c7e7: defining beans [point,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 
00:27:47.509 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:47.509 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:47.509 [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} 
00:27:47.509 [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] 
00:27:47.514 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:47.516 [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@31b7c7e7: defining beans [point,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 
00:27:47.516 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:47.516 [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@71f855b 
00:27:47.517 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:47.517 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:47.517 [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) 
00:27:47.517 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:47.517 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:47.517 [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) 
00:27:47.517 [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) 
00:27:47.517 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:47.518 [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) 
00:27:47.518 [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@1ba7fbd2] 
00:27:47.518 [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@1bf1c5e2] 
00:27:47.545 [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 
00:27:47.545 [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:{} 
00:27:47.546 [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:[] 
00:27:47.546 [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} 
00:27:47.546 [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}] 
00:27:47.547 [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 
00:27:47.547 [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@5e21504] 
00:27:47.548 [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 [Thu May 09 00:27:47 UTC 2024]; root of context hierarchy] 
00:27:47.548 [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) 
00:27:47.550 [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] 
00:27:48.351 [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 
00:27:48.352 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:48.352 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.nopublish 
00:27:50.353 [main]            WARN  o.e.g.b.i.c.NoPublishTest:168 - Waiting for applicationContext for bundle=org.springframework.osgi.iandt.config-opt.nopublish timed out 
00:27:50.353 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:50.354 [main]            TRACE o.e.g.b.i.c.NoPublishTest:440 - Reading OSGi results for test [testBehaviour] 
00:27:50.354 [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: 3.877 sec - in org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest
00:27:50.358 [Thread-0]        INFO  o.e.g.b.i.c.NoPublishTest:471 - Shutting down OSGi platform 
00:27:50.358 [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) 
00:27:50.358 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:50.358 [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 [Thu May 09 00:27:47 UTC 2024]; root of context hierarchy 
00:27:50.358 [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]] 
00:27:50.358 [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 [Thu May 09 00:27:47 UTC 2024]; root of context hierarchy] 
00:27:50.359 [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 
00:27:50.360 [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]] 
00:27:50.360 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:50.360 [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 
00:27:50.361 [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) 
00:27:50.361 [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@656b023d 
00:27:50.361 [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) 
00:27:50.361 [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) 
00:27:50.361 [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 [Thu May 09 00:27:47 UTC 2024]; root of context hierarchy 
00:27:50.361 [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 [Thu May 09 00:27:47 UTC 2024]; root of context hierarchy] 
00:27:50.362 [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] 
00:27:50.362 [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}] 
00:27:50.362 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:50.363 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:27:50.363 [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@656b023d 
00:27:50.363 [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 
00:27:50.363 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:50.363 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:50.364 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:50.364 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:50.364 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:50.364 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:50.365 [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@36466ab8 
00:27:50.365 [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 
00:27:50.365 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:27:50.365 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:27:50.366 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:50,981 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:51,059 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:51,061 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:51,074 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:51,095 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:51,096 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:51,099 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:51,105 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:27:51,114 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:51,114 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:51,115 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:51,115 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:51,116 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:51,116 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:51,116 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:51,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
00:27:51,116 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:51,116 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:51,116 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:51,116 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:51,116 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:51,116 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:51,117 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:51,117 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:51,117 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:51,117 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:51,117 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:51,118 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest
00:27:51.200 [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 
00:27:51.203 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:85 - Instantiating platform wrapper... 
00:27:51.204 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:215 - About to start Equinox OSGi Platform 
00:27:51.421 [main]            INFO  o.e.g.b.i.configopt.SyncWaitTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:27:51.424 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:27:51.425 [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.1.BUILD-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} 
00:27:51.426 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:27:51.426 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:51.495 [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] 
00:27:51.503 [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] 
00:27:51.507 [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] 
00:27:51.508 [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] 
00:27:51.514 [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] 
00:27:51.519 [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] 
00:27:51.520 [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] 
00:27:51.537 [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] 
00:27:51.543 [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] 
00:27:51.552 [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] 
00:27:51.561 [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] 
00:27:51.564 [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] 
00:27:51.569 [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] 
00:27:51.575 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:51.577 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:51.580 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:51.582 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:51.593 [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] 
00:27:51.611 [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] 
00:27:51.611 [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] 
00:27:51.636 [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] 
00:27:51.637 [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] 
00:27:51.637 [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] 
00:27:51.637 [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] 
00:27:51.638 [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] 
00:27:51.638 [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] 
00:27:51.638 [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] 
00:27:51.638 [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] 
00:27:51.639 [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] 
00:27:51.639 [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] 
00:27:51.639 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:51.639 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:51.640 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:51,666 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:51,688 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:51,690 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:51,696 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:51,711 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:51,712 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:51,715 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:51,719 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@290222c1 - No compression will be used
00:27:51,723 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:51,723 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:51,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:51,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:51,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:51,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:51,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:51,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:51,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:51,731 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:51,732 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:51,732 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:51,732 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:51,732 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:51,732 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:51,732 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:51,732 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:51,733 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:51,733 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:51,733 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55634720 - Registering current configuration as safe fallback point
00:27:51.741 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:27:51.747 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:51.804 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:51.804 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:51.807 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:27:51.809 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:27:51.812 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:51.815 [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 
00:27:51.815 [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) 
00:27:51.815 [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)] 
00:27:51.815 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:51.816 [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 
00:27:51.816 [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) 
00:27:51.816 [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)] 
00:27:51.816 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:51.816 [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 
00:27:51.817 [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) 
00:27:51.817 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:51.817 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:51.817 [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 
00:27:51.817 [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) 
00:27:51.817 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:51.818 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:51.818 [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 
00:27:51.818 [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) 
00:27:51.818 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:51.818 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:51.819 [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 
00:27:51.819 [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) 
00:27:51.819 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:51.819 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:51.820 [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 
00:27:51.820 [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) 
00:27:51.820 [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)] 
00:27:51.820 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:51.821 [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 
00:27:51.821 [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) 
00:27:51.821 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:51.821 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:51.822 [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 
00:27:51.822 [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) 
00:27:51.822 [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)] 
00:27:51.822 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:51.823 [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 
00:27:51.824 [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) 
00:27:51.824 [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)] 
00:27:51.824 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:51.825 [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 
00:27:51.825 [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) 
00:27:51.825 [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)] 
00:27:51.825 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:51.826 [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 
00:27:51.826 [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) 
00:27:51.826 [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)] 
00:27:51.826 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:51.827 [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 
00:27:51.827 [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) 
00:27:51.827 [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)] 
00:27:51.830 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:51.831 [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 
00:27:51.831 [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) 
00:27:51.831 [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)] 
00:27:51.832 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:51.832 [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 
00:27:51.832 [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) 
00:27:51.832 [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)] 
00:27:51.832 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:51.833 [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 
00:27:51.833 [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) 
00:27:51.833 [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)] 
00:27:51.839 [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)] 
00:27:51.839 [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)] 
00:27:51.843 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:51.843 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:51.845 [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)] 
00:27:51.846 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:51.846 [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@2462cb01 w/ reference null 
00:27:51.847 [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@2462cb01 w/ reference null 
00:27:51.847 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:27:51.849 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:51.856 [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 
00:27:51.856 [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)] 
00:27:51.856 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:51.857 [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 
00:27:51.857 [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)] 
00:27:51.857 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:51.858 [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 
00:27:51.858 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:51.858 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:51.858 [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 
00:27:51.858 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:51.858 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:51.859 [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 
00:27:51.859 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:51.859 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:51.860 [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 
00:27:51.860 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:51.860 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:51.864 [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 
00:27:51.864 [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)] 
00:27:51.864 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:51.865 [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 
00:27:51.865 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:51.866 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:51.866 [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 
00:27:51.867 [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)] 
00:27:51.867 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:51.868 [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 
00:27:51.868 [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)] 
00:27:51.868 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:51.869 [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 
00:27:51.870 [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)] 
00:27:51.870 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:51.870 [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 
00:27:51.870 [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)] 
00:27:51.871 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:51.871 [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 
00:27:51.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)] 
00:27:51.872 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:51.872 [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 
00:27:51.873 [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)] 
00:27:51.873 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:51.873 [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 
00:27:51.873 [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)] 
00:27:51.873 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:51.874 [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 
00:27:51.875 [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)] 
00:27:51.875 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:51.878 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:51.879 [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 
00:27:51.879 [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) 
00:27:51.879 [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)] 
00:27:51.879 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:51.880 [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 
00:27:51.880 [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)] 
00:27:51.882 [main]            INFO  o.e.g.b.i.configopt.SyncWaitTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest-bundle.properties was not found; using defaults 
00:27:51.882 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:511 - Post processing: creating test bundle 
00:27:51.890 [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] 
00:27:51.891 [main]            INFO  o.e.g.b.i.configopt.SyncWaitTest:202 - Automatically creating Manifest for the test bundle 
00:27:51.891 [main]            INFO  o.e.g.b.i.configopt.SyncWaitTest:366 - Using the test class for generating bundle imports 
00:27:51.892 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
00:27:51.893 [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... 
00:27:51.895 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class SyncWaitTest 
00:27:51.902 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
00:27:51.902 [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... 
00:27:51.903 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BehaviorBaseTest 
00:27:51.903 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:51.903 [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... 
00:27:51.904 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BaseIntegrationTest 
00:27:51.906 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:51.906 [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... 
00:27:51.906 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:27:51.907 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:51.907 [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... 
00:27:51.907 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:27:51.907 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:27:51.907 [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 
00:27:51.908 [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} 
00:27:51.908 [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] 
00:27:51.908 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:27:51.908 [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] 
00:27:51.908 [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] 
00:27:51.909 [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]] 
00:27:51.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:27:51.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:27:51.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:27:51.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:27:51.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:27:51.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:27:51.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:27:51.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:51.910 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:51.910 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:51.910 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
00:27:51.910 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
00:27:51.910 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
00:27:51.910 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
00:27:51.910 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
00:27:51.910 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
00:27:51.910 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
00:27:51.910 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
00:27:51.911 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
00:27:51.911 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
00:27:51.915 [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 
00:27:51.916 [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.* 
00:27:51.918 [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)] 
00:27:51.918 [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 
00:27:51.918 [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) 
00:27:51.919 [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)] 
00:27:51.919 [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)] 
00:27:51.919 [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 
00:27:51.919 [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)] 
00:27:51.920 [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 
00:27:51.920 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:27:51.921 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:27:51.922 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:27:51.922 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:27:51.922 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:27:51.923 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:27:51.923 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:27:51.923 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:27:51.924 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:27:51.924 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:27:51.925 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:27:51.937 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:27:51.937 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:27:51.938 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:27:51.938 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:27:51.938 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:27:51.939 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:27:51.939 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:27:51.940 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:27:51.940 [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. 
00:27:51.940 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:364 - Writing test name [testBehaviour] to OSGi 
00:27:51.949 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 
00:27:51.949 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 
00:27:51.949 [main]            INFO  o.e.g.b.i.configopt.SyncWaitTest:190 - Loading context for locations:  
00:27:51.955 [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 [Thu May 09 00:27:51 UTC 2024]; root of context hierarchy 
00:27:51.959 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:27:51.971 [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@36a5cabc: defining beans []; root of factory hierarchy 
00:27:51.977 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:51.977 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:51.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} 
00:27:51.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] 
00:27:51.980 [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] 
00:27:51.981 [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] 
00:27:51.982 [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] 
00:27:51.985 [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 [Thu May 09 00:27:51 UTC 2024]; root of context hierarchy] 
00:27:51.986 [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} 
00:27:51.987 [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} 
00:27:52.009 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:52.017 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
00:27:52.017 [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 
00:27:52.017 [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) 
00:27:52.018 [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)] 
00:27:52.018 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:27:52.019 [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 
00:27:52.019 [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)] 
00:27:52.021 [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)] 
00:27:52.021 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:52.021 [main]            TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1921ad94 
00:27:52.021 [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) 
00:27:52.021 [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) 
00:27:52.022 [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 [Thu May 09 00:27:52 UTC 2024]; root of context hierarchy 
00:27:52.022 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:52.037 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk671467883/META-INF/spring/context.xml] 
00:27:52.152 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:52.153 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk671467883/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:52.154 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:52.154 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:52.195 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:52.196 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:52.242 [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@495fac5f: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 
00:27:52.243 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:52.243 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:52.243 [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} 
00:27:52.244 [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] 
00:27:52.248 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:52.250 [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@495fac5f: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 
00:27:52.251 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:52.251 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@604c5de8 
00:27:52.251 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:52.252 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:52.252 [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) 
00:27:52.252 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:52.252 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:52.252 [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) 
00:27:52.252 [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) 
00:27:52.253 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:52.253 [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) 
00:27:52.254 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2a640157] 
00:27:52.254 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@52851b44] 
00:27:52.266 [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 
00:27:52.267 [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:{} 
00:27:52.267 [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:[] 
00:27:52.267 [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} 
00:27:52.268 [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}] 
00:27:52.269 [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 
00:27:52.269 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@613a8ee1] 
00:27:52.269 [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 [Thu May 09 00:27:52 UTC 2024]; root of context hierarchy] 
00:27:52.270 [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} 
00:27:52.270 [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} 
00:27:52.272 [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] 
00:27:52.273 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
00:27:52.274 [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 
00:27:52.274 [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)] 
00:27:52.278 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 
00:27:52.278 [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 
00:27:52.278 [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) 
00:27:52.279 [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)] 
00:27:52.279 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-wait is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:27:52.279 [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 
00:27:52.279 [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)] 
00:27:52.279 [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)] 
00:27:52.279 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:27:52.280 [main]            TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1921ad94 
00:27:52.280 [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) 
00:27:52.280 [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) 
00:27:52.280 [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 [Thu May 09 00:27:52 UTC 2024]; root of context hierarchy 
00:27:52.280 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:52.281 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk671467883/META-INF/spring/context.xml] 
00:27:52.283 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:52.283 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk671467883/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:52.284 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:52.284 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:52.299 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:52.300 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:52.306 [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@19648c40: defining beans [shape]; root of factory hierarchy 
00:27:52.306 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:52.306 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:52.306 [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} 
00:27:52.307 [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] 
00:27:52.307 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:52.307 [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@19648c40: defining beans [shape]; root of factory hierarchy] 
00:27:52.308 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:52.308 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@604c5de8 
00:27:52.308 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&shape] 
00:27:52.308 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:52.311 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
00:27:52.311 [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)] 
00:27:52.311 [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] 
00:27:52.312 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&shape] is already satisfied 
00:27:52.312 [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) 
00:27:52.312 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&shape] 
00:27:52.312 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:52.313 [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) 
00:27:52.313 [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) 
00:27:52.313 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:52.313 [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) 
00:27:52.313 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:52.317 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:52.323 [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 
00:27:52.323 [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 
00:27:52.323 [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 
00:27:52.324 [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 
00:27:52.324 [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 
00:27:52.337 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2e61d218] 
00:27:52.337 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3569fc08] 
00:27:52.338 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
00:27:52.338 [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}} 
00:27:52.339 [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 
00:27:52.339 [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 
00:27:52.339 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@54a67a45] 
00:27:52.339 [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 [Thu May 09 00:27:52 UTC 2024]; root of context hierarchy] 
00:27:52.340 [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} 
00:27:52.340 [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} 
00:27:52.341 [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] 
00:27:52.341 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 
00:27:52.341 [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 
00:27:52.341 [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)] 
00:27:52.342 [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 
00:27:52.342 [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}} 
00:27:52.342 [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 
00:27:52.343 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-wait 
00:27:52.343 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-wait 
00:27:52.343 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:52.343 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:440 - Reading OSGi results for test [testBehaviour] 
00:27:52.344 [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: 1.147 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest
00:27:52.347 [Thread-0]        INFO  o.e.g.b.i.configopt.SyncWaitTest:471 - Shutting down OSGi platform 
00:27:52.347 [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) 
00:27:52.347 [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 [Thu May 09 00:27:51 UTC 2024]; root of context hierarchy 
00:27:52.347 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:52.347 [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 [Thu May 09 00:27:51 UTC 2024]; root of context hierarchy] 
00:27:52.347 [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]] 
00:27:52.348 [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 
00:27:52.348 [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 
00:27:52.348 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:52.348 [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]] 
00:27:52.349 [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 
00:27:52.350 [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) 
00:27:52.350 [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@1921ad94 
00:27:52.350 [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) 
00:27:52.350 [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) 
00:27:52.350 [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) 
00:27:52.350 [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 [Thu May 09 00:27:52 UTC 2024]; root of context hierarchy 
00:27:52.350 [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 [Thu May 09 00:27:52 UTC 2024]; root of context hierarchy] 
00:27:52.350 [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 
00:27:52.351 [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 
00:27:52.351 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:52.351 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:27:52.351 [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@1921ad94 
00:27:52.351 [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 
00:27:52.352 [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 
00:27:52.352 [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) 
00:27:52.352 [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@1921ad94 
00:27:52.352 [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) 
00:27:52.352 [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) 
00:27:52.352 [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) 
00:27:52.352 [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 [Thu May 09 00:27:52 UTC 2024]; root of context hierarchy 
00:27:52.352 [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 [Thu May 09 00:27:52 UTC 2024]; root of context hierarchy] 
00:27:52.352 [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] 
00:27:52.353 [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}] 
00:27:52.353 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:52.353 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:27:52.353 [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@1921ad94 
00:27:52.353 [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 
00:27:52.353 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:52.353 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:52.353 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:52.353 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:52.353 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:52.353 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:52.354 [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@58c4d06b 
00:27:52.354 [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@56032503 
00:27:52.354 [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 
00:27:52.354 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:27:52.355 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:27:52.355 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:52,963 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:53,039 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:53,041 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:53,054 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:53,075 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:53,077 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:53,080 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:53,085 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:27:53,094 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:53,094 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:53,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:53,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:53,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:53,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:53,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:53,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:53,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:53,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:53,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:53,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:53,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:53,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:53,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:53,097 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:53,097 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:53,097 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:53,097 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:53,098 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest
00:27:53.180 [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 
00:27:53.184 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:85 - Instantiating platform wrapper... 
00:27:53.184 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:215 - About to start Equinox OSGi Platform 
00:27:53.422 [main]            INFO  o.e.g.b.i.c.AsyncWaitTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:27:53.424 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:27:53.425 [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.1.BUILD-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} 
00:27:53.426 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:27:53.427 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:53.496 [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] 
00:27:53.505 [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] 
00:27:53.508 [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] 
00:27:53.510 [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] 
00:27:53.515 [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] 
00:27:53.520 [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] 
00:27:53.521 [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] 
00:27:53.537 [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] 
00:27:53.542 [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] 
00:27:53.551 [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] 
00:27:53.562 [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] 
00:27:53.565 [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] 
00:27:53.569 [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] 
00:27:53.576 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:53.577 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:53.581 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:53.583 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:53.594 [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] 
00:27:53.612 [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] 
00:27:53.612 [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] 
00:27:53.612 [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] 
00:27:53.612 [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] 
00:27:53.613 [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] 
00:27:53.613 [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] 
00:27:53.613 [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] 
00:27:53.613 [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] 
00:27:53.614 [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] 
00:27:53.614 [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] 
00:27:53.614 [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] 
00:27:53.614 [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] 
00:27:53.614 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:53.615 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:53.615 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:53,662 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:53,684 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:53,685 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:53,692 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:53,707 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:53,708 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:53,711 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:53,715 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@290222c1 - No compression will be used
00:27:53,718 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:53,719 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:53,719 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:53,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:53,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:53,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:53,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:53,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:53,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:53,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:53,727 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:53,727 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:53,727 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:53,728 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:53,728 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:53,728 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:53,728 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:53,728 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:53,728 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:53,729 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55634720 - Registering current configuration as safe fallback point
00:27:53.737 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:27:53.743 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:53.800 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:53.801 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:53.804 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:27:53.806 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:27:53.809 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:53.811 [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 
00:27:53.812 [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) 
00:27:53.812 [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)] 
00:27:53.812 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:53.813 [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 
00:27:53.813 [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) 
00:27:53.813 [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)] 
00:27:53.813 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:53.813 [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 
00:27:53.813 [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) 
00:27:53.813 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:53.814 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:53.814 [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 
00:27:53.814 [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) 
00:27:53.814 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:53.814 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:53.815 [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 
00:27:53.815 [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) 
00:27:53.815 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:53.815 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:53.815 [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 
00:27:53.815 [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) 
00:27:53.816 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:53.816 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:53.816 [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 
00:27:53.816 [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) 
00:27:53.816 [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)] 
00:27:53.816 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:53.817 [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 
00:27:53.817 [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) 
00:27:53.817 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:53.818 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:53.818 [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 
00:27:53.818 [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) 
00:27:53.818 [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)] 
00:27:53.819 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:53.820 [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 
00:27:53.820 [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) 
00:27:53.820 [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)] 
00:27:53.820 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:53.821 [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 
00:27:53.821 [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) 
00:27:53.821 [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)] 
00:27:53.822 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:53.822 [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 
00:27:53.822 [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) 
00:27:53.822 [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)] 
00:27:53.822 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:53.823 [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 
00:27:53.823 [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) 
00:27:53.823 [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)] 
00:27:53.826 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:53.827 [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 
00:27:53.827 [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) 
00:27:53.827 [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)] 
00:27:53.828 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:53.828 [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 
00:27:53.828 [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) 
00:27:53.828 [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)] 
00:27:53.828 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:53.828 [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 
00:27:53.829 [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) 
00:27:53.829 [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)] 
00:27:53.834 [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)] 
00:27:53.835 [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)] 
00:27:53.838 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:53.839 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:53.841 [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)] 
00:27:53.842 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:53.842 [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@2462cb01 w/ reference null 
00:27:53.843 [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@2462cb01 w/ reference null 
00:27:53.843 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:27:53.845 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:53.852 [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 
00:27:53.856 [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)] 
00:27:53.856 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:53.857 [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 
00:27:53.857 [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)] 
00:27:53.857 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:53.857 [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 
00:27:53.858 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:53.858 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:53.858 [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 
00:27:53.858 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:53.858 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:53.859 [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 
00:27:53.859 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:53.859 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:53.859 [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 
00:27:53.860 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:53.860 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:53.860 [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 
00:27:53.860 [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)] 
00:27:53.860 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:53.861 [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 
00:27:53.861 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:53.861 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:53.862 [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 
00:27:53.862 [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)] 
00:27:53.862 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:53.864 [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 
00:27:53.864 [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)] 
00:27:53.864 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:53.865 [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 
00:27:53.865 [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)] 
00:27:53.865 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:53.866 [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 
00:27:53.866 [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)] 
00:27:53.866 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:53.867 [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 
00:27:53.867 [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)] 
00:27:53.867 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:53.868 [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 
00:27:53.868 [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)] 
00:27:53.868 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:53.868 [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 
00:27:53.868 [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)] 
00:27:53.868 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:53.869 [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 
00:27:53.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)] 
00:27:53.870 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:53.874 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:53.874 [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 
00:27:53.874 [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) 
00:27:53.874 [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)] 
00:27:53.874 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:53.875 [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 
00:27:53.875 [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)] 
00:27:53.877 [main]            INFO  o.e.g.b.i.c.AsyncWaitTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest-bundle.properties was not found; using defaults 
00:27:53.877 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:511 - Post processing: creating test bundle 
00:27:53.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.configopt] 
00:27:53.885 [main]            INFO  o.e.g.b.i.c.AsyncWaitTest:202 - Automatically creating Manifest for the test bundle 
00:27:53.886 [main]            INFO  o.e.g.b.i.c.AsyncWaitTest:366 - Using the test class for generating bundle imports 
00:27:53.887 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
00:27:53.887 [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... 
00:27:53.890 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class AsyncWaitTest 
00:27:53.897 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
00:27:53.897 [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... 
00:27:53.897 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BehaviorBaseTest 
00:27:53.898 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:53.898 [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... 
00:27:53.898 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BaseIntegrationTest 
00:27:53.900 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:53.900 [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... 
00:27:53.901 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:27:53.901 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:53.901 [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... 
00:27:53.902 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:27:53.902 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:27:53.902 [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 
00:27:53.902 [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} 
00:27:53.902 [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] 
00:27:53.902 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:27:53.903 [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] 
00:27:53.903 [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] 
00:27:53.903 [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]] 
00:27:53.903 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:27:53.903 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:27:53.903 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:27:53.903 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:27:53.903 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:27:53.903 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:27:53.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:27:53.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:53.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:53.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:53.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
00:27:53.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
00:27:53.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
00:27:53.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
00:27:53.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
00:27:53.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
00:27:53.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
00:27:53.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
00:27:53.905 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
00:27:53.905 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
00:27:53.909 [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 
00:27:53.910 [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.* 
00:27:53.912 [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)] 
00:27:53.912 [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 
00:27:53.913 [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) 
00:27:53.913 [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)] 
00:27:53.913 [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)] 
00:27:53.913 [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 
00:27:53.913 [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)] 
00:27:53.913 [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 
00:27:53.914 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:27:53.915 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:27:53.915 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:27:53.916 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:27:53.916 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:27:53.916 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:27:53.916 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:27:53.917 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:27:53.917 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:27:53.918 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:27:53.919 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:27:53.920 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:27:53.920 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:27:53.921 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:27:53.922 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:27:53.922 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:27:53.922 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:27:53.922 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:27:53.923 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:27:53.923 [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. 
00:27:53.923 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:364 - Writing test name [testBehaviour] to OSGi 
00:27:53.939 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 
00:27:53.939 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 
00:27:53.939 [main]            INFO  o.e.g.b.i.c.AsyncWaitTest:190 - Loading context for locations:  
00:27:53.945 [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 [Thu May 09 00:27:53 UTC 2024]; root of context hierarchy 
00:27:53.949 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:27:53.962 [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@36a5cabc: defining beans []; root of factory hierarchy 
00:27:53.968 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:53.968 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:53.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} 
00:27:53.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] 
00:27:53.971 [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] 
00:27:53.972 [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] 
00:27:53.973 [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] 
00:27:53.976 [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 [Thu May 09 00:27:53 UTC 2024]; root of context hierarchy] 
00:27:53.977 [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} 
00:27:53.978 [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} 
00:27:54.001 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:54.009 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [async-wait (org.springframework.osgi.iandt.config-opt.async.wait)] 
00:27:54.009 [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 
00:27:54.010 [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) 
00:27:54.010 [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)] 
00:27:54.010 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle async-wait is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:27:54.011 [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 
00:27:54.011 [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)] 
00:27:54.013 [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)] 
00:27:54.013 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:54.014 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [async-wait (org.springframework.osgi.iandt.config-opt.async.wait)] 
00:27:54.014 [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@92cd883 
00:27:54.014 [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 
00:27:54.014 [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) 
00:27:54.014 [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)] 
00:27:54.014 [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) 
00:27:54.015 [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 [Thu May 09 00:27:54 UTC 2024]; root of context hierarchy 
00:27:54.015 [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 
00:27:54.015 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:54.016 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:54.016 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.async.wait 
00:27:54.022 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk671467883/META-INF/spring/context.xml] 
00:27:54.092 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:54.093 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk671467883/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:54.094 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:54.094 [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.fwk671467883/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:54.134 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:54.135 [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.fwk671467883/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:54.158 [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@2e4337d1: defining beans [button]; root of factory hierarchy 
00:27:54.159 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:54.159 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:54.159 [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} 
00:27:54.159 [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] 
00:27:54.160 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:54.162 [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@2e4337d1: defining beans [button]; root of factory hierarchy] 
00:27:54.162 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:54.162 [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@609e121e 
00:27:54.162 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&button] 
00:27:54.162 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:54.176 [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)] 
00:27:54.177 [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)] 
00:27:54.178 [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] 
00:27:54.178 [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)] 
00:27:54.178 [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) 
00:27:54.179 [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]] 
00:27:54.179 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&button] 
00:27:54.179 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&button] 
00:27:54.179 [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) 
00:27:54.179 [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) 
00:27:54.181 [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] 
00:27:54.182 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:54.182 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 
00:27:55.016 [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 
00:27:55.017 [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) 
00:27:55.018 [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} 
00:27:55.018 [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 [{}] 
00:27:55.019 [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 [Thu May 09 00:27:54 UTC 2024]; root of context hierarchy] 
00:27:55.019 [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) 
00:27:55.019 [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) 
00:27:55.019 [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) 
00:27:55.020 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:55.020 [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 
00:27:55.020 [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) 
00:27:55.020 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:55.020 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.async.wait 
00:27:55.021 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:55.025 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:55.030 [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 
00:27:55.030 [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 
00:27:55.031 [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 
00:27:55.031 [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 
00:27:55.031 [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 
00:27:55.033 [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@3813a031] 
00:27:55.034 [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@75744ba5] 
00:27:55.034 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
00:27:55.034 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.awt.Shape}={service.id=33}} 
00:27:55.035 [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 
00:27:55.035 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=33}] bound to proxy 
00:27:55.035 [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@254010f9] 
00:27:55.035 [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 [Thu May 09 00:27:54 UTC 2024]; root of context hierarchy] 
00:27:55.035 [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} 
00:27:55.036 [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} 
00:27:55.036 [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 
00:27:55.036 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.async.wait 
00:27:55.036 [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] 
00:27:55.036 [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 
00:27:55.037 [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 
00:27:55.037 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:27:55.037 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:440 - Reading OSGi results for test [testBehaviour] 
00:27:55.038 [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: 1.861 sec - in org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest
00:27:55.041 [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) 
00:27:55.041 [Thread-0]        INFO  o.e.g.b.i.c.AsyncWaitTest:471 - Shutting down OSGi platform 
00:27:55.041 [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 [Thu May 09 00:27:53 UTC 2024]; root of context hierarchy 
00:27:55.041 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:55.041 [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 [Thu May 09 00:27:53 UTC 2024]; root of context hierarchy] 
00:27:55.041 [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]] 
00:27:55.042 [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 
00:27:55.042 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:55.042 [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]] 
00:27:55.043 [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 
00:27:55.044 [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) 
00:27:55.044 [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@92cd883 
00:27:55.044 [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) 
00:27:55.044 [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) 
00:27:55.044 [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) 
00:27:55.044 [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) 
00:27:55.044 [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 [Thu May 09 00:27:54 UTC 2024]; root of context hierarchy 
00:27:55.044 [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 [Thu May 09 00:27:54 UTC 2024]; root of context hierarchy] 
00:27:55.045 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:55.045 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:27:55.045 [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@92cd883 
00:27:55.045 [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 
00:27:55.045 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:55.045 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:55.046 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:27:55.046 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:27:55.046 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:27:55.046 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:27:55.047 [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@2f2cdd80 
00:27:55.047 [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 
00:27:55.047 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:27:55.047 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:27:55.048 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:55,663 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:55,726 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:55,728 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:55,745 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:55,766 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:55,767 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:55,770 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:55,776 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:27:55,785 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:55,785 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:55,786 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:55,786 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:55,786 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:55,786 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:55,786 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:55,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
00:27:55,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
00:27:55,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:55,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:55,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:55,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:55,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:55,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:55,787 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:55,787 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:55,788 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:55,788 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:55,788 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest
00:27:55.860 [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 
00:27:55.863 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:85 - Instantiating platform wrapper... 
00:27:55.864 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:215 - About to start Equinox OSGi Platform 
00:27:56.074 [main]            INFO  o.e.g.b.i.c.SyncNoWaitTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:27:56.076 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:27:56.077 [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.1.BUILD-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} 
00:27:56.078 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:27:56.079 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:56.147 [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] 
00:27:56.155 [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] 
00:27:56.159 [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] 
00:27:56.160 [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] 
00:27:56.166 [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] 
00:27:56.171 [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] 
00:27:56.172 [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] 
00:27:56.177 [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] 
00:27:56.183 [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] 
00:27:56.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-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 
00:27:56.203 [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] 
00:27:56.206 [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] 
00:27:56.210 [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] 
00:27:56.240 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:56.242 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:56.246 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:56.248 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:56.259 [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] 
00:27:56.278 [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] 
00:27:56.278 [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] 
00:27:56.279 [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] 
00:27:56.279 [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] 
00:27:56.279 [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] 
00:27:56.279 [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] 
00:27:56.279 [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] 
00:27:56.280 [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] 
00:27:56.280 [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] 
00:27:56.280 [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] 
00:27:56.280 [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] 
00:27:56.281 [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] 
00:27:56.281 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:56.281 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:56.281 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:56,308 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:27:56,346 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:27:56,347 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:27:56,354 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:56,369 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:27:56,370 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:27:56,373 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:27:56,378 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@290222c1 - No compression will be used
00:27:56,381 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:27:56,381 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:27:56,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:27:56,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:27:56,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:27:56,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:27:56,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:27:56,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:27:56,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:27:56,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:27:56,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:27:56,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:27:56,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:27:56,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:27:56,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:27:56,390 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:27:56,390 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:27:56,391 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:27:56,391 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:27:56,391 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55634720 - Registering current configuration as safe fallback point
00:27:56.399 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:27:56.405 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:27:56.463 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:56.464 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:27:56.467 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:27:56.469 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:27:56.472 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:56.474 [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 
00:27:56.474 [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) 
00:27:56.474 [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)] 
00:27:56.474 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:56.475 [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 
00:27:56.475 [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) 
00:27:56.475 [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)] 
00:27:56.475 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:56.476 [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 
00:27:56.476 [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) 
00:27:56.476 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:56.476 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:56.476 [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 
00:27:56.476 [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) 
00:27:56.476 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:56.476 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:56.477 [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 
00:27:56.477 [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) 
00:27:56.477 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:56.477 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:56.478 [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 
00:27:56.478 [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) 
00:27:56.478 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:56.478 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:56.478 [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 
00:27:56.478 [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) 
00:27:56.478 [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)] 
00:27:56.478 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:56.479 [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 
00:27:56.479 [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) 
00:27:56.479 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:56.480 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:56.480 [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 
00:27:56.480 [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) 
00:27:56.480 [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)] 
00:27:56.480 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:56.481 [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 
00:27:56.482 [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) 
00:27:56.482 [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)] 
00:27:56.482 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27: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 
00:27: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) 
00:27: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)] 
00:27: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)] 
00:27: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 
00:27: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) 
00:27: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)] 
00:27: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)] 
00:27: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 
00:27: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) 
00:27:56.485 [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)] 
00:27:56.488 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:56.489 [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 
00:27:56.489 [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) 
00:27:56.489 [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)] 
00:27:56.489 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:56.489 [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 
00:27:56.489 [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) 
00:27:56.490 [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)] 
00:27:56.490 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:56.490 [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 
00:27:56.490 [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) 
00:27: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)] 
00:27:56.496 [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)] 
00:27:56.496 [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)] 
00:27:56.500 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:27:56.500 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:27:56.503 [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)] 
00:27:56.504 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:56.504 [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@2462cb01 w/ reference null 
00:27:56.504 [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@2462cb01 w/ reference null 
00:27:56.505 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:27:56.507 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:27:56.518 [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 
00:27:56.518 [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)] 
00:27:56.518 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:27:56.519 [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 
00:27:56.519 [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)] 
00:27:56.519 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:27:56.520 [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 
00:27:56.520 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:27:56.520 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:56.520 [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 
00:27:56.521 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:27:56.521 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:56.521 [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 
00:27:56.521 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:27:56.522 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:56.522 [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 
00:27:56.522 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:27:56.522 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:27:56.523 [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 
00:27:56.523 [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)] 
00:27:56.523 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:56.524 [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 
00:27:56.524 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:27:56.524 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:27:56.525 [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 
00:27:56.525 [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)] 
00:27:56.525 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:27:56.526 [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 
00:27:56.527 [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)] 
00:27:56.527 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:27:56.528 [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 
00:27:56.528 [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)] 
00:27:56.528 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:27:56.529 [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 
00:27:56.529 [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)] 
00:27:56.529 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:27:56.530 [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 
00:27:56.530 [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)] 
00:27:56.530 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:27:56.531 [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 
00:27:56.531 [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)] 
00:27:56.531 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:27:56.531 [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 
00:27:56.532 [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)] 
00:27:56.532 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:27:56.533 [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 
00:27:56.533 [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)] 
00:27:56.533 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:27:56.537 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:56.538 [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 
00:27:56.538 [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) 
00:27:56.538 [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)] 
00:27:56.538 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:27:56.539 [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 
00:27:56.539 [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)] 
00:27:56.540 [main]            INFO  o.e.g.b.i.c.SyncNoWaitTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest-bundle.properties was not found; using defaults 
00:27:56.540 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:511 - Post processing: creating test bundle 
00:27:56.549 [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] 
00:27:56.549 [main]            INFO  o.e.g.b.i.c.SyncNoWaitTest:202 - Automatically creating Manifest for the test bundle 
00:27:56.550 [main]            INFO  o.e.g.b.i.c.SyncNoWaitTest:366 - Using the test class for generating bundle imports 
00:27:56.551 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
00:27:56.551 [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... 
00:27:56.553 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class SyncNoWaitTest 
00:27:56.561 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
00:27:56.561 [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... 
00:27:56.561 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BehaviorBaseTest 
00:27:56.562 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:56.562 [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... 
00:27:56.562 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BaseIntegrationTest 
00:27:56.564 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:56.564 [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... 
00:27:56.564 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:27:56.565 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:56.565 [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... 
00:27:56.565 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:27:56.566 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:27:56.566 [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 
00:27:56.566 [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} 
00:27:56.566 [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] 
00:27:56.566 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:27:56.566 [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] 
00:27:56.567 [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] 
00:27:56.567 [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]] 
00:27:56.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:27:56.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:27:56.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:27:56.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:27:56.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:27:56.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:27:56.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:27:56.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:27:56.568 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:27:56.568 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:27:56.568 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
00:27:56.568 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
00:27:56.568 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
00:27:56.568 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
00:27:56.568 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
00:27:56.568 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
00:27:56.568 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
00:27:56.568 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
00:27:56.568 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
00:27:56.569 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
00:27:56.573 [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 
00:27:56.573 [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.* 
00:27:56.576 [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)] 
00:27:56.576 [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 
00:27:56.576 [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) 
00:27:56.576 [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)] 
00:27:56.577 [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)] 
00:27:56.577 [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 
00:27:56.577 [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)] 
00:27:56.577 [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 
00:27:56.577 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:27:56.579 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:27:56.579 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:27:56.579 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:27:56.579 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:27:56.580 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:27:56.580 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:27:56.580 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:27:56.581 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:27:56.582 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:27:56.583 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:27:56.584 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:27:56.584 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:27:56.585 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:27:56.585 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:27:56.585 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:27:56.586 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:27:56.586 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:27:56.586 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:27:56.587 [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. 
00:27:56.587 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:364 - Writing test name [testBehaviour] to OSGi 
00:27:56.595 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 
00:27:56.596 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 
00:27:56.596 [main]            INFO  o.e.g.b.i.c.SyncNoWaitTest:190 - Loading context for locations:  
00:27:56.602 [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 [Thu May 09 00:27:56 UTC 2024]; root of context hierarchy 
00:27:56.605 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:27:56.618 [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@36a5cabc: defining beans []; root of factory hierarchy 
00:27:56.624 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:56.624 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:56.625 [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} 
00:27:56.625 [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] 
00:27:56.627 [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] 
00:27:56.628 [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] 
00:27:56.629 [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] 
00:27:56.631 [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 [Thu May 09 00:27:56 UTC 2024]; root of context hierarchy] 
00:27:56.633 [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} 
00:27:56.634 [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} 
00:27:56.657 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:27:56.668 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 
00:27:56.668 [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 
00:27:56.668 [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) 
00:27:56.668 [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)] 
00:27:56.669 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-nowait is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:27:56.669 [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 
00:27:56.670 [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)] 
00:27:56.670 [main]            TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@40db2a24 
00:27:56.670 [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 [Thu May 09 00:27:56 UTC 2024]; root of context hierarchy 
00:27:56.670 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:56.677 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk671467883/META-INF/spring/context.xml] 
00:27:56.746 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:56.747 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk671467883/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:56.748 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:56.748 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:56.789 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:56.790 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:56.814 [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@3da05287: defining beans [shape,user]; root of factory hierarchy 
00:27:56.814 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:56.814 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:56.815 [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} 
00:27:56.815 [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] 
00:27:56.820 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7642df8f] 
00:27:56.820 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3e30646a] 
00:27:56.844 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
00:27:56.844 [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)] 
00:27:56.845 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:27:56.849 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:27:56.855 [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 
00:27:56.855 [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 
00:27:56.855 [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 
00:27:56.856 [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 
00:27:56.856 [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 
00:27:56.858 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
00:27:56.859 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
00:27:56.859 [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 
00:27:56.860 [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 
00:27:56.863 [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 [Thu May 09 00:27:56 UTC 2024]; root of context hierarchy 
00:27:56.863 [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@2d36e77e] 
00:27:57.164 [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 [Thu May 09 00:27:56 UTC 2024]; root of context hierarchy 
00:27:57.164 [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@2d36e77e] 
00:27:57.166 [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.fwk671467883/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 
00:27:57.166 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:27:57.170 [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.fwk671467883/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

00:27:57.173 [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.fwk671467883/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

00:27:57.175 [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] 
00:27:57.181 [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.fwk671467883/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

00:27:57.182 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 
00:27:57.183 [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 
00:27:57.183 [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)] 
00:27:57.183 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
00:27:57.183 [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 
00:27:57.183 [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) 
00:27:57.184 [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)] 
00:27:57.184 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:27:57.184 [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 
00:27:57.184 [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)] 
00:27:57.185 [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)] 
00:27:57.186 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:27:57.186 [main]            TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@40db2a24 
00:27:57.186 [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) 
00:27:57.186 [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) 
00:27:57.187 [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 [Thu May 09 00:27:57 UTC 2024]; root of context hierarchy 
00:27:57.187 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:27:57.187 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk671467883/META-INF/spring/context.xml] 
00:27:57.190 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:57.190 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk671467883/org/springframework/beans/factory/xml/spring-beans.xsd 
00:27:57.190 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:57.191 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:27:57.206 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:57.206 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:27:57.212 [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@1506f20f: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 
00:27:57.213 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:27:57.213 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:27:57.213 [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} 
00:27:57.213 [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] 
00:27:57.214 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:27:57.216 [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@1506f20f: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 
00:27:57.216 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:27:57.216 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@4e858e0a 
00:27:57.216 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:27:57.216 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:27:57.217 [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) 
00:27:57.217 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:27:57.217 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:27:57.217 [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) 
00:27:57.217 [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) 
00:27:57.217 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:27:57.218 [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) 
00:27:57.218 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5733f295] 
00:27:57.218 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1c3146bc] 
00:27:57.221 [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 
00:27:57.222 [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:{} 
00:27:57.223 [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:[] 
00:27:57.223 [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} 
00:27:57.223 [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}] 
00:27:57.224 [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 
00:27:57.224 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3e14c16d] 
00:27:57.225 [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 [Thu May 09 00:27:57 UTC 2024]; root of context hierarchy] 
00:27:57.225 [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} 
00:27:57.225 [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} 
00:27:57.226 [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] 
00:27:57.227 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
00:27:57.227 [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 
00:27:57.227 [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)] 
00:27:57.228 [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 
00:27:57.228 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:27:57.228 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-nowait 
00:28:01.228 [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 
00:28:01.229 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:01.230 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:440 - Reading OSGi results for test [testBehaviour] 
00:28:01.230 [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: 5.373 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest
00:28:01.233 [Thread-0]        INFO  o.e.g.b.i.c.SyncNoWaitTest:471 - Shutting down OSGi platform 
00:28:01.233 [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) 
00:28:01.233 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:01.233 [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 [Thu May 09 00:27:56 UTC 2024]; root of context hierarchy 
00:28:01.234 [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]] 
00:28:01.234 [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 [Thu May 09 00:27:56 UTC 2024]; root of context hierarchy] 
00:28:01.235 [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 
00:28:01.235 [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 
00:28:01.235 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:01.235 [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]] 
00:28:01.236 [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 
00:28:01.237 [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) 
00:28:01.237 [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@40db2a24 
00:28:01.237 [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) 
00:28:01.237 [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) 
00:28:01.237 [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) 
00:28:01.237 [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 [Thu May 09 00:27:57 UTC 2024]; root of context hierarchy 
00:28:01.237 [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 [Thu May 09 00:27:57 UTC 2024]; root of context hierarchy] 
00:28:01.238 [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] 
00:28:01.238 [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}] 
00:28:01.238 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:01.238 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:28:01.239 [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@40db2a24 
00:28:01.239 [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 
00:28:01.239 [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 
00:28:01.239 [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) 
00:28:01.239 [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@40db2a24 
00:28:01.239 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:28:01.239 [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@40db2a24 
00:28:01.239 [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 
00:28:01.239 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:01.239 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:01.239 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:01.239 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:01.240 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:01.240 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:01.240 [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@62bed6af 
00:28:01.241 [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@6c793488 
00:28:01.241 [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 
00:28:01.241 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:28:01.241 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:28:01.241 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:01,789 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:01,868 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:01,870 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:01,882 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:01,903 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:01,905 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:01,908 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:01,914 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:28:01,939 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:01,940 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:01,941 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:01,941 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:01,941 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:01,941 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:01,941 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:01,942 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:01,942 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:01,942 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:01,942 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:01,942 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:01,942 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:01,942 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:01,942 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:01,942 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:01,942 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:01,943 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:01,943 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:01,944 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest
00:28:02.013 [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 
00:28:02.016 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:85 - Instantiating platform wrapper... 
00:28:02.017 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:215 - About to start Equinox OSGi Platform 
00:28:02.269 [main]            INFO  o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:28:02.272 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:28:02.273 [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.1.BUILD-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} 
00:28:02.274 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:28:02.274 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:02.345 [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] 
00:28:02.353 [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] 
00:28:02.357 [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] 
00:28:02.359 [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] 
00:28:02.364 [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] 
00:28:02.369 [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] 
00:28:02.370 [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] 
00:28:02.376 [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] 
00:28:02.382 [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] 
00:28:02.391 [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] 
00:28:02.402 [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] 
00:28:02.405 [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] 
00:28:02.409 [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] 
00:28:02.437 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:02.438 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:02.442 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:02.445 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:02.455 [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] 
00:28:02.472 [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] 
00:28:02.472 [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] 
00:28:02.472 [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] 
00:28:02.473 [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] 
00:28:02.473 [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] 
00:28:02.473 [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] 
00:28:02.473 [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] 
00:28:02.474 [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] 
00:28:02.474 [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] 
00:28:02.474 [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] 
00:28:02.474 [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] 
00:28:02.475 [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] 
00:28:02.475 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:02.475 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:02.475 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:02,501 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:02,525 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:02,526 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:02,540 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:02,554 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:02,556 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:02,558 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:02,563 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@290222c1 - No compression will be used
00:28:02,566 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:02,566 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:02,567 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:02,567 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:02,567 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:02,567 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:02,567 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:02,567 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:02,567 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:02,567 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:02,568 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:02,574 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:02,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:02,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:02,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:02,575 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:02,575 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:02,575 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:02,575 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:02,576 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55634720 - Registering current configuration as safe fallback point
00:28:02.583 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:28:02.590 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:02.648 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:02.648 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:02.651 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:28:02.653 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:28:02.656 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:02.658 [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 
00:28:02.658 [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) 
00:28:02.658 [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)] 
00:28:02.659 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:02.659 [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 
00:28:02.659 [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) 
00:28:02.659 [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)] 
00:28:02.659 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:02.660 [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 
00:28:02.660 [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) 
00:28:02.660 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:02.660 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:02.660 [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 
00:28:02.660 [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) 
00:28:02.660 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:02.661 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:02.661 [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 
00:28:02.661 [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) 
00:28:02.661 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:02.661 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:02.662 [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 
00:28:02.662 [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) 
00:28:02.662 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:02.662 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:02.662 [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 
00:28:02.662 [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) 
00:28:02.662 [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)] 
00:28:02.662 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:02.663 [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 
00:28:02.663 [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) 
00:28:02.663 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:02.664 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:02.664 [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 
00:28:02.664 [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) 
00:28:02.664 [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)] 
00:28:02.665 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:02.666 [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 
00:28:02.666 [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) 
00:28:02.666 [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)] 
00:28:02.666 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:02.667 [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 
00:28:02.670 [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) 
00:28:02.671 [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)] 
00:28:02.671 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:02.671 [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 
00:28:02.671 [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) 
00:28:02.672 [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)] 
00:28:02.672 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:02.672 [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 
00:28:02.672 [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) 
00:28:02.673 [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)] 
00:28:02.676 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:02.677 [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 
00:28:02.677 [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) 
00:28:02.677 [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)] 
00:28:02.677 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:02.677 [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 
00:28:02.677 [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) 
00:28:02.678 [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)] 
00:28:02.678 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:02.678 [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 
00:28:02.678 [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) 
00:28:02.679 [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)] 
00:28:02.686 [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)] 
00:28:02.686 [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)] 
00:28:02.691 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:28:02.691 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:02.693 [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)] 
00:28:02.694 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:02.695 [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@2462cb01 w/ reference null 
00:28:02.695 [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@2462cb01 w/ reference null 
00:28:02.695 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:28:02.698 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:02.705 [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 
00:28:02.705 [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)] 
00:28:02.705 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:02.706 [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 
00:28:02.706 [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)] 
00:28:02.706 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:02.706 [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 
00:28:02.706 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:02.707 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:02.707 [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 
00:28:02.707 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:02.707 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:02.708 [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 
00:28:02.708 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:02.708 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:02.708 [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 
00:28:02.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)] 
00:28:02.708 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:02.709 [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 
00:28:02.709 [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)] 
00:28:02.709 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:02.710 [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 
00:28:02.710 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:02.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)] 
00:28:02.711 [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 
00:28:02.711 [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)] 
00:28:02.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)] 
00:28:02.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 
00:28:02.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)] 
00:28:02.713 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:02.714 [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 
00:28:02.714 [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)] 
00:28:02.714 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:02.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 
00:28:02.715 [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)] 
00:28:02.715 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:02.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 
00:28:02.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)] 
00:28:02.716 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:02.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 
00:28:02.717 [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)] 
00:28:02.717 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:02.717 [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 
00:28:02.717 [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)] 
00:28:02.717 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:02.718 [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 
00:28:02.718 [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)] 
00:28:02.719 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:02.721 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:02.722 [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 
00:28:02.722 [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) 
00:28:02.722 [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)] 
00:28:02.722 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:02.723 [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 
00:28:02.723 [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)] 
00:28:02.724 [main]            INFO  o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest-bundle.properties was not found; using defaults 
00:28:02.724 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:511 - Post processing: creating test bundle 
00:28:02.732 [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] 
00:28:02.733 [main]            INFO  o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:202 - Automatically creating Manifest for the test bundle 
00:28:02.733 [main]            INFO  o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:366 - Using the test class for generating bundle imports 
00:28:02.734 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
00:28:02.735 [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... 
00:28:02.737 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class SyncNoWaitWithReverseQueueTest 
00:28:02.744 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
00:28:02.744 [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... 
00:28:02.745 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BehaviorBaseTest 
00:28:02.745 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:02.745 [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... 
00:28:02.745 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BaseIntegrationTest 
00:28:02.747 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:02.748 [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... 
00:28:02.748 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:28:02.748 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:02.749 [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... 
00:28:02.749 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:28:02.749 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:28:02.749 [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 
00:28:02.749 [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} 
00:28:02.749 [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] 
00:28:02.750 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:28:02.750 [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] 
00:28:02.750 [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] 
00:28:02.750 [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]] 
00:28:02.750 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:28:02.750 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:28:02.750 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:28:02.750 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:28:02.751 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:28:02.751 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:28:02.751 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:28:02.751 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:02.751 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:02.751 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:02.751 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
00:28:02.751 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
00:28:02.751 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
00:28:02.751 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
00:28:02.751 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
00:28:02.751 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
00:28:02.752 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
00:28:02.752 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
00:28:02.752 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
00:28:02.752 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
00:28:02.756 [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 
00:28:02.757 [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.* 
00:28:02.759 [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)] 
00:28:02.759 [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 
00:28:02.759 [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) 
00:28:02.759 [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)] 
00:28:02.759 [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)] 
00:28:02.760 [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 
00:28:02.760 [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)] 
00:28:02.760 [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 
00:28:02.760 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:28:02.761 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:28:02.762 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:28:02.762 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:28:02.762 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:28:02.763 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:28:02.763 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:28:02.763 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:28:02.764 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:28:02.764 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:28:02.765 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:28:02.766 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:28:02.767 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:28:02.767 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:28:02.768 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:28:02.768 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:28:02.769 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:28:02.769 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:28:02.769 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:28:02.769 [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. 
00:28:02.770 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:364 - Writing test name [testBehaviour] to OSGi 
00:28:02.778 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 
00:28:02.778 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 
00:28:02.779 [main]            INFO  o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:190 - Loading context for locations:  
00:28:02.784 [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 [Thu May 09 00:28:02 UTC 2024]; root of context hierarchy 
00:28:02.788 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:28:02.801 [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@36a5cabc: defining beans []; root of factory hierarchy 
00:28:02.806 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:02.807 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:02.807 [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} 
00:28:02.808 [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] 
00:28:02.810 [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] 
00:28:02.810 [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] 
00:28:02.812 [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] 
00:28:02.814 [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 [Thu May 09 00:28:02 UTC 2024]; root of context hierarchy] 
00:28:02.815 [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} 
00:28:02.816 [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} 
00:28:02.838 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:02.849 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
00:28:02.849 [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 
00:28:02.849 [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) 
00:28:02.849 [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)] 
00:28:02.850 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:28:02.851 [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 
00:28:02.851 [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)] 
00:28:02.853 [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)] 
00:28:02.853 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:28:02.853 [main]            TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@30af5b6b 
00:28:02.853 [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) 
00:28:02.853 [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) 
00:28:02.854 [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 [Thu May 09 00:28:02 UTC 2024]; root of context hierarchy 
00:28:02.854 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:28:02.861 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk671467883/META-INF/spring/context.xml] 
00:28:02.929 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:02.930 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk671467883/org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:02.931 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:02.931 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:02.972 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:28:02.973 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:28:02.996 [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@55dfcc6: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 
00:28:02.996 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:02.996 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:02.997 [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} 
00:28:02.997 [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] 
00:28:03.001 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:28:03.004 [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@55dfcc6: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 
00:28:03.004 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:28:03.004 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@5d8bafa9 
00:28:03.005 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:28:03.005 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:28:03.005 [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) 
00:28:03.005 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:28:03.005 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:28:03.005 [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) 
00:28:03.005 [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) 
00:28:03.006 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:28:03.006 [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) 
00:28:03.007 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@23aa363a] 
00:28:03.007 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5ef6ae06] 
00:28:03.019 [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 
00:28:03.019 [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:{} 
00:28:03.020 [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:[] 
00:28:03.020 [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} 
00:28:03.020 [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}] 
00:28:03.021 [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 
00:28:03.022 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@72c28d64] 
00:28:03.022 [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 [Thu May 09 00:28:02 UTC 2024]; root of context hierarchy] 
00:28:03.022 [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} 
00:28:03.023 [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} 
00:28:03.025 [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] 
00:28:03.026 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
00:28:03.026 [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 
00:28:03.027 [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)] 
00:28:03.527 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 
00:28:03.528 [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 
00:28:03.528 [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) 
00:28:03.528 [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)] 
00:28:03.528 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-nowait is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:28:03.528 [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 
00:28:03.528 [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)] 
00:28:03.528 [main]            TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@30af5b6b 
00:28:03.529 [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 [Thu May 09 00:28:03 UTC 2024]; root of context hierarchy 
00:28:03.529 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:28:03.529 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk671467883/META-INF/spring/context.xml] 
00:28:03.532 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:03.532 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk671467883/org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:03.532 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:03.533 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:03.548 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:28:03.548 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:28:03.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@61e94def: defining beans [shape,user]; root of factory hierarchy 
00:28:03.555 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:03.555 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:03.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} 
00:28:03.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] 
00:28:03.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@49872d67] 
00:28:03.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@56303b57] 
00:28:03.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)] 
00:28:03.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)] 
00:28:03.560 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:28:03.564 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:28:03.569 [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 
00:28:03.570 [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 
00:28:03.570 [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 
00:28:03.570 [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 
00:28:03.570 [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 
00:28:03.573 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
00:28:03.573 [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}} 
00:28:03.574 [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 
00:28:03.574 [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 
00:28:03.574 [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 
00:28:03.575 [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 
00:28:03.578 [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} 
00:28:03.582 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@14dda234] 
00:28:03.583 [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 [Thu May 09 00:28:03 UTC 2024]; root of context hierarchy] 
00:28:03.583 [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} 
00:28:03.583 [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} 
00:28:03.584 [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] 
00:28:03.584 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 
00:28:03.585 [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 
00:28:03.585 [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)] 
00:28:03.585 [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 
00:28:03.586 [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}} 
00:28:03.586 [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 
00:28:03.586 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-nowait 
00:28:03.586 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-nowait 
00:28:03.586 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:03.587 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:440 - Reading OSGi results for test [testBehaviour] 
00:28:03.587 [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: 1.577 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest
00:28:03.590 [Thread-0]        INFO  o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:471 - Shutting down OSGi platform 
00:28:03.590 [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) 
00:28:03.590 [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 [Thu May 09 00:28:02 UTC 2024]; root of context hierarchy 
00:28:03.590 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:03.591 [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 [Thu May 09 00:28:02 UTC 2024]; root of context hierarchy] 
00:28:03.591 [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]] 
00:28:03.591 [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 
00:28:03.592 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:03.597 [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]] 
00:28:03.597 [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]] 
00:28:03.598 [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 
00:28:03.598 [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) 
00:28:03.599 [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@30af5b6b 
00:28:03.599 [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) 
00:28:03.599 [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 [Thu May 09 00:28:03 UTC 2024]; root of context hierarchy 
00:28:03.599 [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 [Thu May 09 00:28:03 UTC 2024]; root of context hierarchy] 
00:28:03.599 [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 
00:28:03.599 [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 
00:28:03.600 [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} 
00:28:03.600 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:03.601 [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@30af5b6b 
00:28:03.601 [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 
00:28:03.601 [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 
00:28:03.601 [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]] 
00:28:03.601 [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 
00:28:03.601 [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) 
00:28:03.602 [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@30af5b6b 
00:28:03.602 [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) 
00:28:03.602 [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) 
00:28:03.602 [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) 
00:28:03.602 [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 [Thu May 09 00:28:02 UTC 2024]; root of context hierarchy 
00:28:03.602 [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 [Thu May 09 00:28:02 UTC 2024]; root of context hierarchy] 
00:28:03.602 [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] 
00:28:03.602 [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}] 
00:28:03.603 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:03.603 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:28:03.603 [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@30af5b6b 
00:28:03.603 [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 
00:28:03.603 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:03.603 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:03.603 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:03.603 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:03.603 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:03.603 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:03.636 [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@4f811d39 
00:28:03.636 [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 
00:28:03.636 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:28:03.637 [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 
00:28:03.637 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:28:03.637 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:04,260 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:04,324 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:04,326 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:04,344 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:04,365 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:04,366 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:04,369 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:04,375 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:28:04,384 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:04,384 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:04,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:04,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:04,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:04,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:04,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:04,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:04,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:04,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:04,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:04,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:04,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:04,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:04,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:04,386 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:04,387 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:04,387 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:04,387 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:04,388 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest
00:28:04.466 [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 
00:28:04.469 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:85 - Instantiating platform wrapper... 
00:28:04.470 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:215 - About to start Equinox OSGi Platform 
00:28:04.684 [main]            INFO  o.e.g.b.i.c.AsyncNoWaitTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:28:04.686 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:28:04.687 [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.1.BUILD-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} 
00:28:04.688 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:28:04.689 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:04.758 [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] 
00:28:04.767 [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] 
00:28:04.770 [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] 
00:28:04.772 [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] 
00:28:04.777 [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] 
00:28:04.782 [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] 
00:28:04.783 [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] 
00:28:04.788 [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] 
00:28:04.794 [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] 
00:28:04.803 [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] 
00:28:04.813 [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] 
00:28:04.816 [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] 
00:28:04.840 [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] 
00:28:04.847 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:04.848 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:04.852 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:04.855 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:04.865 [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] 
00:28:04.885 [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] 
00:28:04.885 [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] 
00:28:04.885 [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] 
00:28:04.885 [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] 
00:28:04.886 [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] 
00:28:04.886 [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] 
00:28:04.886 [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] 
00:28:04.886 [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] 
00:28:04.887 [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] 
00:28:04.887 [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] 
00:28:04.887 [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] 
00:28:04.887 [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] 
00:28:04.888 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:04.888 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:04.888 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:04,914 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:04,947 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:04,948 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:04,955 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:04,969 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:04,970 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:04,973 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:04,977 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@290222c1 - No compression will be used
00:28:04,981 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:04,981 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:04,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:04,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:04,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:04,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:04,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:04,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:04,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:04,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:04,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:04,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:04,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:04,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:04,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:04,990 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:04,990 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:04,991 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:04,991 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:04,991 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55634720 - Registering current configuration as safe fallback point
00:28:04.999 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:28:05.005 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:05.063 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:05.064 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:05.067 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:28:05.069 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:28:05.072 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:05.074 [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 
00:28:05.074 [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) 
00:28:05.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)] 
00:28:05.075 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:05.075 [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 
00:28:05.075 [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) 
00:28:05.075 [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)] 
00:28:05.076 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:05.076 [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 
00:28:05.076 [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) 
00:28:05.076 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:05.076 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:05.076 [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 
00:28:05.077 [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) 
00:28:05.077 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:05.077 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:05.077 [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 
00:28:05.077 [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) 
00:28:05.078 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:05.078 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:05.078 [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 
00:28:05.078 [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) 
00:28:05.078 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:05.078 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:05.079 [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 
00:28:05.079 [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) 
00:28:05.079 [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)] 
00:28:05.079 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:05.080 [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 
00:28:05.080 [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) 
00:28:05.080 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:05.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)] 
00:28:05.081 [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 
00:28:05.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) 
00:28:05.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)] 
00:28:05.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)] 
00:28:05.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 
00:28:05.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) 
00:28:05.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)] 
00:28:05.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)] 
00:28:05.084 [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 
00:28:05.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) 
00:28:05.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)] 
00:28:05.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)] 
00:28:05.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 
00:28:05.084 [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) 
00:28:05.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)] 
00:28:05.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)] 
00:28:05.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 
00:28:05.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) 
00:28:05.085 [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)] 
00:28:05.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)] 
00:28:05.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 
00:28:05.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) 
00:28:05.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)] 
00:28:05.090 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:05.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 
00:28:05.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) 
00:28:05.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)] 
00:28:05.090 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:05.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 
00:28:05.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) 
00:28:05.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)] 
00:28:05.097 [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)] 
00:28:05.097 [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)] 
00:28:05.107 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:28:05.107 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:05.110 [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)] 
00:28:05.111 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:05.111 [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@2462cb01 w/ reference null 
00:28:05.111 [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@2462cb01 w/ reference null 
00:28:05.112 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:28:05.115 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:05.122 [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 
00:28:05.122 [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)] 
00:28:05.122 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:05.123 [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 
00:28:05.123 [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)] 
00:28:05.123 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:05.123 [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 
00:28:05.124 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:05.124 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:05.124 [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 
00:28:05.124 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:05.124 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:05.125 [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 
00:28:05.125 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:05.125 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:05.126 [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 
00:28:05.126 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:05.126 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:05.126 [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 
00:28:05.126 [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)] 
00:28:05.126 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:05.127 [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 
00:28:05.127 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:05.127 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:05.128 [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 
00:28:05.128 [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)] 
00:28:05.129 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:05.130 [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 
00:28:05.130 [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)] 
00:28:05.130 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:05.131 [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 
00:28:05.131 [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)] 
00:28:05.132 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:05.132 [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 
00:28:05.132 [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)] 
00:28:05.132 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:05.133 [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 
00:28:05.133 [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)] 
00:28:05.133 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:05.134 [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 
00:28:05.134 [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)] 
00:28:05.134 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:05.134 [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 
00:28:05.135 [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)] 
00:28:05.135 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:05.136 [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 
00:28:05.136 [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)] 
00:28:05.136 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:05.139 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:05.140 [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 
00:28:05.140 [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) 
00:28:05.140 [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)] 
00:28:05.140 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:05.140 [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 
00:28:05.141 [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)] 
00:28:05.142 [main]            INFO  o.e.g.b.i.c.AsyncNoWaitTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest-bundle.properties was not found; using defaults 
00:28:05.142 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:511 - Post processing: creating test bundle 
00:28:05.151 [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] 
00:28:05.151 [main]            INFO  o.e.g.b.i.c.AsyncNoWaitTest:202 - Automatically creating Manifest for the test bundle 
00:28:05.151 [main]            INFO  o.e.g.b.i.c.AsyncNoWaitTest:366 - Using the test class for generating bundle imports 
00:28:05.153 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
00:28:05.153 [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... 
00:28:05.155 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class AsyncNoWaitTest 
00:28:05.163 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
00:28:05.163 [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... 
00:28:05.163 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BehaviorBaseTest 
00:28:05.164 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:05.164 [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... 
00:28:05.164 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BaseIntegrationTest 
00:28:05.166 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:05.166 [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... 
00:28:05.166 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:28:05.167 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:05.167 [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... 
00:28:05.167 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:28:05.168 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:28:05.168 [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 
00:28:05.168 [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} 
00:28:05.168 [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] 
00:28:05.168 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:28:05.168 [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] 
00:28:05.168 [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] 
00:28:05.169 [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]] 
00:28:05.169 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:28:05.169 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:28:05.169 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:28:05.169 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:28:05.169 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:28:05.169 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:28:05.169 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:28:05.169 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:05.169 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:05.170 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:05.170 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
00:28:05.170 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
00:28:05.170 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
00:28:05.170 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
00:28:05.170 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
00:28:05.170 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
00:28:05.170 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
00:28:05.170 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
00:28:05.170 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
00:28:05.170 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
00:28:05.175 [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 
00:28:05.175 [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.* 
00:28:05.178 [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)] 
00:28:05.178 [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 
00:28:05.178 [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) 
00:28:05.178 [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)] 
00:28:05.179 [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)] 
00:28:05.179 [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 
00:28:05.179 [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)] 
00:28:05.179 [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 
00:28:05.179 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:28:05.181 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:28:05.181 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:28:05.181 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:28:05.182 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:28:05.182 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:28:05.182 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:28:05.182 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:28:05.183 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:28:05.184 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:28:05.185 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:28:05.186 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:28:05.186 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:28:05.187 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:28:05.187 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:28:05.187 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:28:05.188 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:28:05.188 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:28:05.189 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:28:05.189 [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. 
00:28:05.189 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:364 - Writing test name [testBehaviour] to OSGi 
00:28:05.197 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 
00:28:05.198 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 
00:28:05.198 [main]            INFO  o.e.g.b.i.c.AsyncNoWaitTest:190 - Loading context for locations:  
00:28:05.204 [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 [Thu May 09 00:28:05 UTC 2024]; root of context hierarchy 
00:28:05.208 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:28:05.220 [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@36a5cabc: defining beans []; root of factory hierarchy 
00:28:05.226 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:05.226 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:05.226 [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} 
00:28:05.227 [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] 
00:28:05.229 [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] 
00:28:05.229 [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] 
00:28:05.231 [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] 
00:28:05.233 [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 [Thu May 09 00:28:05 UTC 2024]; root of context hierarchy] 
00:28:05.234 [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} 
00:28:05.235 [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} 
00:28:05.258 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:05.266 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait)] 
00:28:05.266 [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 
00:28:05.267 [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) 
00:28:05.267 [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)] 
00:28:05.268 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle async-nowait is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:28:05.268 [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 
00:28:05.268 [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)] 
00:28:05.269 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait)] 
00:28:05.269 [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@21b22e41 
00:28:05.269 [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 
00:28:05.269 [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 [Thu May 09 00:28:05 UTC 2024]; root of context hierarchy 
00:28:05.270 [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)] 
00:28:05.270 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:28:05.277 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk671467883/META-INF/spring/context.xml] 
00:28:05.348 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:05.348 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk671467883/org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:05.349 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:05.349 [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.fwk671467883/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:05.391 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:28:05.392 [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.fwk671467883/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:28:05.414 [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@6ed554c3: defining beans [button]; root of factory hierarchy 
00:28:05.414 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:05.414 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:05.414 [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} 
00:28:05.414 [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] 
00:28:05.415 [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@42e1e985] 
00:28:05.415 [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@59354c69] 
00:28:05.440 [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)] 
00:28:05.440 [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)] 
00:28:05.441 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:28:05.445 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:28:05.450 [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 
00:28:05.451 [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 
00:28:05.451 [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 
00:28:05.451 [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 
00:28:05.451 [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 
00:28:05.454 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
00:28:05.454 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
00:28:05.454 [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@69af2668] 
00:28:05.454 [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 [Thu May 09 00:28:05 UTC 2024]; root of context hierarchy] 
00:28:05.455 [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} 
00:28:05.455 [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} 
00:28:05.457 [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] 
00:28:08.271 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=34}] bound to proxy 
00:28:08.271 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=34}] bound to proxy 
00:28:08.272 [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 
00:28:08.272 [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 
00:28:08.272 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:08.272 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:440 - Reading OSGi results for test [testBehaviour] 
00:28:08.273 [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: 3.81 sec - in org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest
00:28:08.276 [Thread-0]        INFO  o.e.g.b.i.c.AsyncNoWaitTest:471 - Shutting down OSGi platform 
00:28:08.276 [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) 
00:28:08.276 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:08.276 [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 [Thu May 09 00:28:05 UTC 2024]; root of context hierarchy 
00:28:08.276 [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]] 
00:28:08.276 [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 [Thu May 09 00:28:05 UTC 2024]; root of context hierarchy] 
00:28:08.277 [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 
00:28:08.278 [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]] 
00:28:08.278 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:08.279 [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 
00:28:08.279 [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) 
00:28:08.279 [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@21b22e41 
00:28:08.280 [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) 
00:28:08.280 [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 [Thu May 09 00:28:05 UTC 2024]; root of context hierarchy 
00:28:08.280 [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 [Thu May 09 00:28:05 UTC 2024]; root of context hierarchy] 
00:28:08.280 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:08.281 [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@21b22e41 
00:28:08.281 [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 
00:28:08.281 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:08.281 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:08.281 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:08.281 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:08.281 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:08.281 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:08.282 [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@36466ab8 
00:28:08.282 [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 
00:28:08.283 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:28:08.283 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:28:08.283 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:08,899 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:08,975 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:08,977 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:08,990 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:09,010 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:09,012 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:09,015 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:09,042 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:28:09,053 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:09,053 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:09,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:09,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:09,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:09,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:09,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:09,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:09,054 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:09,055 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:09,055 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:09,055 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:09,055 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:09,055 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:09,055 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:09,055 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:09,055 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:09,056 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:09,056 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:09,056 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest
00:28:09.126 [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 
00:28:09.130 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:85 - Instantiating platform wrapper... 
00:28:09.130 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:215 - About to start Equinox OSGi Platform 
00:28:09.413 [main]            INFO  o.e.g.b.i.c.SyncWaitWithoutDependencyTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:28:09.416 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:28:09.416 [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.1.BUILD-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} 
00:28:09.417 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:28:09.418 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:09.495 [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] 
00:28:09.503 [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] 
00:28:09.507 [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] 
00:28:09.508 [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] 
00:28:09.514 [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] 
00:28:09.519 [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] 
00:28:09.520 [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] 
00:28:09.525 [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] 
00:28:09.543 [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] 
00:28:09.555 [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] 
00:28:09.567 [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] 
00:28:09.570 [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] 
00:28:09.574 [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] 
00:28:09.581 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:09.582 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:09.586 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:09.588 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:09.599 [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] 
00:28:09.643 [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] 
00:28:09.644 [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] 
00:28:09.644 [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] 
00:28:09.644 [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] 
00:28:09.645 [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] 
00:28:09.645 [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] 
00:28:09.646 [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] 
00:28:09.646 [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] 
00:28:09.646 [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] 
00:28:09.647 [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] 
00:28:09.647 [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] 
00:28:09.648 [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] 
00:28:09.648 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:09.649 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:09.649 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:09,679 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:09,701 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:09,702 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:09,709 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:09,723 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:09,724 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:09,727 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:09,731 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@290222c1 - No compression will be used
00:28:09,734 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:09,734 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:09,735 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:09,735 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:09,735 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:09,735 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:09,736 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:09,736 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:09,736 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:09,736 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:09,736 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:09,736 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:09,746 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:09,746 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:09,746 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:09,746 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:09,747 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:09,747 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:09,748 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:09,748 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55634720 - Registering current configuration as safe fallback point
00:28:09.759 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:28:09.765 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:09.842 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:09.844 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:09.849 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:28:09.853 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:28:09.857 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:09.859 [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 
00:28:09.859 [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) 
00:28:09.859 [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)] 
00:28:09.860 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:09.860 [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 
00:28:09.860 [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) 
00:28:09.860 [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)] 
00:28:09.861 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:09.861 [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 
00:28:09.861 [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) 
00:28:09.861 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:09.861 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:09.861 [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 
00:28:09.862 [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) 
00:28:09.862 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:09.862 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:09.862 [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 
00:28:09.862 [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) 
00:28:09.863 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:09.863 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:09.863 [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 
00:28:09.863 [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) 
00:28:09.863 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:09.863 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:09.863 [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 
00:28:09.864 [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) 
00:28:09.864 [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)] 
00:28:09.864 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:09.865 [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 
00:28:09.865 [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) 
00:28:09.865 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:09.865 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:09.866 [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 
00:28:09.866 [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) 
00:28:09.866 [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)] 
00:28:09.866 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:09.867 [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 
00:28:09.868 [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) 
00:28:09.868 [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)] 
00:28:09.868 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:09.869 [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 
00:28:09.869 [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) 
00:28:09.869 [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)] 
00:28:09.870 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:09.870 [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 
00:28:09.870 [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) 
00:28:09.870 [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)] 
00:28:09.870 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:09.871 [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 
00:28:09.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) 
00:28:09.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)] 
00:28:09.874 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:09.875 [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 
00:28:09.876 [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) 
00:28:09.876 [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)] 
00:28:09.876 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:09.876 [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 
00:28:09.876 [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) 
00:28:09.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)] 
00:28:09.876 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:09.877 [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 
00:28:09.877 [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) 
00:28:09.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)] 
00:28:09.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)] 
00:28:09.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)] 
00:28:09.887 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:28:09.888 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:09.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)] 
00:28:09.891 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:09.891 [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@2462cb01 w/ reference null 
00:28:09.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@2462cb01 w/ reference null 
00:28:09.892 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:28:09.895 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:09.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 
00:28:09.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)] 
00:28:09.902 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:09.902 [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 
00:28:09.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)] 
00:28:09.903 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:09.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 
00:28:09.903 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:09.903 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:09.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 
00:28:09.904 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:09.904 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:09.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 
00:28:09.904 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:09.905 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:09.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 
00:28:09.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)] 
00:28:09.905 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:09.905 [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 
00:28:09.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)] 
00:28:09.906 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:09.907 [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 
00:28:09.907 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:09.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)] 
00:28:09.908 [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 
00:28:09.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)] 
00:28:09.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)] 
00:28:09.909 [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 
00:28:09.909 [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)] 
00:28:09.909 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:09.910 [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 
00:28:09.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)] 
00:28:09.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)] 
00:28:09.911 [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 
00:28:09.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)] 
00:28:09.911 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:09.912 [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 
00:28:09.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)] 
00:28:09.912 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:09.913 [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 
00:28:09.913 [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)] 
00:28:09.913 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:09.914 [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 
00:28:09.914 [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)] 
00:28:09.914 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:09.915 [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 
00:28:09.915 [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)] 
00:28:09.915 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:09.918 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:09.919 [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 
00:28:09.919 [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) 
00:28:09.919 [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)] 
00:28:09.919 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:09.919 [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 
00:28:09.920 [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)] 
00:28:09.921 [main]            INFO  o.e.g.b.i.c.SyncWaitWithoutDependencyTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest-bundle.properties was not found; using defaults 
00:28:09.921 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:511 - Post processing: creating test bundle 
00:28:09.937 [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] 
00:28:09.937 [main]            INFO  o.e.g.b.i.c.SyncWaitWithoutDependencyTest:202 - Automatically creating Manifest for the test bundle 
00:28:09.938 [main]            INFO  o.e.g.b.i.c.SyncWaitWithoutDependencyTest:366 - Using the test class for generating bundle imports 
00:28:09.940 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
00:28:09.940 [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... 
00:28:09.944 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class SyncWaitWithoutDependencyTest 
00:28:09.955 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
00:28:09.956 [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... 
00:28:09.956 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BehaviorBaseTest 
00:28:09.957 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:09.957 [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... 
00:28:09.957 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BaseIntegrationTest 
00:28:09.960 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:09.961 [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... 
00:28:09.961 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:28:09.962 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:09.962 [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... 
00:28:09.962 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:28:09.962 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:28:09.962 [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 
00:28:09.963 [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} 
00:28:09.963 [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] 
00:28:09.963 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:28:09.963 [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] 
00:28:09.963 [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] 
00:28:09.963 [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]] 
00:28:09.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:28:09.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:28:09.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:28:09.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:28:09.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:28:09.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:28:09.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:28:09.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:09.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:09.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:09.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
00:28:09.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
00:28:09.965 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
00:28:09.965 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
00:28:09.965 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
00:28:09.965 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
00:28:09.965 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
00:28:09.965 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
00:28:09.965 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
00:28:09.965 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
00:28:09.970 [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 
00:28:09.971 [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.* 
00:28:09.973 [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)] 
00:28:09.973 [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 
00:28:09.974 [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) 
00:28:09.974 [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)] 
00:28:09.974 [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)] 
00:28:09.974 [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 
00:28:09.974 [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)] 
00:28:09.974 [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 
00:28:09.975 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:28:09.976 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:28:09.977 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:28:09.977 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:28:09.977 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:28:09.977 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:28:09.978 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:28:09.978 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:28:09.979 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:28:09.980 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:28:09.982 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:28:09.983 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:28:09.984 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:28:09.985 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:28:09.986 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:28:09.986 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:28:09.987 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:28:09.987 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:28:09.988 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:28:09.988 [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. 
00:28:09.988 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:364 - Writing test name [testBehaviour] to OSGi 
00:28:09.997 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 
00:28:09.997 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 
00:28:09.998 [main]            INFO  o.e.g.b.i.c.SyncWaitWithoutDependencyTest:190 - Loading context for locations:  
00:28:10.004 [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 [Thu May 09 00:28:10 UTC 2024]; root of context hierarchy 
00:28:10.008 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:28:10.021 [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@36a5cabc: defining beans []; root of factory hierarchy 
00:28:10.028 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:10.028 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:10.029 [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} 
00:28:10.029 [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] 
00:28:10.031 [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] 
00:28:10.032 [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] 
00:28:10.033 [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] 
00:28:10.035 [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 [Thu May 09 00:28:10 UTC 2024]; root of context hierarchy] 
00:28:10.037 [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} 
00:28:10.039 [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} 
00:28:10.074 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:10.082 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 
00:28:10.082 [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 
00:28:10.082 [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) 
00:28:10.083 [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)] 
00:28:10.083 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-wait is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:28:10.084 [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 
00:28:10.084 [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)] 
00:28:10.086 [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)] 
00:28:10.086 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:28:10.086 [main]            TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1921ad94 
00:28:10.086 [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) 
00:28:10.087 [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) 
00:28:10.087 [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 [Thu May 09 00:28:10 UTC 2024]; root of context hierarchy 
00:28:10.087 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:28:10.094 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk671467883/META-INF/spring/context.xml] 
00:28:10.166 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:10.166 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk671467883/org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:10.167 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:10.168 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:10.210 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:28:10.210 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:28:10.248 [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@2654635: defining beans [shape]; root of factory hierarchy 
00:28:10.249 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:10.249 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:10.249 [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} 
00:28:10.249 [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] 
00:28:10.250 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:28:10.252 [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@2654635: defining beans [shape]; root of factory hierarchy] 
00:28:10.252 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:28:10.253 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@222eb8aa 
00:28:10.253 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&shape] 
00:28:10.253 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:28:10.267 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
00:28:10.267 [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)] 
00:28:10.268 [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] 
00:28:10.269 [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)] 
00:28:10.269 [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) 
00:28:10.270 [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]] 
00:28:10.270 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&shape] 
00:28:10.270 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&shape] 
00:28:10.270 [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) 
00:28:10.270 [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) 
00:28:10.273 [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] 
00:28:10.274 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:10.274 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [syncCounterWait] incremented to 1 
00:28:10.274 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:274 - Synchronous wait-for-dependencies; waiting... 
00:28:12.275 [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) 
00:28:12.275 [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)] 
00:28:12.279 [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)

00:28:12.279 [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] 
00:28:12.280 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:28:12.280 [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) 
00:28:12.280 [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) 
00:28:12.280 [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) 
00:28:12.280 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:28:12.281 [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)

00:28:12.281 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 
00:28:12.282 [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 
00:28:12.282 [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)] 
00:28:12.287 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
00:28:12.287 [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 
00:28:12.287 [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) 
00:28:12.287 [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)] 
00:28:12.287 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:28:12.288 [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 
00:28:12.288 [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)] 
00:28:12.288 [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)] 
00:28:12.288 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:28:12.288 [main]            TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1921ad94 
00:28:12.288 [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) 
00:28:12.288 [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) 
00:28:12.288 [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 [Thu May 09 00:28:12 UTC 2024]; root of context hierarchy 
00:28:12.288 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:28:12.289 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk671467883/META-INF/spring/context.xml] 
00:28:12.291 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:12.292 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk671467883/org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:12.292 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:12.292 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:12.310 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:28:12.311 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:28:12.318 [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@4fce136b: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 
00:28:12.318 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:12.318 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:12.318 [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} 
00:28:12.319 [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] 
00:28:12.319 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:28:12.319 [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@4fce136b: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 
00:28:12.320 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:28:12.320 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@222eb8aa 
00:28:12.320 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:28:12.320 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:28:12.320 [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) 
00:28:12.320 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:28:12.320 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:28:12.321 [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) 
00:28:12.321 [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) 
00:28:12.321 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:28:12.321 [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) 
00:28:12.322 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5b068087] 
00:28:12.322 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6f152006] 
00:28:12.325 [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 
00:28:12.326 [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:{} 
00:28:12.327 [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:[] 
00:28:12.327 [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} 
00:28:12.327 [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}] 
00:28:12.328 [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 
00:28:12.328 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6b53bcc2] 
00:28:12.329 [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 [Thu May 09 00:28:12 UTC 2024]; root of context hierarchy] 
00:28:12.329 [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} 
00:28:12.329 [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} 
00:28:12.330 [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] 
00:28:12.330 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
00:28:12.330 [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 
00:28:12.330 [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)] 
00:28:12.331 [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 
00:28:12.331 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:12.331 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-wait 
00:28:13.332 [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 
00:28:13.332 [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 
00:28:13.333 [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}} 
00:28:13.333 [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 
00:28:13.333 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-tail 
00:28:13.333 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-tail 
00:28:13.334 [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 
00:28:13.335 [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) 
00:28:13.335 [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@1921ad94 
00:28:13.335 [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@1921ad94 
00:28:13.335 [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 
00:28:13.336 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 
00:28:13.336 [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@264f240e 
00:28:13.336 [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 
00:28:13.336 [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) 
00:28:13.336 [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)] 
00:28:13.336 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-wait is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:28:13.337 [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 
00:28:13.337 [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)] 
00:28:13.337 [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)] 
00:28:13.337 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
00:28:13.337 [main]            TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1921ad94 
00:28:13.337 [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) 
00:28:13.337 [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) 
00:28:13.337 [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 [Thu May 09 00:28:13 UTC 2024]; root of context hierarchy 
00:28:13.338 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:28:13.338 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk671467883/META-INF/spring/context.xml] 
00:28:13.340 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:13.341 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk671467883/org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:13.341 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:13.341 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:13.352 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:28:13.353 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk671467883/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:28:13.357 [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@5cbe877d: defining beans [shape]; root of factory hierarchy 
00:28:13.357 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:13.358 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:13.358 [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} 
00:28:13.358 [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] 
00:28:13.358 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:28:13.359 [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@5cbe877d: defining beans [shape]; root of factory hierarchy] 
00:28:13.359 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:28:13.359 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@222eb8aa 
00:28:13.359 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&shape] 
00:28:13.359 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:28:13.360 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
00:28:13.360 [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)] 
00:28:13.361 [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] 
00:28:13.361 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&shape] is already satisfied 
00:28:13.361 [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) 
00:28:13.361 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&shape] 
00:28:13.361 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:28:13.361 [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) 
00:28:13.361 [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) 
00:28:13.361 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:28:13.362 [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) 
00:28:13.362 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:28:13.366 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:28:13.371 [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 
00:28:13.371 [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 
00:28:13.372 [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 
00:28:13.372 [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 
00:28:13.372 [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 
00:28:13.375 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1af687fe] 
00:28:13.375 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@14dda234] 
00:28:13.375 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
00:28:13.376 [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}} 
00:28:13.376 [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 
00:28:13.376 [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 
00:28:13.377 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2374d36a] 
00:28:13.377 [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 [Thu May 09 00:28:13 UTC 2024]; root of context hierarchy] 
00:28:13.377 [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} 
00:28:13.377 [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} 
00:28:13.378 [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] 
00:28:13.378 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 
00:28:13.378 [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 
00:28:13.379 [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)] 
00:28:13.379 [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 
00:28:13.379 [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}} 
00:28:13.379 [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 
00:28:13.379 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-wait 
00:28:13.379 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-wait 
00:28:13.379 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:13.380 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:440 - Reading OSGi results for test [testBehaviour] 
00:28:13.380 [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: 4.257 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest
00:28:13.383 [Thread-0]        INFO  o.e.g.b.i.c.SyncWaitWithoutDependencyTest:471 - Shutting down OSGi platform 
00:28:13.383 [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) 
00:28:13.383 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:13.383 [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 [Thu May 09 00:28:10 UTC 2024]; root of context hierarchy 
00:28:13.383 [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]] 
00:28:13.384 [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 [Thu May 09 00:28:10 UTC 2024]; root of context hierarchy] 
00:28:13.384 [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 
00:28:13.384 [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 
00:28:13.385 [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]] 
00:28:13.385 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:13.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.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 
00:28:13.385 [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) 
00:28:13.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@1921ad94 
00:28:13.385 [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) 
00:28:13.386 [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) 
00:28:13.386 [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) 
00:28:13.386 [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 [Thu May 09 00:28:12 UTC 2024]; root of context hierarchy 
00:28:13.386 [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 [Thu May 09 00:28:12 UTC 2024]; root of context hierarchy] 
00:28:13.386 [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] 
00:28:13.386 [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 
00:28:13.387 [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 
00:28:13.387 [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}] 
00:28:13.387 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:13.387 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
00:28:13.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@1921ad94 
00:28:13.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.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
00:28:13.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.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 
00:28:13.388 [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) 
00:28:13.388 [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@1921ad94 
00:28:13.388 [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) 
00:28:13.388 [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) 
00:28:13.388 [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) 
00:28:13.388 [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 [Thu May 09 00:28:13 UTC 2024]; root of context hierarchy 
00:28:13.388 [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 [Thu May 09 00:28:13 UTC 2024]; root of context hierarchy] 
00:28:13.389 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:13.389 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:28:13.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@1921ad94 
00:28:13.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.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
00:28:13.389 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:13.389 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:13.389 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:13.389 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:13.389 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:13.390 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:13.390 [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@2888ceb7 
00:28:13.390 [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@2cb74f7e 
00:28:13.390 [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 
00:28:13.390 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:28:13.390 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:28:13.391 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:14,026 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:14,099 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:14,101 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:14,113 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:14,139 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:14,140 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:14,143 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:14,149 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5b87ed94 - No compression will be used
00:28:14,158 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:14,158 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:14,159 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:14,159 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:14,159 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:14,159 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:14,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:14,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:14,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:14,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:14,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:14,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:14,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:14,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:14,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:14,160 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:14,160 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:14,161 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:14,161 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:14,162 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3cef309d - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest
00:28:14.230 [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 
00:28:14.233 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:85 - Instantiating platform wrapper... 
00:28:14.233 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:215 - About to start Equinox OSGi Platform 
00:28:14.447 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:28:14.450 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:28:14.450 [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.1.BUILD-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} 
00:28:14.451 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:28:14.452 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:14.521 [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] 
00:28:14.530 [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] 
00:28:14.536 [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] 
00:28:14.538 [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] 
00:28:14.543 [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] 
00:28:14.548 [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] 
00:28:14.549 [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] 
00:28:14.555 [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] 
00:28:14.560 [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] 
00:28:14.569 [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] 
00:28:14.580 [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] 
00:28:14.583 [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] 
00:28:14.587 [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] 
00:28:14.594 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:14.595 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:14.599 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:14.601 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:14.612 [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] 
00:28:14.649 [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] 
00:28:14.650 [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] 
00:28:14.650 [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] 
00:28:14.650 [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] 
00:28:14.650 [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] 
00:28:14.651 [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] 
00:28:14.651 [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] 
00:28:14.651 [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] 
00:28:14.651 [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] 
00:28:14.652 [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] 
00:28:14.652 [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] 
00:28:14.652 [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] 
00:28:14.652 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:14.653 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:14.653 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:14,679 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:14,702 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:14,703 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:14,710 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:14,725 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:14,726 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:14,737 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:14,742 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@290222c1 - No compression will be used
00:28:14,745 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:14,745 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:14,746 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:14,746 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:14,746 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:14,753 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:14,753 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:14,754 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:14,754 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:14,754 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:14,754 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:14,754 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:14,754 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:14,754 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:14,754 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:14,754 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:14,754 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:14,755 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:14,755 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:14,755 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55634720 - Registering current configuration as safe fallback point
00:28:14.763 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:28:14.769 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:14.827 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:14.828 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:14.831 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:28:14.833 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:28:14.836 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:14.838 [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 
00:28:14.839 [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) 
00:28:14.839 [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)] 
00:28:14.839 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:14.840 [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 
00:28:14.840 [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) 
00:28:14.840 [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)] 
00:28:14.840 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:14.840 [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 
00:28:14.840 [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) 
00:28:14.840 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:14.841 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:14.841 [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 
00:28:14.841 [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) 
00:28:14.841 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:14.841 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:14.842 [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 
00:28:14.842 [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) 
00:28:14.842 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:14.842 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:14.842 [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 
00:28:14.842 [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) 
00:28:14.843 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:14.843 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:14.843 [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 
00:28:14.843 [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) 
00:28:14.843 [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)] 
00:28:14.843 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:14.844 [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 
00:28:14.844 [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) 
00:28:14.844 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:14.844 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:14.845 [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 
00:28:14.845 [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) 
00:28:14.845 [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)] 
00:28:14.846 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:14.847 [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 
00:28:14.847 [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) 
00:28:14.847 [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)] 
00:28:14.847 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:14.848 [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 
00:28:14.848 [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) 
00:28:14.848 [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)] 
00:28:14.849 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:14.849 [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 
00:28:14.849 [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) 
00:28:14.849 [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)] 
00:28:14.849 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:14.850 [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 
00:28:14.850 [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) 
00:28:14.850 [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)] 
00:28:14.853 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:14.854 [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 
00:28:14.854 [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) 
00:28:14.854 [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)] 
00:28:14.854 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:14.855 [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 
00:28:14.855 [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) 
00:28:14.855 [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)] 
00:28:14.855 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:14.855 [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 
00:28:14.855 [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) 
00:28:14.856 [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)] 
00:28:14.861 [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)] 
00:28:14.862 [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)] 
00:28:14.866 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:28:14.866 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:14.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)] 
00:28:14.869 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:14.869 [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@2462cb01 w/ reference null 
00:28:14.869 [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@2462cb01 w/ reference null 
00:28:14.870 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:28:14.872 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:14.879 [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 
00:28:14.882 [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)] 
00:28:14.882 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:14.883 [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 
00:28:14.883 [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)] 
00:28:14.883 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:14.884 [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 
00:28:14.884 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:14.884 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:14.884 [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 
00:28:14.884 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:14.884 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:14.885 [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 
00:28:14.885 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:14.885 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:14.886 [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 
00:28:14.886 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:14.886 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:14.886 [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 
00:28:14.886 [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)] 
00:28:14.886 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:14.887 [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 
00:28:14.887 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:14.887 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:14.888 [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 
00:28:14.888 [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)] 
00:28:14.889 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:14.890 [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 
00:28:14.890 [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)] 
00:28:14.890 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:14.891 [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 
00:28:14.891 [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)] 
00:28:14.891 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:14.892 [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 
00:28:14.892 [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)] 
00:28:14.892 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:14.893 [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 
00:28:14.893 [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)] 
00:28:14.893 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:14.894 [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 
00:28:14.894 [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)] 
00:28:14.894 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:14.894 [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 
00:28:14.894 [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)] 
00:28:14.895 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:14.896 [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 
00:28:14.896 [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)] 
00:28:14.896 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:14.899 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:14.900 [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 
00:28:14.900 [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) 
00:28:14.900 [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)] 
00:28:14.900 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:14.901 [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 
00:28:14.901 [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)] 
00:28:14.902 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:199 - org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest-bundle.properties was not found; using defaults 
00:28:14.903 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:511 - Post processing: creating test bundle 
00:28:14.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] 
00:28:14.911 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:202 - Automatically creating Manifest for the test bundle 
00:28:14.911 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:366 - Using the test class for generating bundle imports 
00:28:14.912 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 
00:28:14.913 [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... 
00:28:14.915 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class ServiceRefAwareWithSingleServiceTest 
00:28:14.923 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
00:28:14.923 [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... 
00:28:14.923 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class ServiceBaseTest 
00:28:14.924 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:14.924 [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... 
00:28:14.924 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class BaseIntegrationTest 
00:28:14.925 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:14.926 [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... 
00:28:14.926 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:28:14.926 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:14.927 [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... 
00:28:14.927 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:28:14.927 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:28:14.927 [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 
00:28:14.927 [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} 
00:28:14.928 [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] 
00:28:14.928 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:28:14.928 [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] 
00:28:14.928 [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] 
00:28:14.928 [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]] 
00:28:14.928 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:28:14.928 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:28:14.928 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:28:14.929 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:28:14.929 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:28:14.929 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:28:14.929 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:28:14.929 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:14.929 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:14.936 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:14.936 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 
00:28:14.936 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 
00:28:14.936 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
00:28:14.937 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 
00:28:14.937 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 
00:28:14.937 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 
00:28:14.941 [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 
00:28:14.942 [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.* 
00:28:14.944 [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)] 
00:28:14.944 [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 
00:28:14.945 [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) 
00:28:14.945 [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)] 
00:28:14.945 [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)] 
00:28:14.945 [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 
00:28:14.945 [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)] 
00:28:14.945 [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 
00:28:14.945 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:28:14.947 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:28:14.947 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:28:14.948 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:28:14.948 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:28:14.948 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:28:14.948 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:28:14.948 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:28:14.949 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:28:14.950 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:28:14.951 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:28:14.952 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:28:14.952 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:28:14.953 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:28:14.953 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:28:14.953 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:28:14.954 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:28:14.954 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:28:14.955 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:28:14.955 [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. 
00:28:14.955 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:364 - Writing test name [testServiceReferenceProperties] to OSGi 
00:28:14.964 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceReferenceProperties] for execution inside OSGi 
00:28:14.964 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceReferenceProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 
00:28:14.964 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:190 - Loading context for locations:  
00:28:14.970 [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 [Thu May 09 00:28:14 UTC 2024]; root of context hierarchy 
00:28:14.973 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:28:14.986 [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@36a5cabc: defining beans []; root of factory hierarchy 
00:28:14.992 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:14.992 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:14.992 [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} 
00:28:14.993 [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] 
00:28:14.995 [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] 
00:28:14.995 [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] 
00:28:14.997 [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] 
00:28:14.999 [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 [Thu May 09 00:28:14 UTC 2024]; root of context hierarchy] 
00:28:15.000 [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} 
00:28:15.001 [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} 
00:28:15.024 [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)))] 
00:28:15.024 [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)))] 
00:28:15.025 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:28:15.029 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:28:15.141 [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)))] 
00:28:15.141 [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}} 
00:28:15.142 [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 
00:28:15.142 [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 
00:28:15.144 [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 
00:28:15.144 [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 
00:28:15.144 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:15.145 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:440 - Reading OSGi results for test [testServiceReferenceProperties] 
00:28:15.145 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:447 - Test[testServiceReferenceProperties]'s result read 
00:28:15.146 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:364 - Writing test name [testProxyForUnaryCardinality] to OSGi 
00:28:15.147 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyForUnaryCardinality] for execution inside OSGi 
00:28:15.147 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyForUnaryCardinality] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@34f7234e 
00:28:15.147 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[]  in=[(objectClass=java.util.Date)] 
00:28:15.147 [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)] 
00:28:15.147 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:28:15.147 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:28:15.148 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.Date)] 
00:28:15.149 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.util.Date}={service.id=34}} 
00:28:15.149 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.Date}={service.id=34}] bound to proxy 
00:28:15.149 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.Date}={service.id=34}] bound to proxy 
00:28:15.149 [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 
00:28:15.149 [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 
00:28:15.150 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:15.150 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:440 - Reading OSGi results for test [testProxyForUnaryCardinality] 
00:28:15.150 [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: 0.923 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest
00:28:15.152 [Thread-0]        INFO  o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:471 - Shutting down OSGi platform 
00:28:15.152 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:15.152 [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) 
00:28:15.153 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:15.153 [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 [Thu May 09 00:28:14 UTC 2024]; root of context hierarchy 
00:28:15.153 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:15.153 [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 [Thu May 09 00:28:14 UTC 2024]; root of context hierarchy] 
00:28:15.153 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:15.153 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:15.154 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:15.154 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:15.154 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:15.155 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:15.155 [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 
00:28:15.156 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:28:15.156 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:28:15.157 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:15,769 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:15,844 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:15,846 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:15,858 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:15,879 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:15,881 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:15,884 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:15,889 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:28:15,898 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:15,898 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:15,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:15,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:15,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:15,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:15,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:15,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:15,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:15,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:15,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:15,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:15,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:15,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:15,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:15,901 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:15,901 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:15,901 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:15,901 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:15,902 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest
00:28:15.986 [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 
00:28:15.989 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:85 - Instantiating platform wrapper... 
00:28:15.990 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:215 - About to start Equinox OSGi Platform 
00:28:16.201 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:28:16.204 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:28:16.205 [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.1.BUILD-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} 
00:28:16.206 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:28:16.207 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:16.277 [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] 
00:28:16.285 [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] 
00:28:16.289 [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] 
00:28:16.290 [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] 
00:28:16.296 [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] 
00:28:16.301 [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] 
00:28:16.302 [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] 
00:28:16.307 [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] 
00:28:16.313 [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] 
00:28:16.322 [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] 
00:28:16.346 [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] 
00:28:16.350 [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] 
00:28:16.354 [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] 
00:28:16.362 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:16.364 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:16.367 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:16.370 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:16.380 [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] 
00:28:16.400 [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] 
00:28:16.401 [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] 
00:28:16.401 [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] 
00:28:16.401 [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] 
00:28:16.402 [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] 
00:28:16.402 [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] 
00:28:16.402 [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] 
00:28:16.402 [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] 
00:28:16.402 [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] 
00:28:16.403 [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] 
00:28:16.403 [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] 
00:28:16.403 [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] 
00:28:16.403 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:16.404 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:16.404 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:16,454 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:16,476 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:16,478 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:16,485 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:16,499 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:16,500 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:16,503 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:16,508 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@290222c1 - No compression will be used
00:28:16,511 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:16,511 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:16,512 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:16,512 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:16,512 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:16,512 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:16,512 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:16,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:16,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:16,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:16,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:16,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:16,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:16,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:16,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:16,520 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:16,520 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:16,521 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:16,521 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:16,521 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55634720 - Registering current configuration as safe fallback point
00:28:16.529 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:28:16.536 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:16.595 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:16.596 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:16.598 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:28:16.601 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:28:16.604 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:16.605 [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 
00:28:16.606 [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) 
00:28:16.606 [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)] 
00:28:16.606 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:16.607 [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 
00:28:16.607 [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) 
00:28:16.607 [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)] 
00:28:16.607 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:16.607 [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 
00:28:16.607 [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) 
00:28:16.608 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:16.608 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:16.608 [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 
00:28:16.608 [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) 
00:28:16.608 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:16.608 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:16.609 [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 
00:28:16.609 [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) 
00:28:16.609 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:16.609 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:16.610 [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 
00:28:16.610 [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) 
00:28:16.610 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:16.610 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:16.610 [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 
00:28:16.611 [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) 
00:28:16.611 [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)] 
00:28:16.611 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:16.612 [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 
00:28:16.612 [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) 
00:28:16.612 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:16.612 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:16.613 [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 
00:28:16.613 [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) 
00:28:16.613 [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)] 
00:28:16.613 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:16.614 [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 
00:28:16.615 [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) 
00:28:16.615 [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)] 
00:28:16.615 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:16.616 [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 
00:28:16.616 [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) 
00:28:16.616 [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)] 
00:28:16.617 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:16.617 [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 
00:28:16.617 [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) 
00:28:16.617 [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)] 
00:28:16.617 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:16.618 [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 
00:28:16.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) 
00:28:16.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)] 
00:28:16.621 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:16.622 [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 
00:28:16.623 [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) 
00:28:16.623 [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)] 
00:28:16.623 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:16.623 [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 
00:28:16.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) 
00:28:16.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)] 
00:28:16.623 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:16.624 [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 
00:28:16.624 [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) 
00:28:16.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)] 
00:28:16.630 [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)] 
00:28:16.630 [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)] 
00:28:16.634 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:28:16.634 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:16.636 [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)] 
00:28:16.637 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:16.638 [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@2462cb01 w/ reference null 
00:28:16.638 [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@2462cb01 w/ reference null 
00:28:16.639 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:28:16.641 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:16.651 [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 
00:28:16.652 [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)] 
00:28:16.652 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:16.653 [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 
00:28:16.653 [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)] 
00:28:16.653 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:16.653 [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 
00:28:16.654 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:16.654 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:16.654 [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 
00:28:16.654 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:16.654 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:16.655 [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 
00:28:16.655 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:16.655 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:16.656 [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 
00:28:16.656 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:16.656 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:16.656 [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 
00:28:16.656 [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)] 
00:28:16.656 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:16.657 [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 
00:28:16.658 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:16.658 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:16.658 [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 
00:28:16.659 [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)] 
00:28:16.659 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:16.660 [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 
00:28:16.660 [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)] 
00:28:16.660 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:16.662 [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 
00:28:16.662 [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)] 
00:28:16.662 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:16.662 [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 
00:28:16.662 [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)] 
00:28:16.663 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:16.663 [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 
00:28:16.663 [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)] 
00:28:16.663 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:16.664 [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 
00:28:16.664 [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)] 
00:28:16.665 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:16.665 [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 
00:28:16.665 [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)] 
00:28:16.665 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:16.666 [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 
00:28:16.666 [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)] 
00:28:16.667 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:16.669 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:16.670 [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 
00:28:16.670 [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) 
00:28:16.670 [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)] 
00:28:16.670 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:16.671 [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 
00:28:16.671 [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)] 
00:28:16.672 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:199 - org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest-bundle.properties was not found; using defaults 
00:28:16.673 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:511 - Post processing: creating test bundle 
00:28:16.680 [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] 
00:28:16.681 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:202 - Automatically creating Manifest for the test bundle 
00:28:16.681 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:366 - Using the test class for generating bundle imports 
00:28:16.682 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 
00:28:16.683 [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... 
00:28:16.685 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class ServiceRefAwareWithMultiServiceTest 
00:28:16.693 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
00:28:16.693 [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... 
00:28:16.693 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class ServiceBaseTest 
00:28:16.694 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:16.694 [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... 
00:28:16.694 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class BaseIntegrationTest 
00:28:16.695 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:16.696 [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... 
00:28:16.696 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:28:16.696 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:16.696 [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... 
00:28:16.697 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:28:16.697 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:28:16.697 [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 
00:28:16.697 [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} 
00:28:16.697 [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] 
00:28:16.698 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:28:16.698 [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] 
00:28:16.698 [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] 
00:28:16.698 [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]] 
00:28:16.698 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:28:16.698 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:28:16.698 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:28:16.698 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:28:16.699 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:28:16.699 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:28:16.699 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:28:16.699 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:16.699 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:16.699 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:16.699 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 
00:28:16.699 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 
00:28:16.699 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
00:28:16.699 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 
00:28:16.699 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 
00:28:16.699 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 
00:28:16.704 [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 
00:28:16.704 [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.* 
00:28:16.707 [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)] 
00:28:16.707 [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 
00:28:16.707 [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) 
00:28:16.707 [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)] 
00:28:16.707 [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)] 
00:28:16.708 [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 
00:28:16.708 [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)] 
00:28:16.708 [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 
00:28:16.708 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:28:16.710 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:28:16.710 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:28:16.710 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:28:16.711 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:28:16.711 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:28:16.711 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:28:16.711 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:28:16.712 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:28:16.713 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:28:16.714 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:28:16.715 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:28:16.715 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:28:16.716 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:28:16.717 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:28:16.717 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:28:16.717 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:28:16.718 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:28:16.718 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:28:16.718 [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. 
00:28:16.719 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:364 - Writing test name [testProxyForMultipleCardinality] to OSGi 
00:28:16.727 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyForMultipleCardinality] for execution inside OSGi 
00:28:16.727 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyForMultipleCardinality] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 
00:28:16.728 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:190 - Loading context for locations:  
00:28:16.741 [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 [Thu May 09 00:28:16 UTC 2024]; root of context hierarchy 
00:28:16.744 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:28:16.757 [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@36a5cabc: defining beans []; root of factory hierarchy 
00:28:16.763 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:16.764 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:16.764 [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} 
00:28:16.765 [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] 
00:28:16.767 [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] 
00:28:16.767 [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] 
00:28:16.769 [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] 
00:28:16.771 [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 [Thu May 09 00:28:16 UTC 2024]; root of context hierarchy] 
00:28:16.772 [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} 
00:28:16.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} 
00:28:16.796 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[]  in=[(objectClass=java.util.Date)] 
00:28:16.796 [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)] 
00:28:16.796 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will  consider exposed classes 
00:28:16.796 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:16.797 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 
00:28:16.797 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:16.800 [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} 
00:28:16.918 [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} 
00:28:16.919 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:16.920 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:440 - Reading OSGi results for test [testProxyForMultipleCardinality] 
00:28:16.920 [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: 0.937 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest
00:28:16.923 [Thread-0]        INFO  o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:471 - Shutting down OSGi platform 
00:28:16.923 [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) 
00:28:16.923 [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 [Thu May 09 00:28:16 UTC 2024]; root of context hierarchy 
00:28:16.924 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:16.924 [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 [Thu May 09 00:28:16 UTC 2024]; root of context hierarchy] 
00:28:16.924 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:16.924 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:16.924 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:16.924 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:16.924 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:16.925 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:16.925 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:16.925 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:16.926 [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 
00:28:16.927 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:28:16.927 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:28:16.927 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:17,555 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:17,620 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:17,622 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:17,646 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:17,666 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:17,668 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:17,671 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:17,677 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used
00:28:17,686 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:17,686 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:17,687 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:17,688 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:17,688 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:17,688 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:17,688 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:17,688 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:17,688 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:17,688 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:17,688 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:17,688 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:17,688 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:17,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:17,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:17,689 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:17,689 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:17,689 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:17,690 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:17,690 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest
00:28:17.771 [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 
00:28:17.774 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:85 - Instantiating platform wrapper... 
00:28:17.775 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:215 - About to start Equinox OSGi Platform 
00:28:17.994 [main]            INFO  o.e.g.b.i.s.ServiceProxyFactoryBeanTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:28:17.997 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:28:17.998 [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.1.BUILD-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} 
00:28:17.999 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:28:17.999 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:18.069 [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] 
00:28:18.078 [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] 
00:28:18.081 [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] 
00:28:18.083 [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] 
00:28:18.088 [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] 
00:28:18.093 [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] 
00:28:18.094 [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] 
00:28:18.099 [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] 
00:28:18.105 [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] 
00:28:18.114 [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] 
00:28:18.142 [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] 
00:28:18.145 [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] 
00:28:18.149 [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] 
00:28:18.156 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:18.157 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:18.161 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:18.163 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:18.174 [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] 
00:28:18.191 [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] 
00:28:18.192 [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] 
00:28:18.192 [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] 
00:28:18.192 [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] 
00:28:18.193 [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] 
00:28:18.193 [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] 
00:28:18.193 [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] 
00:28:18.193 [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] 
00:28:18.194 [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] 
00:28:18.194 [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] 
00:28:18.194 [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] 
00:28:18.195 [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] 
00:28:18.195 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:18.195 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:18.195 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:18,222 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:18,258 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:18,260 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:18,267 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:18,281 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:18,283 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:18,285 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:18,290 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@290222c1 - No compression will be used
00:28:18,293 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:18,293 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:18,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:18,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:18,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:18,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:18,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:18,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
00:28:18,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
00:28:18,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:18,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:18,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:18,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:18,296 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:18,303 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:18,303 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:18,303 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:18,303 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:18,303 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:18,304 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55634720 - Registering current configuration as safe fallback point
00:28:18.312 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:28:18.318 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:18.375 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:18.375 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:18.378 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:28:18.380 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:28:18.383 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:18.385 [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 
00:28:18.386 [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) 
00:28:18.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)] 
00:28:18.386 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:18.387 [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 
00:28:18.387 [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) 
00:28:18.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)] 
00:28:18.387 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:18.387 [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 
00:28:18.387 [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) 
00:28:18.388 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:18.388 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:18.388 [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 
00:28:18.388 [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) 
00:28:18.388 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:18.389 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:18.389 [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 
00:28:18.389 [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) 
00:28:18.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)] 
00:28:18.389 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:18.390 [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 
00:28:18.390 [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) 
00:28:18.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)] 
00:28:18.390 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:18.391 [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 
00:28:18.391 [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) 
00:28:18.391 [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)] 
00:28:18.391 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:18.392 [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 
00:28:18.392 [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) 
00:28:18.392 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:18.392 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:18.393 [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 
00:28:18.393 [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) 
00:28:18.393 [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)] 
00:28:18.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)] 
00:28:18.395 [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 
00:28:18.395 [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) 
00:28:18.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)] 
00:28:18.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)] 
00:28:18.396 [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 
00:28:18.397 [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) 
00:28:18.397 [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)] 
00:28:18.397 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:18.397 [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 
00:28:18.397 [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) 
00:28:18.398 [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)] 
00:28:18.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)] 
00:28:18.398 [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 
00:28:18.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) 
00:28:18.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)] 
00:28:18.402 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:18.403 [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 
00:28:18.403 [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) 
00:28:18.403 [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)] 
00:28:18.403 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:18.403 [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 
00:28:18.404 [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) 
00:28:18.404 [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)] 
00:28:18.404 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:18.404 [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 
00:28:18.405 [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) 
00:28:18.405 [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)] 
00:28:18.411 [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)] 
00:28:18.411 [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)] 
00:28:18.415 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:28:18.415 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:18.417 [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)] 
00:28:18.418 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:18.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@2462cb01 w/ reference null 
00:28:18.419 [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@2462cb01 w/ reference null 
00:28:18.419 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:28:18.422 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:18.433 [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 
00:28:18.433 [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)] 
00:28:18.434 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:18.434 [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 
00:28:18.434 [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)] 
00:28:18.435 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:18.435 [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 
00:28:18.435 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:18.435 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:18.436 [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 
00:28:18.436 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:18.436 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:18.436 [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 
00:28:18.437 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:18.437 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:18.437 [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 
00:28:18.437 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:18.438 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:18.438 [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 
00:28:18.438 [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)] 
00:28:18.438 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:18.439 [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 
00:28:18.439 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:18.440 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:18.440 [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 
00:28:18.441 [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)] 
00:28:18.441 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:18.442 [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 
00:28:18.442 [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)] 
00:28:18.442 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:18.444 [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 
00:28:18.444 [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)] 
00:28:18.444 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:18.444 [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 
00:28:18.445 [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)] 
00:28:18.445 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:18.445 [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 
00:28:18.446 [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)] 
00:28:18.446 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:18.447 [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 
00:28:18.447 [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)] 
00:28:18.447 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:18.447 [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 
00:28:18.447 [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)] 
00:28:18.448 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:18.449 [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 
00:28:18.449 [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)] 
00:28:18.449 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:18.452 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:18.453 [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 
00:28:18.453 [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) 
00:28:18.453 [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)] 
00:28:18.453 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:18.454 [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 
00:28:18.454 [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)] 
00:28:18.455 [main]            INFO  o.e.g.b.i.s.ServiceProxyFactoryBeanTest:199 - org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest-bundle.properties was not found; using defaults 
00:28:18.456 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:511 - Post processing: creating test bundle 
00:28:18.464 [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] 
00:28:18.464 [main]            INFO  o.e.g.b.i.s.ServiceProxyFactoryBeanTest:202 - Automatically creating Manifest for the test bundle 
00:28:18.465 [main]            INFO  o.e.g.b.i.s.ServiceProxyFactoryBeanTest:366 - Using the test class for generating bundle imports 
00:28:18.466 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 
00:28:18.466 [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... 
00:28:18.469 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class ServiceProxyFactoryBeanTest 
00:28:18.477 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
00:28:18.477 [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... 
00:28:18.477 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class ServiceBaseTest 
00:28:18.478 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:18.478 [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... 
00:28:18.478 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest 
00:28:18.479 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:18.480 [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... 
00:28:18.480 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:28:18.481 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:18.481 [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... 
00:28:18.481 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:28:18.481 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:28:18.481 [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 
00:28:18.482 [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} 
00:28:18.482 [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] 
00:28:18.482 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:28:18.482 [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] 
00:28:18.483 [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] 
00:28:18.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-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]] 
00:28:18.483 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:28:18.483 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:28:18.483 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:28:18.483 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:28:18.483 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:28:18.483 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:28:18.484 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:28:18.484 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:18.484 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:18.484 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:18.484 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 
00:28:18.484 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 
00:28:18.484 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
00:28:18.484 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 
00:28:18.484 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 
00:28:18.485 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 
00:28:18.489 [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 
00:28:18.489 [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.* 
00:28:18.492 [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)] 
00:28:18.492 [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 
00:28:18.492 [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) 
00:28:18.492 [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)] 
00:28:18.492 [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)] 
00:28:18.493 [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 
00:28:18.493 [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)] 
00:28:18.493 [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 
00:28:18.493 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:28:18.495 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:28:18.495 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:28:18.495 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:28:18.495 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:28:18.496 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:28:18.496 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:28:18.496 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:28:18.497 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:28:18.498 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:28:18.499 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:28:18.500 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:28:18.501 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:28:18.501 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:28:18.502 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:28:18.502 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:28:18.502 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:28:18.503 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:28:18.503 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:28:18.503 [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. 
00:28:18.504 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForOneServiceAsInterface] to OSGi 
00:28:18.512 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForOneServiceAsInterface] for execution inside OSGi 
00:28:18.512 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFactoryBeanForOneServiceAsInterface] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 
00:28:18.513 [main]            INFO  o.e.g.b.i.s.ServiceProxyFactoryBeanTest:190 - Loading context for locations:  
00:28:18.518 [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 [Thu May 09 00:28:18 UTC 2024]; root of context hierarchy 
00:28:18.522 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:28:18.535 [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@36a5cabc: defining beans []; root of factory hierarchy 
00:28:18.541 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:18.541 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:18.541 [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} 
00:28:18.542 [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] 
00:28:18.544 [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] 
00:28:18.544 [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] 
00:28:18.546 [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] 
00:28:18.548 [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 [Thu May 09 00:28:18 UTC 2024]; root of context hierarchy] 
00:28:18.549 [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} 
00:28:18.550 [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} 
00:28:18.573 [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))] 
00:28:18.573 [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))] 
00:28:18.573 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:28:18.578 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:28:18.583 [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))] 
00:28:18.584 [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}} 
00:28:18.584 [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 
00:28:18.584 [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 
00:28:18.588 [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 
00:28:18.588 [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 
00:28:18.588 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:18.588 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForOneServiceAsInterface] 
00:28:18.589 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:447 - Test[testFactoryBeanForOneServiceAsInterface]'s result read 
00:28:18.590 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForOneServiceAsClass] to OSGi 
00:28:18.590 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForOneServiceAsClass] for execution inside OSGi 
00:28:18.590 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFactoryBeanForOneServiceAsClass] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@512535ff 
00:28:18.591 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[]  in=[(objectClass=java.util.Date)] 
00:28:18.591 [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)] 
00:28:18.591 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
00:28:18.591 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
00:28:18.701 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.Date)] 
00:28:18.701 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.util.Date}={service.id=34}} 
00:28:18.701 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.Date}={service.id=34}] bound to proxy 
00:28:18.701 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.Date}={service.id=34}] bound to proxy 
00:28:18.702 [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 
00:28:18.702 [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 
00:28:18.702 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:18.703 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForOneServiceAsClass] 
00:28:18.703 [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: 0.934 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest
00:28:18.705 [Thread-0]        INFO  o.e.g.b.i.s.ServiceProxyFactoryBeanTest:471 - Shutting down OSGi platform 
00:28:18.706 [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) 
00:28:18.706 [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 [Thu May 09 00:28:18 UTC 2024]; root of context hierarchy 
00:28:18.706 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:18.706 [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 [Thu May 09 00:28:18 UTC 2024]; root of context hierarchy] 
00:28:18.706 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:18.706 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:18.707 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:18.707 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:18.707 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:18.707 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:18.707 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:18.707 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:18.709 [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 
00:28:18.709 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:28:18.710 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:28:18.710 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:19,339 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:19,403 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:19,405 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:19,418 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:19,451 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:19,452 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:19,456 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:19,461 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5ae63ade - No compression will be used
00:28:19,471 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:19,471 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:19,472 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:19,472 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:19,472 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:19,472 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:19,472 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:19,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:19,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:19,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:19,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:19,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:19,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:19,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:19,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:19,473 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:19,473 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:19,474 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:19,474 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:19,475 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4973813a - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest
00:28:19.559 [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 
00:28:19.563 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:85 - Instantiating platform wrapper... 
00:28:19.563 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:215 - About to start Equinox OSGi Platform 
00:28:19.786 [main]            INFO  o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:28:19.789 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:28:19.790 [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.1.BUILD-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} 
00:28:19.791 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:28:19.792 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:19.861 [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] 
00:28:19.870 [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] 
00:28:19.873 [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] 
00:28:19.874 [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] 
00:28:19.880 [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] 
00:28:19.885 [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] 
00:28:19.886 [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] 
00:28:19.891 [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] 
00:28:19.897 [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] 
00:28:19.906 [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] 
00:28:19.938 [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] 
00:28:19.941 [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] 
00:28:19.945 [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] 
00:28:19.951 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:19.953 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:19.957 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:19.959 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:19.970 [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] 
00:28:19.987 [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] 
00:28:19.988 [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] 
00:28:19.988 [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] 
00:28:19.988 [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] 
00:28:19.988 [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] 
00:28:19.989 [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] 
00:28:19.989 [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] 
00:28:19.989 [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] 
00:28:19.989 [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] 
00:28:19.990 [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] 
00:28:19.990 [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] 
00:28:19.990 [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] 
00:28:19.990 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:19.991 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:19.991 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:20,017 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:20,055 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:20,057 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:20,064 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:20,078 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:20,079 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:20,082 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:20,087 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used
00:28:20,090 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:20,090 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:20,091 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:20,091 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:20,091 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:20,091 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:20,099 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:20,099 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:20,100 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:20,100 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:20,100 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:20,100 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:20,100 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:20,100 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:20,100 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:20,100 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:20,100 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:20,101 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:20,101 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:20,101 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point
00:28:20.109 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:28:20.115 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:20.174 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:20.174 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:20.177 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:28:20.179 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:28:20.182 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:20.184 [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 
00:28:20.184 [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) 
00:28:20.184 [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)] 
00:28:20.185 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:20.185 [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 
00:28:20.185 [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) 
00:28:20.185 [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)] 
00:28:20.186 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:20.186 [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 
00:28:20.186 [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) 
00:28:20.186 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:20.186 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:20.186 [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 
00:28:20.187 [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) 
00:28:20.187 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:20.187 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:20.187 [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 
00:28:20.187 [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) 
00:28:20.187 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:20.188 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:20.188 [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 
00:28:20.188 [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) 
00:28:20.188 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:20.188 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:20.189 [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 
00:28:20.189 [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) 
00:28:20.189 [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)] 
00:28:20.189 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:20.190 [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 
00:28:20.190 [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) 
00:28:20.190 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:20.190 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:20.191 [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 
00:28:20.191 [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) 
00:28:20.191 [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)] 
00:28:20.191 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:20.192 [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 
00:28:20.193 [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) 
00:28:20.193 [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)] 
00:28:20.193 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:20.194 [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 
00:28:20.194 [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) 
00:28:20.194 [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)] 
00:28:20.194 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:20.195 [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 
00:28:20.195 [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) 
00:28:20.195 [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)] 
00:28:20.195 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:20.196 [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 
00:28:20.196 [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) 
00:28:20.196 [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)] 
00:28:20.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)] 
00:28:20.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 
00:28:20.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) 
00:28:20.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)] 
00:28:20.200 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:20.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 
00:28:20.201 [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) 
00:28:20.201 [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)] 
00:28:20.201 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:20.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 
00:28:20.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) 
00:28:20.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)] 
00:28:20.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)] 
00:28:20.207 [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)] 
00:28:20.211 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:28:20.211 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:20.214 [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)] 
00:28:20.215 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:20.215 [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 
00:28:20.215 [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 
00:28:20.216 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:28:20.218 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:20.225 [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 
00:28:20.225 [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)] 
00:28:20.228 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:20.229 [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 
00:28:20.229 [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)] 
00:28:20.229 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:20.229 [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 
00:28:20.230 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:20.230 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:20.230 [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 
00:28:20.230 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:20.230 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:20.231 [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 
00:28:20.231 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:20.231 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:20.231 [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 
00:28:20.232 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:20.232 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:20.232 [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 
00:28:20.232 [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)] 
00:28:20.232 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:20.233 [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 
00:28:20.233 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:20.233 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:20.234 [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 
00:28:20.234 [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)] 
00:28:20.234 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:20.236 [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 
00:28:20.236 [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)] 
00:28:20.236 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:20.237 [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 
00:28:20.237 [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)] 
00:28:20.238 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:20.238 [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 
00:28:20.238 [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)] 
00:28:20.238 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:20.239 [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 
00:28:20.239 [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)] 
00:28:20.239 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:20.240 [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 
00:28:20.240 [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)] 
00:28:20.240 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:20.240 [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 
00:28:20.240 [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)] 
00:28:20.240 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:20.241 [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 
00:28:20.242 [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)] 
00:28:20.242 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:20.245 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:20.246 [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 
00:28:20.246 [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) 
00:28:20.246 [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)] 
00:28:20.246 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:20.247 [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 
00:28:20.247 [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)] 
00:28:20.248 [main]            INFO  o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:199 - org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest-bundle.properties was not found; using defaults 
00:28:20.249 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:511 - Post processing: creating test bundle 
00:28:20.257 [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] 
00:28:20.257 [main]            INFO  o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:202 - Automatically creating Manifest for the test bundle 
00:28:20.258 [main]            INFO  o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:366 - Using the test class for generating bundle imports 
00:28:20.259 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 
00:28:20.259 [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... 
00:28:20.261 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class MultiServiceProxyFactoryBeanTest 
00:28:20.270 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
00:28:20.270 [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... 
00:28:20.270 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class ServiceBaseTest 
00:28:20.271 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:20.271 [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... 
00:28:20.271 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest 
00:28:20.272 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:20.273 [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... 
00:28:20.273 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:28:20.273 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:20.274 [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... 
00:28:20.274 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:28:20.274 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:28:20.274 [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 
00:28:20.275 [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} 
00:28:20.275 [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] 
00:28:20.275 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:28:20.275 [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] 
00:28:20.275 [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] 
00:28:20.276 [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]] 
00:28:20.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:28:20.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:28:20.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:28:20.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:28:20.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:28:20.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:28:20.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:28:20.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:20.277 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:20.277 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:20.277 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 
00:28:20.277 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 
00:28:20.277 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
00:28:20.277 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 
00:28:20.277 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 
00:28:20.277 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 
00:28:20.282 [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 
00:28:20.282 [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.* 
00:28:20.284 [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)] 
00:28:20.285 [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 
00:28:20.285 [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) 
00:28:20.285 [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)] 
00:28:20.285 [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)] 
00:28:20.285 [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 
00:28:20.286 [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)] 
00:28:20.286 [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 
00:28:20.286 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:28:20.288 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:28:20.288 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:28:20.288 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:28:20.288 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:28:20.289 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:28:20.289 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:28:20.289 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:28:20.290 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:28:20.291 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:28:20.292 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:28:20.293 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:28:20.293 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:28:20.294 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:28:20.294 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:28:20.294 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:28:20.295 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:28:20.295 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:28:20.296 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:28:20.296 [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. 
00:28:20.296 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testIteratorWhenServiceGoesDown] to OSGi 
00:28:20.305 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testIteratorWhenServiceGoesDown] for execution inside OSGi 
00:28:20.305 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testIteratorWhenServiceGoesDown] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@55cf0d14 
00:28:20.306 [main]            INFO  o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:190 - Loading context for locations:  
00:28:20.311 [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 [Thu May 09 00:28:20 UTC 2024]; root of context hierarchy 
00:28:20.315 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:28:20.328 [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@17d88132: defining beans []; root of factory hierarchy 
00:28:20.334 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:20.334 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:20.334 [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} 
00:28:20.335 [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] 
00:28:20.337 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@e383572] 
00:28:20.337 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5ddf0d24] 
00:28:20.339 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@c9d0d6] 
00:28:20.341 [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 [Thu May 09 00:28:20 UTC 2024]; root of context hierarchy] 
00:28:20.342 [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} 
00:28:20.343 [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} 
00:28:20.366 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[]  in=[(objectClass=java.util.Date)] 
00:28:20.366 [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)] 
00:28:20.366 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will  consider exposed classes 
00:28:20.366 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:20.367 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 
00:28:20.367 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:20.370 [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} 
00:28:20.483 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:20.484 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testIteratorWhenServiceGoesDown] 
00:28:20.484 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testIteratorWhenServiceGoesDown]'s result read 
00:28:20.485 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testProxyDestruction] to OSGi 
00:28:20.486 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyDestruction] for execution inside OSGi 
00:28:20.486 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyDestruction] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@61e94def 
00:28:20.486 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[]  in=[(objectClass=java.util.Date)] 
00:28:20.486 [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)] 
00:28:20.486 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will  consider exposed classes 
00:28:20.487 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:20.487 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 
00:28:20.487 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.util.Date}={Moroccan=Sunset, service.id=34}} 
00:28:20.487 [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} 
00:28:20.488 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:20.489 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testProxyDestruction] 
00:28:20.489 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testProxyDestruction]'s result read 
00:28:20.489 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForMultipleServicesAsInterfaces] to OSGi 
00:28:20.489 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForMultipleServicesAsInterfaces] for execution inside OSGi 
00:28:20.490 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFactoryBeanForMultipleServicesAsInterfaces] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6f152006 
00:28:20.490 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.ArrayList} and filter=[]  in=[(objectClass=java.util.ArrayList)] 
00:28:20.490 [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)] 
00:28:20.490 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will  consider exposed classes 
00:28:20.490 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:20.490 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.ArrayList)] 
00:28:20.491 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:20.491 [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} 
00:28:20.492 [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. 
00:28:20.507 [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} 
00:28:20.508 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:20.508 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForMultipleServicesAsInterfaces] 
00:28:20.509 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testFactoryBeanForMultipleServicesAsInterfaces]'s result read 
00:28:20.509 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForMultipleServicesAsClasses] to OSGi 
00:28:20.509 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForMultipleServicesAsClasses] for execution inside OSGi 
00:28:20.509 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFactoryBeanForMultipleServicesAsClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@23bff419 
00:28:20.510 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[]  in=[(objectClass=java.util.Date)] 
00:28:20.510 [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)] 
00:28:20.510 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will  consider exposed classes 
00:28:20.510 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:20.510 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 
00:28:20.510 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:20.511 [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} 
00:28:20.512 [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} 
00:28:20.513 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:20.513 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForMultipleServicesAsClasses] 
00:28:20.513 [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: 0.957 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest
00:28:20.515 [Thread-0]        INFO  o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:471 - Shutting down OSGi platform 
00:28:20.516 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:20.516 [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) 
00:28:20.516 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:20.516 [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 [Thu May 09 00:28:20 UTC 2024]; root of context hierarchy 
00:28:20.516 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:20.516 [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 [Thu May 09 00:28:20 UTC 2024]; root of context hierarchy] 
00:28:20.516 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:20.516 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:20.516 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:20.517 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:20.517 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:20.518 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:20.518 [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 
00:28:20.518 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:28:20.518 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:28:20.518 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:21,242 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:21,346 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:21,348 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:21,360 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:21,382 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:21,384 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:21,387 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:21,393 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:28:21,442 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:21,442 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:21,443 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:21,443 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:21,443 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:21,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:21,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:21,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:21,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:21,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:21,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:21,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:21,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:21,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:21,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:21,444 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:21,445 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:21,445 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:21,445 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:21,446 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.proxycreator.ClassDependenciesVisibilityTest
00:28:21.514 [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 
00:28:21.516 [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
00:28:22,113 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:22,190 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:22,192 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:22,204 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:22,225 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:22,227 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:22,237 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:22,242 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2b9627bc - No compression will be used
00:28:22,251 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:22,251 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:22,253 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:22,253 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:22,253 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:22,253 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:22,253 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:22,253 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:22,253 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:22,253 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:22,253 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:22,254 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:22,254 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:22,254 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:22,254 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:22,254 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:22,254 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:22,254 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:22,254 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:22,255 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@578486a3 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest
00:28:22.322 [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 
00:28:22.325 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:85 - Instantiating platform wrapper... 
00:28:22.326 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:215 - About to start Equinox OSGi Platform 
00:28:22.533 [main]            INFO  o.e.g.b.i.p.JdkProxyTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:28:22.536 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:28:22.537 [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.1.BUILD-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} 
00:28:22.538 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:28:22.538 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:22.610 [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] 
00:28:22.618 [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] 
00:28:22.622 [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] 
00:28:22.623 [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] 
00:28:22.629 [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] 
00:28:22.637 [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] 
00:28:22.638 [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] 
00:28:22.644 [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] 
00:28:22.649 [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] 
00:28:22.658 [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] 
00:28:22.669 [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] 
00:28:22.672 [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] 
00:28:22.676 [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] 
00:28:22.683 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:22.684 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:22.688 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:22.690 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:22.694 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/jdk.proxy.bundle/target/jdk.proxy-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:22.702 [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] 
00:28:22.748 [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] 
00:28:22.749 [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] 
00:28:22.749 [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] 
00:28:22.749 [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] 
00:28:22.749 [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] 
00:28:22.749 [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] 
00:28:22.750 [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] 
00:28:22.750 [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] 
00:28:22.750 [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] 
00:28:22.750 [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] 
00:28:22.751 [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] 
00:28:22.751 [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] 
00:28:22.751 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:22.751 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:22.751 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:22,777 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:22,799 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:22,801 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:22,807 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:22,822 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:22,823 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:22,826 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:22,830 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@49049a04 - No compression will be used
00:28:22,833 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:22,834 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:22,834 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:22,835 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:22,835 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:22,835 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:22,835 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:22,835 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:22,835 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:22,843 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:22,843 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:22,843 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:22,843 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:22,843 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:22,843 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:22,843 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:22,843 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:22,844 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:22,844 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:22,844 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@428640fa - Registering current configuration as safe fallback point
00:28:22.852 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:28:22.858 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:22.914 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:22.915 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:22.918 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:28:22.920 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:28:22.922 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:22.925 [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 
00:28:22.925 [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) 
00:28:22.925 [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)] 
00:28:22.925 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:22.926 [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 
00:28:22.926 [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) 
00:28:22.926 [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)] 
00:28:22.926 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:22.926 [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 
00:28:22.926 [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) 
00:28:22.927 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:22.927 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:22.927 [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 
00:28:22.927 [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) 
00:28:22.927 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:22.927 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:22.928 [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 
00:28:22.928 [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) 
00:28:22.928 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:22.928 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:22.928 [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 
00:28:22.928 [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) 
00:28:22.929 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:22.929 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:22.929 [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 
00:28:22.929 [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) 
00:28:22.929 [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)] 
00:28:22.929 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:22.930 [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 
00:28:22.930 [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) 
00:28:22.930 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:22.930 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:22.931 [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 
00:28:22.931 [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) 
00:28:22.931 [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)] 
00:28:22.931 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:22.932 [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 
00:28:22.932 [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) 
00:28:22.932 [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)] 
00:28:22.933 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:22.934 [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 
00:28:22.934 [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) 
00:28:22.934 [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)] 
00:28:22.934 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:22.934 [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 
00:28:22.934 [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) 
00:28:22.935 [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)] 
00:28:22.935 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:22.935 [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 
00:28:22.935 [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) 
00:28:22.935 [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)] 
00:28:22.936 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:22.936 [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 
00:28:22.936 [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) 
00:28:22.936 [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)] 
00:28:22.936 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:22.937 [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 
00:28:22.937 [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) 
00:28:22.937 [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)] 
00:28:22.937 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:22.937 [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 
00:28:22.938 [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) 
00:28:22.938 [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)] 
00:28:22.943 [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)] 
00:28:22.943 [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)] 
00:28:22.947 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:28:22.947 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:22.949 [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)] 
00:28:22.950 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:22.951 [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@77659b30 w/ reference null 
00:28:22.951 [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@77659b30 w/ reference null 
00:28:22.952 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:28:22.954 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:22.963 [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 
00:28:22.964 [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)] 
00:28:22.964 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:22.964 [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 
00:28:22.965 [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)] 
00:28:22.965 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:22.965 [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 
00:28:22.965 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:22.965 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:22.965 [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 
00:28:22.966 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:22.966 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:22.966 [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 
00:28:22.966 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:22.967 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:22.967 [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 
00:28:22.967 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:22.967 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:22.967 [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 
00:28:22.968 [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)] 
00:28:22.968 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:22.968 [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 
00:28:22.969 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:22.969 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:22.970 [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 
00:28:22.970 [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)] 
00:28:22.970 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:22.971 [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 
00:28:22.971 [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)] 
00:28:22.971 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:22.973 [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 
00:28:22.973 [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)] 
00:28:22.973 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:22.973 [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 
00:28:22.973 [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)] 
00:28:22.973 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:22.974 [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 
00:28:22.974 [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)] 
00:28:22.974 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:22.975 [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 
00:28:22.975 [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)] 
00:28:22.975 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:22.976 [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 
00:28:22.976 [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)] 
00:28:22.976 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:22.977 [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 
00:28:22.977 [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)] 
00:28:22.977 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:22.981 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:22.981 [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 
00:28:22.981 [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) 
00:28:22.981 [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)] 
00:28:22.982 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:22.982 [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 
00:28:22.982 [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)] 
00:28:22.982 [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/gemini-blueprint-equinox/integration-tests/bundles/jdk.proxy.bundle/target/jdk.proxy-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:22.983 [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)] 
00:28:22.983 [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 
00:28:22.983 [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) 
00:28:22.983 [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)] 
00:28:22.988 [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... 
00:28:22.989 [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 
00:28:22.989 [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)] 
00:28:22.991 [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)] 
00:28:22.991 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:28:22.991 [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)] 
00:28:22.991 [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@4237fd74 
00:28:22.992 [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 
00:28:22.992 [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) 
00:28:22.992 [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)] 
00:28:22.992 [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) 
00:28:22.993 [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 [Thu May 09 00:28:22 UTC 2024]; root of context hierarchy 
00:28:22.993 [main]            INFO  o.e.g.b.i.p.JdkProxyTest:199 - org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest-bundle.properties was not found; using defaults 
00:28:22.994 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:511 - Post processing: creating test bundle 
00:28:22.997 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:28:23.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.proxycreator] 
00:28:23.002 [main]            INFO  o.e.g.b.i.p.JdkProxyTest:202 - Automatically creating Manifest for the test bundle 
00:28:23.002 [main]            INFO  o.e.g.b.i.p.JdkProxyTest:366 - Using the test class for generating bundle imports 
00:28:23.003 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 
00:28:23.004 [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... 
00:28:23.006 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class JdkProxyTest 
00:28:23.014 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:23.014 [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... 
00:28:23.014 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class BaseIntegrationTest 
00:28:23.016 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:23.016 [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... 
00:28:23.016 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:28:23.017 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1978869058/META-INF/spring/context.xml] 
00:28:23.017 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:23.017 [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... 
00:28:23.017 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:28:23.018 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:28:23.018 [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 
00:28:23.018 [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} 
00:28:23.018 [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] 
00:28:23.019 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:28:23.019 [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] 
00:28:23.019 [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] 
00:28:23.019 [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]] 
00:28:23.019 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:28:23.019 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:28:23.019 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:28:23.019 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:28:23.020 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:28:23.020 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:28:23.020 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:28:23.020 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:23.020 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:23.020 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:23.020 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ 
00:28:23.036 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest$1.class 
00:28:23.037 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest.class 
00:28:23.037 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 
00:28:23.037 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 
00:28:23.037 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterface.class 
00:28:23.037 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterfaceImplementation.class 
00:28:23.041 [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 
00:28:23.041 [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.* 
00:28:23.044 [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)] 
00:28:23.044 [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 
00:28:23.044 [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) 
00:28:23.045 [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)] 
00:28:23.045 [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)] 
00:28:23.045 [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 
00:28:23.045 [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)] 
00:28:23.045 [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 
00:28:23.045 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:28:23.047 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:28:23.047 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:28:23.048 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:28:23.048 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:28:23.048 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:28:23.048 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:28:23.048 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:28:23.049 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:28:23.050 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:28:23.051 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:28:23.052 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:28:23.052 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:28:23.052 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:23.053 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:23.053 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:28:23.053 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:23.053 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:23.053 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:28:23.054 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:28:23.054 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:28:23.054 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:28:23.055 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:28:23.055 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:218 - Bundle [org.springframework.osgi.iandt.jdk.proxy] triggers a context creation; waiting for it 
00:28:23.055 [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 
00:28:23.057 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:23.057 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.jdk.proxy 
00:28:23.156 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:28:23.157 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:28:23.182 [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@5943001f: defining beans [invocationHandler]; root of factory hierarchy 
00:28:23.187 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:23.188 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:23.188 [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} 
00:28:23.188 [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] 
00:28:23.190 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:28:23.192 [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@5943001f: defining beans [invocationHandler]; root of factory hierarchy] 
00:28:23.192 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:28:23.192 [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@2bdf06f9 
00:28:23.193 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:28:23.193 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:28:23.193 [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) 
00:28:23.193 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:28:23.193 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:28:23.193 [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) 
00:28:23.193 [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) 
00:28:23.193 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:28:23.193 [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) 
00:28:23.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@268628b1] 
00:28:23.195 [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@14783c58] 
00:28:23.218 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&invocationHandler] is being tracked for dependencies 
00:28:23.219 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [invocationHandler] depends (transitively) on the following importers:{} 
00:28:23.219 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [invocationHandler] depends on importers:[] 
00:28:23.220 [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 {} 
00:28:23.220 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.reflect.InvocationHandler}] 
00:28:23.221 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [invocationHandler] started; all its dependencies are satisfied 
00:28:23.222 [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@120bb4c2] 
00:28:23.224 [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 [Thu May 09 00:28:22 UTC 2024]; root of context hierarchy] 
00:28:23.225 [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} 
00:28:23.225 [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} 
00:28:23.226 [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 
00:28:23.226 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.jdk.proxy 
00:28:23.226 [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. 
00:28:23.226 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:364 - Writing test name [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] to OSGi 
00:28:23.228 [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] 
00:28:23.234 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] for execution inside OSGi 
00:28:23.235 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@332729ad 
00:28:23.235 [main]            INFO  o.e.g.b.i.p.JdkProxyTest:190 - Loading context for locations:  
00:28:23.236 [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 [Thu May 09 00:28:23 UTC 2024]; root of context hierarchy 
00:28:23.236 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:28:23.236 [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@53251a66: defining beans []; root of factory hierarchy 
00:28:23.236 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:23.237 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:23.237 [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} 
00:28:23.237 [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] 
00:28:23.237 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@282cb7c7] 
00:28:23.237 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7d898981] 
00:28:23.237 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@48d61b48] 
00:28:23.238 [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 [Thu May 09 00:28:23 UTC 2024]; root of context hierarchy] 
00:28:23.238 [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} 
00:28:23.238 [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} 
00:28:23.252 [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} 
00:28:23.253 [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 Thu May 09 00:28:23 UTC 2024
00:28:23.254 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:23.254 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:440 - Reading OSGi results for test [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] 
00:28:23.254 [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: 0.935 sec - in org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest
00:28:23.257 [Thread-0]        INFO  o.e.g.b.i.p.JdkProxyTest:471 - Shutting down OSGi platform 
00:28:23.257 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:23.257 [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) 
00:28:23.257 [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]] 
00:28:23.257 [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 [Thu May 09 00:28:23 UTC 2024]; root of context hierarchy 
00:28:23.258 [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 [Thu May 09 00:28:23 UTC 2024]; root of context hierarchy] 
00:28:23.259 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:23.263 [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 
00:28:23.264 [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]] 
00:28:23.265 [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 
00:28:23.265 [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) 
00:28:23.265 [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@4237fd74 
00:28:23.265 [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) 
00:28:23.265 [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) 
00:28:23.265 [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) 
00:28:23.265 [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 [Thu May 09 00:28:22 UTC 2024]; root of context hierarchy 
00:28:23.265 [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 [Thu May 09 00:28:22 UTC 2024]; root of context hierarchy] 
00:28:23.266 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [invocationHandler] 
00:28:23.266 [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} 
00:28:23.266 [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}] 
00:28:23.267 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:23.267 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:28:23.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@4237fd74 
00:28:23.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.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
00:28:23.268 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:23.268 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:23.268 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:23.268 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:23.268 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:23.268 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:23.269 [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 
00:28:23.269 [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 null 
00:28:23.269 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:28:23.269 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:28:23.269 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:23,896 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:23,964 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:23,966 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:23,979 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:24,000 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:24,001 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:24,005 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:24,010 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2b9627bc - No compression will be used
00:28:24,019 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:24,036 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:24,038 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:24,038 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:24,038 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:24,038 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:24,038 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:24,038 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:24,038 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:24,038 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:24,038 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:24,038 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:24,038 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:24,038 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:24,039 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:24,039 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:24,039 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:24,039 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:24,039 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:24,040 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@578486a3 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest
00:28:24.108 [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 
00:28:24.111 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:85 - Instantiating platform wrapper... 
00:28:24.112 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:215 - About to start Equinox OSGi Platform 
00:28:24.328 [main]            INFO  o.e.g.b.i.p.ProxyCreatorTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:28:24.331 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:28:24.331 [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.1.BUILD-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} 
00:28:24.332 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:28:24.333 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:24.405 [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] 
00:28:24.413 [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] 
00:28:24.417 [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] 
00:28:24.418 [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] 
00:28:24.424 [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] 
00:28:24.438 [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] 
00:28:24.439 [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] 
00:28:24.445 [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] 
00:28:24.450 [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] 
00:28:24.460 [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] 
00:28:24.471 [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] 
00:28:24.474 [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] 
00:28:24.478 [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] 
00:28:24.485 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:24.486 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:24.490 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:24.493 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:24.496 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/bundles/proxy.creator.bundle/target/proxy.creator-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:24.505 [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] 
00:28:24.544 [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] 
00:28:24.545 [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] 
00:28:24.545 [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] 
00:28:24.545 [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] 
00:28:24.546 [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] 
00:28:24.546 [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] 
00:28:24.546 [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] 
00:28:24.547 [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] 
00:28:24.547 [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] 
00:28:24.548 [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] 
00:28:24.548 [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] 
00:28:24.548 [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] 
00:28:24.549 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:24.549 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:24.550 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:24,580 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:24,608 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:24,609 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:24,617 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:24,632 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:24,633 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:24,636 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:24,649 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@49049a04 - No compression will be used
00:28:24,652 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:24,652 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:24,653 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:24,653 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:24,654 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:24,654 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:24,654 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:24,654 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:24,654 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:24,654 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:24,654 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:24,654 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:24,654 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:24,654 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:24,654 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:24,654 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:24,654 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:24,655 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:24,655 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:24,655 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@428640fa - Registering current configuration as safe fallback point
00:28:24.663 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:28:24.670 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:24.744 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:24.746 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:24.750 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:28:24.754 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:28:24.757 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:24.760 [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 
00:28:24.760 [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) 
00:28:24.760 [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)] 
00:28:24.760 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:24.761 [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 
00:28:24.761 [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) 
00:28:24.761 [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)] 
00:28:24.762 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:24.762 [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 
00:28:24.762 [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) 
00:28:24.763 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:24.763 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:24.763 [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 
00:28:24.763 [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) 
00:28:24.763 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:24.764 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:24.764 [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 
00:28:24.765 [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) 
00:28:24.765 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:24.765 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:24.765 [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 
00:28:24.766 [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) 
00:28:24.766 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:24.766 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:24.766 [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 
00:28:24.767 [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) 
00:28:24.767 [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)] 
00:28:24.767 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:24.768 [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 
00:28:24.768 [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) 
00:28:24.768 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:24.769 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:24.769 [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 
00:28:24.769 [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) 
00:28:24.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)] 
00:28:24.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)] 
00:28:24.771 [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 
00:28:24.771 [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) 
00:28:24.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)] 
00:28:24.771 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:24.772 [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 
00:28:24.773 [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) 
00:28:24.773 [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)] 
00:28:24.773 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:24.773 [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 
00:28:24.773 [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) 
00:28:24.777 [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)] 
00:28:24.777 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:24.777 [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 
00:28:24.778 [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) 
00:28:24.778 [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)] 
00:28:24.778 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:24.779 [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 
00:28:24.779 [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) 
00:28:24.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)] 
00:28:24.779 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:24.779 [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 
00:28:24.779 [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) 
00:28:24.779 [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)] 
00:28:24.779 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:24.780 [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 
00:28:24.780 [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) 
00:28:24.780 [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)] 
00:28:24.786 [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)] 
00:28:24.786 [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)] 
00:28:24.791 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:28:24.791 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:24.793 [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)] 
00:28:24.794 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:24.795 [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@77659b30 w/ reference null 
00:28:24.795 [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@77659b30 w/ reference null 
00:28:24.795 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:28:24.798 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:24.804 [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 
00:28:24.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)] 
00:28:24.805 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:24.805 [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 
00:28:24.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)] 
00:28:24.806 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:24.806 [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 
00:28:24.806 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:24.806 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:24.806 [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 
00:28:24.807 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:24.807 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:24.807 [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 
00:28:24.807 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:24.808 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:24.808 [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 
00:28:24.808 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:24.808 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:24.808 [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 
00:28:24.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)] 
00:28:24.809 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:24.809 [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 
00:28:24.810 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:24.810 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:24.810 [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 
00:28:24.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)] 
00:28:24.811 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:24.812 [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 
00:28:24.812 [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)] 
00:28:24.812 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:24.813 [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 
00:28:24.814 [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)] 
00:28:24.814 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:24.814 [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 
00:28:24.814 [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)] 
00:28:24.814 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:24.815 [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 
00:28:24.815 [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)] 
00:28:24.815 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:24.816 [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 
00:28:24.816 [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)] 
00:28:24.816 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:24.816 [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 
00:28:24.817 [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)] 
00:28:24.817 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:24.818 [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 
00:28:24.818 [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)] 
00:28:24.818 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:24.821 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:24.821 [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 
00:28:24.821 [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) 
00:28:24.821 [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)] 
00:28:24.822 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:24.822 [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 
00:28:24.822 [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)] 
00:28:24.822 [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/gemini-blueprint-equinox/integration-tests/bundles/proxy.creator.bundle/target/proxy.creator-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:24.823 [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)] 
00:28:24.823 [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 
00:28:24.823 [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) 
00:28:24.823 [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)] 
00:28:24.828 [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... 
00:28:24.828 [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 
00:28:24.829 [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)] 
00:28:24.830 [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)] 
00:28:24.831 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:28:24.831 [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)] 
00:28:24.831 [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@40c2675 
00:28:24.831 [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 
00:28:24.831 [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) 
00:28:24.831 [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)] 
00:28:24.831 [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) 
00:28:24.832 [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 [Thu May 09 00:28:24 UTC 2024]; root of context hierarchy 
00:28:24.833 [main]            INFO  o.e.g.b.i.p.ProxyCreatorTest:199 - org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest-bundle.properties was not found; using defaults 
00:28:24.833 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:511 - Post processing: creating test bundle 
00:28:24.836 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:28:24.841 [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] 
00:28:24.841 [main]            INFO  o.e.g.b.i.p.ProxyCreatorTest:202 - Automatically creating Manifest for the test bundle 
00:28:24.842 [main]            INFO  o.e.g.b.i.p.ProxyCreatorTest:366 - Using the test class for generating bundle imports 
00:28:24.843 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 
00:28:24.843 [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... 
00:28:24.845 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class ProxyCreatorTest 
00:28:24.853 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:24.853 [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... 
00:28:24.853 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class BaseIntegrationTest 
00:28:24.855 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:24.855 [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... 
00:28:24.855 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:28:24.856 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1978869058/META-INF/spring/context.xml] 
00:28:24.856 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:24.856 [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... 
00:28:24.856 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:28:24.857 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:28:24.857 [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 
00:28:24.857 [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} 
00:28:24.857 [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] 
00:28:24.858 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:28:24.858 [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] 
00:28:24.858 [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] 
00:28:24.858 [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]] 
00:28:24.858 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:28:24.858 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:28:24.858 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:28:24.858 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:28:24.858 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:28:24.859 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:28:24.859 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:28:24.859 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:24.859 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:24.859 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:24.859 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ 
00:28:24.859 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest$1.class 
00:28:24.859 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest.class 
00:28:24.859 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 
00:28:24.859 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 
00:28:24.859 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterface.class 
00:28:24.859 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterfaceImplementation.class 
00:28:24.864 [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 
00:28:24.864 [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.* 
00:28:24.866 [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)] 
00:28:24.866 [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 
00:28:24.866 [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) 
00:28:24.867 [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)] 
00:28:24.867 [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)] 
00:28:24.867 [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 
00:28:24.867 [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)] 
00:28:24.867 [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 
00:28:24.867 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:28:24.869 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:28:24.869 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:28:24.870 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:28:24.870 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:28:24.870 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:28:24.870 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:28:24.870 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:28:24.871 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:28:24.872 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:28:24.873 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:28:24.874 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:28:24.874 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:28:24.875 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:28:24.875 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:28:24.875 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:28:24.876 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:28:24.876 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:28:24.877 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:28:24.877 [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 
00:28:24.877 [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 
00:28:24.879 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:24.879 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 
00:28:24.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:24.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:24.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:24.880 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:25.020 [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@7f3dfcd3: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy 
00:28:25.025 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:25.026 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:25.026 [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} 
00:28:25.027 [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] 
00:28:25.038 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:28:25.040 [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@7f3dfcd3: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy] 
00:28:25.041 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:28:25.041 [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@23ae2a01 
00:28:25.041 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:28:25.041 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:28:25.041 [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) 
00:28:25.041 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:28:25.041 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:28:25.041 [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) 
00:28:25.042 [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) 
00:28:25.042 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:28:25.042 [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) 
00:28:25.044 [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@32a910e1] 
00:28:25.044 [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@44b6f3a5] 
00:28:25.060 [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 
00:28:25.060 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:28:25.066 [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 
00:28:25.068 [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 
00:28:25.068 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:28:25.070 [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 
00:28:25.071 [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 
00:28:25.071 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:28:25.072 [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 
00:28:25.073 [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 
00:28:25.073 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:28:25.075 [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 
00:28:25.075 [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 
00:28:25.076 [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 
00:28:25.076 [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 
00:28:25.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:28:25.078 [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 
00:28:25.079 [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 
00:28:25.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:28:25.081 [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 
00:28:25.082 [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 
00:28:25.083 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:28:25.084 [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 
00:28:25.085 [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 
00:28:25.085 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:28:25.087 [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 
00:28:25.090 [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 
00:28:25.090 [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 
00:28:25.091 [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 
00:28:25.091 [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 
00:28:25.091 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
00:28:25.093 [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 
00:28:25.106 [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 
00:28:25.107 [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 
00:28:25.163 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 
00:28:25.164 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 
00:28:25.165 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 
00:28:25.175 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 
00:28:25.176 [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@30e13ae] 
00:28:25.178 [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 [Thu May 09 00:28:24 UTC 2024]; root of context hierarchy] 
00:28:25.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.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} 
00:28:25.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} 
00:28:25.181 [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 
00:28:25.181 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 
00:28:25.181 [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. 
00:28:25.182 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:364 - Writing test name [testNewProxiesCreatedOnBundleRefresh] to OSGi 
00:28:25.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.proxy.creator_1.0.0 [18] 
00:28:25.190 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNewProxiesCreatedOnBundleRefresh] for execution inside OSGi 
00:28:25.190 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNewProxiesCreatedOnBundleRefresh] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@13d4992d 
00:28:25.191 [main]            INFO  o.e.g.b.i.p.ProxyCreatorTest:190 - Loading context for locations:  
00:28:25.192 [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 [Thu May 09 00:28:25 UTC 2024]; root of context hierarchy 
00:28:25.192 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:28:25.192 [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@6057aebb: defining beans []; root of factory hierarchy 
00:28:25.192 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:25.192 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:25.193 [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} 
00:28:25.193 [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] 
00:28:25.193 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@21129f1f] 
00:28:25.193 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5a9f4771] 
00:28:25.193 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@282cb7c7] 
00:28:25.194 [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 [Thu May 09 00:28:25 UTC 2024]; root of context hierarchy] 
00:28:25.194 [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} 
00:28:25.194 [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} 
00:28:25.207 [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 
00:28:25.207 [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) 
00:28:25.207 [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@40c2675 
00:28:25.208 [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) 
00:28:25.208 [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) 
00:28:25.208 [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) 
00:28:25.208 [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 [Thu May 09 00:28:24 UTC 2024]; root of context hierarchy 
00:28:25.208 [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 [Thu May 09 00:28:24 UTC 2024]; root of context hierarchy] 
00:28:25.210 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:25.210 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:28:25.211 [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@40c2675 
00:28:25.211 [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 
00:28:25.211 [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@28fb2ce8 
00:28:25.213 [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 
00:28:25.214 [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)] 
00:28:25.215 [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 
00:28:25.215 [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) 
00:28:25.215 [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)] 
00:28:25.215 [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... 
00:28:25.215 [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 
00:28:25.215 [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)] 
00:28:25.215 [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)] 
00:28:25.216 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:28:25.216 [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)] 
00:28:25.216 [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@40c2675 
00:28:25.216 [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) 
00:28:25.216 [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 
00:28:25.216 [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) 
00:28:25.216 [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)] 
00:28:25.216 [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 [Thu May 09 00:28:25 UTC 2024]; root of context hierarchy 
00:28:25.217 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:28:25.217 [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 
00:28:25.217 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:25.217 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 
00:28:25.236 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1978869058/META-INF/spring/context.xml] 
00:28:25.239 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:25.239 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:25.239 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:25.239 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:25.260 [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@4a73e8e8: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy 
00:28:25.260 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:25.260 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:25.260 [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} 
00:28:25.260 [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] 
00:28:25.261 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:28:25.262 [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@4a73e8e8: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy] 
00:28:25.262 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:28:25.262 [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@23ae2a01 
00:28:25.262 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:28:25.262 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:28:25.262 [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) 
00:28:25.262 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:28:25.262 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:28:25.262 [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) 
00:28:25.263 [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) 
00:28:25.263 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:28:25.263 [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) 
00:28:25.263 [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@5b70eb8a] 
00:28:25.263 [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@67152317] 
00:28:25.267 [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 
00:28:25.268 [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 
00:28:25.274 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 
00:28:25.275 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 
00:28:25.275 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 
00:28:25.281 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 
00:28:25.281 [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@5ee5e0ce] 
00:28:25.281 [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 [Thu May 09 00:28:25 UTC 2024]; root of context hierarchy] 
00:28:25.281 [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} 
00:28:25.282 [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} 
00:28:25.282 [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 
00:28:25.282 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 
00:28:25.282 [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] 
00:28:25.282 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:25.283 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:440 - Reading OSGi results for test [testNewProxiesCreatedOnBundleRefresh] 
00:28:25.283 [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: 1.179 sec - in org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest
00:28:25.286 [Thread-0]        INFO  o.e.g.b.i.p.ProxyCreatorTest:471 - Shutting down OSGi platform 
00:28:25.286 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:25.286 [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) 
00:28:25.286 [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]] 
00:28:25.286 [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 [Thu May 09 00:28:25 UTC 2024]; root of context hierarchy 
00:28:25.286 [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 [Thu May 09 00:28:25 UTC 2024]; root of context hierarchy] 
00:28:25.287 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:25.287 [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 
00:28:25.287 [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]] 
00:28:25.288 [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 
00:28:25.288 [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) 
00:28:25.288 [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@40c2675 
00:28:25.288 [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) 
00:28:25.288 [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) 
00:28:25.288 [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) 
00:28:25.288 [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 [Thu May 09 00:28:25 UTC 2024]; root of context hierarchy 
00:28:25.288 [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 [Thu May 09 00:28:25 UTC 2024]; root of context hierarchy] 
00:28:25.289 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:25.289 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:28:25.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@40c2675 
00:28:25.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.proxy.creator, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
00:28:25.289 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:25.289 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:25.289 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:25.289 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:25.289 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:25.289 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:25.290 [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 
00:28:25.290 [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@263cc787 
00:28:25.290 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:28:25.290 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:28:25.290 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:25,947 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:26,011 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:26,013 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:26,038 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:26,059 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:26,060 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:26,064 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:26,069 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2b9627bc - No compression will be used
00:28:26,078 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:26,078 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:26,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:26,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:26,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:26,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:26,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:26,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:26,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:26,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:26,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:26,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:26,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:26,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:26,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:26,080 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:26,081 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:26,081 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:26,081 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:26,082 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@578486a3 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest
00:28:26.154 [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 
00:28:26.157 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:85 - Instantiating platform wrapper... 
00:28:26.158 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:215 - About to start Equinox OSGi Platform 
00:28:26.366 [main]            INFO  o.e.g.b.i.d.DeadlockHandlingTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:28:26.369 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:28:26.370 [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.1.BUILD-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} 
00:28:26.371 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:28:26.371 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:26.441 [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] 
00:28:26.449 [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] 
00:28:26.453 [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] 
00:28:26.454 [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] 
00:28:26.460 [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] 
00:28:26.465 [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] 
00:28:26.466 [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] 
00:28:26.471 [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] 
00:28:26.477 [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] 
00:28:26.486 [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] 
00:28:26.497 [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] 
00:28:26.500 [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] 
00:28:26.504 [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] 
00:28:26.511 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:26.513 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:26.539 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:26.541 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:26.552 [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] 
00:28:26.570 [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] 
00:28:26.571 [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] 
00:28:26.571 [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] 
00:28:26.571 [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] 
00:28:26.572 [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] 
00:28:26.572 [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] 
00:28:26.572 [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] 
00:28:26.572 [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] 
00:28:26.573 [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] 
00:28:26.573 [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] 
00:28:26.573 [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] 
00:28:26.573 [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] 
00:28:26.574 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:26.574 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:26.574 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:26,601 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:26,623 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:26,625 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:26,631 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:26,650 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:26,652 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:26,654 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:26,659 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@437da279 - No compression will be used
00:28:26,662 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:26,662 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:26,663 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:26,664 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:26,664 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:26,664 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:26,664 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:26,664 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:26,664 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:26,664 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:26,664 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:26,664 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:26,664 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:26,664 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:26,664 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:26,664 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:26,665 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:26,665 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:26,665 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:26,665 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@27f981c6 - Registering current configuration as safe fallback point
00:28:26.680 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:28:26.686 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:26.743 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:26.744 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:26.747 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:28:26.749 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:28:26.752 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:26.754 [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 
00:28:26.754 [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) 
00:28:26.754 [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)] 
00:28:26.755 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:26.755 [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 
00:28:26.755 [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) 
00:28:26.755 [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)] 
00:28:26.756 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:26.756 [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 
00:28:26.756 [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) 
00:28:26.756 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:26.756 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:26.756 [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 
00:28:26.757 [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) 
00:28:26.757 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:26.757 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:26.757 [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 
00:28:26.757 [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) 
00:28:26.758 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:26.758 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:26.758 [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 
00:28:26.758 [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) 
00:28:26.758 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:26.758 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:26.759 [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 
00:28:26.759 [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) 
00:28:26.759 [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)] 
00:28:26.759 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:26.760 [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 
00:28:26.760 [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) 
00:28:26.760 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:26.760 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:26.761 [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 
00:28:26.761 [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) 
00:28:26.761 [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)] 
00:28:26.761 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:26.762 [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 
00:28:26.762 [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) 
00:28:26.762 [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)] 
00:28:26.763 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:26.764 [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 
00:28:26.764 [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) 
00:28:26.764 [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)] 
00:28:26.764 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:26.764 [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 
00:28:26.765 [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) 
00:28:26.765 [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)] 
00:28:26.765 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:26.765 [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 
00:28:26.765 [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) 
00:28:26.766 [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)] 
00:28:26.769 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:26.770 [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 
00:28:26.770 [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) 
00:28:26.770 [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)] 
00:28:26.770 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:26.770 [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 
00:28:26.770 [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) 
00:28:26.771 [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)] 
00:28:26.771 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:26.771 [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 
00:28:26.771 [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) 
00:28:26.771 [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)] 
00:28:26.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)] 
00:28:26.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)] 
00:28:26.781 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:28:26.782 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:26.784 [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)] 
00:28:26.785 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:26.785 [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@6ca18a14 w/ reference null 
00:28:26.785 [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@6ca18a14 w/ reference null 
00:28:26.786 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:28:26.788 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:26.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 
00:28:26.799 [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)] 
00:28:26.799 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:26.800 [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 
00:28:26.800 [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)] 
00:28:26.800 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:26.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 
00:28:26.800 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:26.801 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:26.801 [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 
00:28:26.801 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:26.801 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:26.802 [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 
00:28:26.802 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:26.802 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:26.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 
00:28:26.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)] 
00:28:26.803 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:26.803 [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 
00:28:26.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)] 
00:28:26.803 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:26.804 [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 
00:28:26.804 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:26.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)] 
00:28:26.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 
00:28:26.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)] 
00:28:26.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)] 
00:28:26.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 
00:28:26.807 [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)] 
00:28:26.807 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:26.808 [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 
00:28:26.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)] 
00:28:26.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)] 
00:28:26.809 [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 
00:28:26.809 [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)] 
00:28:26.809 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:26.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 
00:28:26.810 [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)] 
00:28:26.810 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:26.811 [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 
00:28:26.811 [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)] 
00:28:26.811 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:26.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 
00:28:26.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)] 
00:28:26.811 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:26.812 [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 
00:28:26.812 [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)] 
00:28:26.813 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:26.816 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:26.816 [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 
00:28:26.816 [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) 
00:28:26.817 [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)] 
00:28:26.817 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:26.817 [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 
00:28:26.817 [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)] 
00:28:26.819 [main]            INFO  o.e.g.b.i.d.DeadlockHandlingTest:199 - org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest-bundle.properties was not found; using defaults 
00:28:26.819 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:511 - Post processing: creating test bundle 
00:28:26.826 [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] 
00:28:26.826 [main]            INFO  o.e.g.b.i.d.DeadlockHandlingTest:202 - Automatically creating Manifest for the test bundle 
00:28:26.827 [main]            INFO  o.e.g.b.i.d.DeadlockHandlingTest:366 - Using the test class for generating bundle imports 
00:28:26.828 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest.class 
00:28:26.828 [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... 
00:28:26.830 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class DeadlockHandlingTest 
00:28:26.840 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:26.840 [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... 
00:28:26.840 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class BaseIntegrationTest 
00:28:26.842 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:26.843 [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... 
00:28:26.843 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:28:26.844 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:26.844 [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... 
00:28:26.844 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:28:26.844 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:28:26.845 [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 
00:28:26.845 [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} 
00:28:26.845 [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] 
00:28:26.845 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:28:26.845 [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] 
00:28:26.845 [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] 
00:28:26.846 [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]] 
00:28:26.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:28:26.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:28:26.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:28:26.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:28:26.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:28:26.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:28:26.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:28:26.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:26.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:26.846 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:26.847 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/ 
00:28:26.847 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest.class 
00:28:26.851 [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 
00:28:26.851 [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.* 
00:28:26.853 [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)] 
00:28:26.854 [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 
00:28:26.854 [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) 
00:28:26.854 [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)] 
00:28:26.854 [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)] 
00:28:26.854 [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 
00:28:26.854 [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)] 
00:28:26.855 [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 
00:28:26.855 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:364 - Writing test name [testErrorHandling] to OSGi 
00:28:26.863 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testErrorHandling] for execution inside OSGi 
00:28:26.863 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testErrorHandling] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6a47b187 
00:28:26.863 [main]            INFO  o.e.g.b.i.d.DeadlockHandlingTest:190 - Loading context for locations:  
00:28:26.869 [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 [Thu May 09 00:28:26 UTC 2024]; root of context hierarchy 
00:28:26.873 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:28:26.885 [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@31add175: defining beans []; root of factory hierarchy 
00:28:26.891 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:26.891 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:26.892 [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} 
00:28:26.892 [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] 
00:28:26.894 [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] 
00:28:26.894 [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] 
00:28:26.896 [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] 
00:28:26.898 [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 [Thu May 09 00:28:26 UTC 2024]; root of context hierarchy] 
00:28:26.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-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} 
00:28:26.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} 
00:28:26.922 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:26.930 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 
00:28:26.931 [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 
00:28:26.931 [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) 
00:28:26.931 [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)] 
00:28:26.932 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Purposeful Deadlock is type compatible with extender gemini-blueprint-extender; processing bundle... 
00:28:26.932 [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 
00:28:26.932 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 
00:28:26.934 [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)] 
00:28:26.934 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:28:26.935 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 
00:28:26.935 [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@25bb063e 
00:28:26.935 [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 
00:28:26.935 [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) 
00:28:26.935 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 
00:28:26.935 [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) 
00:28:26.936 [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 [Thu May 09 00:28:26 UTC 2024]; root of context hierarchy 
00:28:26.936 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:28:26.943 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1978869058/META-INF/spring/deadlock.xml] 
00:28:27.012 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:27.013 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1978869058/org/springframework/beans/factory/xml/spring-beans.xsd 
00:28:27.014 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:27.014 [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.fwk1978869058/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:27.056 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:28:27.056 [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.fwk1978869058/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
00:28:27.081 [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@443e9011: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,culprit,amigo]; root of factory hierarchy 
00:28:27.081 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:27.081 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:27.082 [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} 
00:28:27.082 [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] 
00:28:27.087 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:28:27.089 [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@443e9011: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,culprit,amigo]; root of factory hierarchy] 
00:28:27.089 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:28:27.089 [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@51bace7 
00:28:27.089 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:28:27.089 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:28:27.089 [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) 
00:28:27.089 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:28:27.089 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:28:27.090 [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) 
00:28:27.090 [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) 
00:28:27.090 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:28:27.090 [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) 
00:28:27.091 [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@40ae9901] 
00:28:27.091 [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@3973ec64] 
00:28:27.104 [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 
00:28:27.104 [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 
00:28:27.104 [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 
00:28:27.105 [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 
00:28:29.936 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:29.937 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:440 - Reading OSGi results for test [testErrorHandling] 
00:28:29.937 [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: 3.787 sec - in org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest
00:28:29.940 [Thread-0]        INFO  o.e.g.b.i.d.DeadlockHandlingTest:471 - Shutting down OSGi platform 
00:28:29.940 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:29.941 [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) 
00:28:29.941 [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]] 
00:28:29.941 [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 [Thu May 09 00:28:26 UTC 2024]; root of context hierarchy 
00:28:29.941 [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 [Thu May 09 00:28:26 UTC 2024]; root of context hierarchy] 
00:28:29.941 [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 
00:28:29.942 [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]] 
00:28:29.942 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:29.943 [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 
00:28:29.943 [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) 
00:28:29.943 [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@25bb063e 
00:28:29.943 [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) 
00:28:29.943 [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 
00:28:29.943 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:28:29.944 [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 [Thu May 09 00:28:26 UTC 2024]; root of context hierarchy 
00:28:29.944 [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 [Thu May 09 00:28:26 UTC 2024]; root of context hierarchy] 
00:28:39.943 [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 
00:28:39.943 [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 [Thu May 09 00:28:26 UTC 2024]; root of context hierarchy context did not close successfully; forcing shutdown... 
00:28:39.944 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 1 service dependency listener(s) to stop... 
00:28:49.944 [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... 
00:28:49.944 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:49.945 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:49.945 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:49.945 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:49.946 [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 
00:28:49.946 [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 
00:28:49.946 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:28:49.946 [Thread-0]        WARN  o.e.g.b.e.i.s.ExtenderConfiguration:261 - Forcing the (internally created) taskExecutor to stop... 
00:28:49.947 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:28:49.947 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:50,547 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:50,610 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:50,612 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:50,624 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:50,648 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:50,649 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:50,652 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:50,658 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:28:50,667 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:50,667 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:50,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:50,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:50,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:50,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:50,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:50,669 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:50,669 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:50,669 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:50,669 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:50,669 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:50,669 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:50,669 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:50,669 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:50,669 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:50,669 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:50,670 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:50,670 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:50,670 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest
00:28:50.737 [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 
00:28:50.741 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:85 - Instantiating platform wrapper... 
00:28:50.741 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:215 - About to start Equinox OSGi Platform 
00:28:50.989 [main]            INFO  o.e.g.b.i.e.ErrorHandlingTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:28:50.992 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:28:50.993 [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.1.BUILD-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} 
00:28:50.994 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:28:50.994 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:51.089 [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] 
00:28:51.099 [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] 
00:28:51.104 [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] 
00:28:51.105 [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] 
00:28:51.111 [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] 
00:28:51.115 [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] 
00:28:51.117 [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] 
00:28:51.122 [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] 
00:28:51.141 [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] 
00:28:51.150 [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] 
00:28:51.160 [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] 
00:28:51.163 [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] 
00:28:51.167 [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] 
00:28:51.174 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:51.175 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:51.179 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:51.181 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:51.192 [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] 
00:28:51.210 [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] 
00:28:51.210 [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] 
00:28:51.210 [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] 
00:28:51.210 [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] 
00:28:51.211 [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] 
00:28:51.211 [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] 
00:28:51.211 [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] 
00:28:51.211 [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] 
00:28:51.212 [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] 
00:28:51.212 [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] 
00:28:51.212 [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] 
00:28:51.236 [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] 
00:28:51.237 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:51.237 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:51.237 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:51,263 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:51,286 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:51,287 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:51,294 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:51,308 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:51,309 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:51,312 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:51,317 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:28:51,320 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:51,320 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:51,321 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:51,321 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:51,322 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:51,322 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:51,322 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:51,322 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:51,322 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:51,322 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:51,322 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:51,322 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:51,322 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:51,322 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:51,322 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:51,322 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:51,322 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:51,323 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:51,323 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:51,323 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:28:51.338 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:28:51.344 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:51.407 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:51.408 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:51.411 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:28:51.413 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:28:51.416 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:51.419 [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 
00:28:51.419 [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) 
00:28:51.419 [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)] 
00:28:51.419 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:51.420 [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 
00:28:51.420 [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) 
00:28:51.420 [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)] 
00:28:51.420 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:51.421 [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 
00:28:51.421 [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) 
00:28:51.421 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:51.421 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:51.421 [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 
00:28:51.421 [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) 
00:28:51.422 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:51.422 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:51.423 [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 
00:28:51.423 [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) 
00:28:51.423 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:51.423 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:51.424 [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 
00:28:51.424 [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) 
00:28:51.424 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:51.424 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:51.424 [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 
00:28:51.425 [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) 
00:28:51.425 [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)] 
00:28:51.425 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:51.426 [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 
00:28:51.426 [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) 
00:28:51.426 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:51.426 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:51.427 [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 
00:28:51.427 [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) 
00:28:51.427 [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)] 
00:28:51.427 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:51.429 [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 
00:28:51.429 [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) 
00:28:51.429 [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)] 
00:28:51.429 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:51.430 [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 
00:28:51.431 [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) 
00:28:51.431 [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)] 
00:28:51.431 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:51.431 [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 
00:28:51.431 [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) 
00:28:51.431 [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)] 
00:28:51.432 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:51.432 [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 
00:28:51.432 [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) 
00:28:51.432 [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)] 
00:28:51.436 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:51.436 [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 
00:28:51.437 [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) 
00:28:51.437 [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)] 
00:28:51.437 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:51.437 [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 
00:28:51.437 [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) 
00:28:51.437 [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)] 
00:28:51.437 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:51.438 [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 
00:28:51.438 [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) 
00:28:51.438 [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)] 
00:28:51.444 [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)] 
00:28:51.444 [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)] 
00:28:51.449 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:28:51.449 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:51.451 [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)] 
00:28:51.452 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:51.453 [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@1b410b60 w/ reference null 
00:28:51.453 [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@1b410b60 w/ reference null 
00:28:51.454 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:28:51.456 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:51.463 [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 
00:28:51.463 [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)] 
00:28:51.463 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:51.464 [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 
00:28:51.464 [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)] 
00:28:51.464 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:51.464 [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 
00:28:51.465 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:51.465 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:51.465 [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 
00:28:51.465 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:51.465 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:51.466 [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 
00:28:51.466 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:51.466 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:51.466 [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 
00:28:51.467 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:51.467 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:51.467 [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 
00:28:51.467 [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)] 
00:28:51.467 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:51.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 
00:28:51.468 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:51.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)] 
00:28:51.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 
00:28:51.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)] 
00:28:51.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)] 
00:28:51.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 
00:28:51.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)] 
00:28:51.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)] 
00:28:51.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 
00:28:51.473 [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)] 
00:28:51.473 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:51.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 
00:28:51.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)] 
00:28:51.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)] 
00:28:51.474 [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 
00:28:51.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)] 
00:28:51.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)] 
00:28:51.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 
00:28:51.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)] 
00:28:51.475 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:51.476 [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 
00:28:51.476 [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)] 
00:28:51.476 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:51.477 [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 
00:28:51.477 [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)] 
00:28:51.477 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:51.480 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:51.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 
00:28:51.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) 
00:28:51.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)] 
00:28:51.481 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:51.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 
00:28:51.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)] 
00:28:51.483 [main]            INFO  o.e.g.b.i.e.ErrorHandlingTest:199 - org/eclipse/gemini/blueprint/iandt/errors/ErrorHandlingTest-bundle.properties was not found; using defaults 
00:28:51.483 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:511 - Post processing: creating test bundle 
00:28:51.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.errors] 
00:28:51.490 [main]            INFO  o.e.g.b.i.e.ErrorHandlingTest:202 - Automatically creating Manifest for the test bundle 
00:28:51.490 [main]            INFO  o.e.g.b.i.e.ErrorHandlingTest:366 - Using the test class for generating bundle imports 
00:28:51.492 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/errors/ErrorHandlingTest.class 
00:28:51.492 [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... 
00:28:51.494 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class ErrorHandlingTest 
00:28:51.501 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:51.501 [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... 
00:28:51.501 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class BaseIntegrationTest 
00:28:51.504 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:51.504 [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... 
00:28:51.504 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:28:51.505 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:51.505 [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... 
00:28:51.505 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:28:51.505 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:28:51.505 [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 
00:28:51.506 [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} 
00:28:51.506 [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] 
00:28:51.506 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:28:51.506 [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] 
00:28:51.506 [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] 
00:28:51.506 [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]] 
00:28:51.506 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:28:51.507 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:28:51.507 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:28:51.507 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:28:51.507 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:28:51.507 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:28:51.507 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:28:51.507 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:51.507 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:51.507 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:51.507 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ 
00:28:51.507 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ErrorHandlingTest.class 
00:28:51.511 [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 
00:28:51.511 [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.* 
00:28:51.514 [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)] 
00:28:51.514 [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 
00:28:51.514 [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) 
00:28:51.514 [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)] 
00:28:51.514 [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)] 
00:28:51.515 [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 
00:28:51.515 [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)] 
00:28:51.515 [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 
00:28:51.515 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:364 - Writing test name [testErrorHandling] to OSGi 
00:28:51.523 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testErrorHandling] for execution inside OSGi 
00:28:51.524 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testErrorHandling] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@11bb571c 
00:28:51.524 [main]            INFO  o.e.g.b.i.e.ErrorHandlingTest:190 - Loading context for locations:  
00:28:51.529 [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 [Thu May 09 00:28:51 UTC 2024]; root of context hierarchy 
00:28:51.539 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:28:51.551 [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@69f1a286: defining beans []; root of factory hierarchy 
00:28:51.557 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:51.557 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:51.558 [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} 
00:28:51.558 [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] 
00:28:51.560 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@ca30bc1] 
00:28:51.561 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1046d517] 
00:28:51.562 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@14fc1f0] 
00:28:51.564 [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 [Thu May 09 00:28:51 UTC 2024]; root of context hierarchy] 
00:28:51.565 [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} 
00:28:51.566 [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} 
00:28:51.588 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:51.596 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 
00:28:51.596 [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 
00:28:51.596 [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) 
00:28:51.596 [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)] 
00:28:51.597 [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... 
00:28:51.598 [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 
00:28:51.598 [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)] 
00:28:51.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 [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 
00:28:51.600 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:28:51.600 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 
00:28:51.600 [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@2422dee9 
00:28:51.600 [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 
00:28:51.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.error, config=osgibundle:/META-INF/spring/*.xml) 
00:28:51.601 [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)] 
00:28:51.601 [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) 
00:28:51.601 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:51.601 [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 [Thu May 09 00:28:51 UTC 2024]; root of context hierarchy 
00:28:51.601 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:28:51.601 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:440 - Reading OSGi results for test [testErrorHandling] 
00:28:51.602 [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: 0.868 sec - in org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest
00:28:51.605 [Thread-0]        INFO  o.e.g.b.i.e.ErrorHandlingTest:471 - Shutting down OSGi platform 
00:28:51.605 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:51.605 [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) 
00:28:51.605 [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 [Thu May 09 00:28:51 UTC 2024]; root of context hierarchy 
00:28:51.605 [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 [Thu May 09 00:28:51 UTC 2024]; root of context hierarchy] 
00:28:51.605 [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]] 
00:28:51.606 [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 
00:28:51.607 [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]] 
00:28:51.607 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:51.607 [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 
00:28:51.608 [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) 
00:28:51.608 [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@2422dee9 
00:28:51.608 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:28:51.608 [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) 
00:28:51.608 [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) 
00:28:51.609 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1340565491/META-INF/spring/error.xml] 
00:28:51.612 [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:748)

00:28:51.612 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:28:51.612 [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@2422dee9 
00:28:51.612 [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 
00:28:51.612 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:51.613 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:51.613 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:51.613 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:51.613 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:51.613 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:51.614 [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 
00:28:51.614 [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 
00:28:51.614 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:28:51.615 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:28:51.615 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:52,295 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:52,363 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:52,365 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:52,378 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:52,399 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:52,400 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:52,404 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:52,409 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b49cea0 - No compression will be used
00:28:52,418 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:52,418 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:52,419 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:52,419 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:52,419 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:52,420 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:52,420 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:52,420 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:52,420 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:52,420 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:52,420 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:52,420 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:52,420 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:52,420 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:52,420 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:52,420 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:52,420 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:52,421 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:52,421 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:52,422 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ebc05a6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest
00:28:52.497 [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 
00:28:52.501 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:85 - Instantiating platform wrapper... 
00:28:52.501 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:215 - About to start Equinox OSGi Platform 
00:28:52.715 [main]            INFO  o.e.g.b.i.r.RecursiveTypesTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 
00:28:52.718 [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.1.BUILD-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.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT=} 
00:28:52.718 [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.1.BUILD-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} 
00:28:52.719 [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.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.1.BUILD-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.1.BUILD-SNAPSHOT} 
00:28:52.720 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:52.791 [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] 
00:28:52.799 [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] 
00:28:52.803 [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] 
00:28:52.804 [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] 
00:28:52.810 [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] 
00:28:52.814 [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] 
00:28:52.816 [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] 
00:28:52.821 [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] 
00:28:52.840 [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] 
00:28:52.849 [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] 
00:28:52.860 [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] 
00:28:52.863 [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] 
00:28:52.867 [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] 
00:28:52.873 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:52.875 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:52.878 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:52.881 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:52.891 [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] 
00:28:52.910 [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] 
00:28:52.910 [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] 
00:28:52.910 [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] 
00:28:52.911 [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] 
00:28:52.911 [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] 
00:28:52.911 [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] 
00:28:52.937 [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] 
00:28:52.937 [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] 
00:28:52.937 [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] 
00:28:52.937 [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] 
00:28:52.938 [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] 
00:28:52.938 [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] 
00:28:52.938 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:52.938 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:52.939 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:52,965 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/test-classes/logback-test.xml]
00:28:52,988 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:28:52,989 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
00:28:52,996 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:53,011 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:28:53,012 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
00:28:53,015 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:28:53,019 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12aba8be - No compression will be used
00:28:53,023 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
00:28:53,023 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
00:28:53,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
00:28:53,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
00:28:53,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
00:28:53,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
00:28:53,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
00:28:53,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
00:28:53,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
00:28:53,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
00:28:53,024 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
00:28:53,031 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
00:28:53,032 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
00:28:53,032 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
00:28:53,032 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
00:28:53,032 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
00:28:53,032 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
00:28:53,032 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
00:28:53,032 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:28:53,033 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4659191b - Registering current configuration as safe fallback point
00:28:53.040 [main]            INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
00:28:53.047 [main]            INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 
00:28:53.105 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:53.106 [main]            INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
00:28:53.108 [main]            WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
00:28:53.111 [main]            DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
00:28:53.113 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:53.116 [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 
00:28:53.116 [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) 
00:28:53.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)] 
00:28:53.116 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:53.117 [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 
00:28:53.117 [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) 
00:28:53.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)] 
00:28:53.117 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:53.117 [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 
00:28:53.118 [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) 
00:28:53.118 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:53.118 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:53.118 [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 
00:28:53.118 [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) 
00:28:53.118 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:53.118 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:53.119 [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 
00:28:53.119 [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) 
00:28:53.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)] 
00:28:53.119 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:53.120 [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 
00:28:53.120 [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) 
00:28:53.120 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:53.120 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:53.120 [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 
00:28:53.121 [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) 
00:28:53.121 [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)] 
00:28:53.121 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:53.122 [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 
00:28:53.122 [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) 
00:28:53.122 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:53.122 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:53.123 [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 
00:28:53.123 [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) 
00:28:53.123 [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)] 
00:28:53.123 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:53.124 [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 
00:28:53.124 [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) 
00:28:53.125 [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)] 
00:28:53.125 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:53.126 [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 
00:28:53.126 [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) 
00:28:53.126 [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)] 
00:28:53.126 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:53.127 [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 
00:28:53.127 [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) 
00:28:53.127 [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)] 
00:28:53.127 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
00:28:53.128 [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 
00:28:53.128 [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) 
00:28:53.128 [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)] 
00:28:53.131 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
00:28:53.132 [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 
00:28:53.132 [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) 
00:28:53.132 [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)] 
00:28:53.132 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:53.133 [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 
00:28:53.133 [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) 
00:28:53.133 [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)] 
00:28:53.133 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:53.133 [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 
00:28:53.134 [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) 
00:28:53.134 [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)] 
00:28:53.140 [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)] 
00:28:53.140 [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)] 
00:28:53.144 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
00:28:53.144 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
00:28:53.146 [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)] 
00:28:53.147 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:53.148 [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@1b410b60 w/ reference null 
00:28:53.148 [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@1b410b60 w/ reference null 
00:28:53.148 [main]            INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
00:28:53.151 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 
00:28:53.160 [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 
00:28:53.161 [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)] 
00:28:53.161 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
00:28:53.162 [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 
00:28:53.162 [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)] 
00:28:53.162 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
00:28:53.163 [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 
00:28:53.163 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
00:28:53.163 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:53.163 [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 
00:28:53.163 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
00:28:53.164 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:53.164 [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 
00:28:53.164 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
00:28:53.164 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:53.165 [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 
00:28:53.165 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
00:28:53.165 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
00:28:53.165 [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 
00:28:53.166 [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)] 
00:28:53.166 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:53.167 [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 
00:28:53.167 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
00:28:53.167 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
00:28:53.168 [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 
00:28:53.168 [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)] 
00:28:53.168 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
00:28:53.169 [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 
00:28:53.169 [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)] 
00:28:53.169 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
00:28:53.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 
00:28:53.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)] 
00:28:53.171 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
00:28:53.171 [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 
00:28:53.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)] 
00:28:53.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)] 
00:28:53.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 
00:28:53.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)] 
00:28:53.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)] 
00:28:53.173 [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 
00:28:53.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)] 
00:28:53.174 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
00:28:53.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 
00:28:53.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)] 
00:28:53.174 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
00:28:53.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 
00:28:53.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)] 
00:28:53.176 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/gemini-blueprint-equinox/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
00:28:53.179 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:53.180 [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 
00:28:53.180 [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) 
00:28:53.180 [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)] 
00:28:53.180 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
00:28:53.181 [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 
00:28:53.181 [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)] 
00:28:53.182 [main]            INFO  o.e.g.b.i.r.RecursiveTypesTest:199 - org/eclipse/gemini/blueprint/iandt/recursive/RecursiveTypesTest-bundle.properties was not found; using defaults 
00:28:53.182 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:511 - Post processing: creating test bundle 
00:28:53.190 [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] 
00:28:53.190 [main]            INFO  o.e.g.b.i.r.RecursiveTypesTest:202 - Automatically creating Manifest for the test bundle 
00:28:53.191 [main]            INFO  o.e.g.b.i.r.RecursiveTypesTest:366 - Using the test class for generating bundle imports 
00:28:53.192 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/recursive/RecursiveTypesTest.class 
00:28:53.192 [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... 
00:28:53.194 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class RecursiveTypesTest 
00:28:53.201 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:53.202 [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... 
00:28:53.202 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class BaseIntegrationTest 
00:28:53.204 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:53.204 [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... 
00:28:53.204 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
00:28:53.205 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:53.205 [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... 
00:28:53.205 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
00:28:53.206 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
00:28:53.206 [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 
00:28:53.206 [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} 
00:28:53.206 [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] 
00:28:53.206 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
00:28:53.206 [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] 
00:28:53.206 [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] 
00:28:53.207 [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]] 
00:28:53.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
00:28:53.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
00:28:53.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
00:28:53.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
00:28:53.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
00:28:53.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
00:28:53.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
00:28:53.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
00:28:53.207 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
00:28:53.208 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
00:28:53.208 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/ 
00:28:53.208 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/RecursiveTypesTest.class 
00:28:53.212 [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 
00:28:53.212 [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.* 
00:28:53.214 [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)] 
00:28:53.215 [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 
00:28:53.215 [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) 
00:28:53.215 [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)] 
00:28:53.215 [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)] 
00:28:53.215 [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 
00:28:53.215 [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)] 
00:28:53.215 [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 
00:28:53.216 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
00:28:53.217 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 
00:28:53.218 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
00:28:53.218 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
00:28:53.218 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
00:28:53.218 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
00:28:53.219 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
00:28:53.219 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
00:28:53.219 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
00:28:53.220 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
00:28:53.221 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
00:28:53.222 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
00:28:53.223 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
00:28:53.223 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
00:28:53.224 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
00:28:53.224 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
00:28:53.224 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
00:28:53.225 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
00:28:53.225 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
00:28:53.225 [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. 
00:28:53.226 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:364 - Writing test name [testBeanReference] to OSGi 
00:28:53.238 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBeanReference] for execution inside OSGi 
00:28:53.238 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBeanReference] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@125290e5 
00:28:53.239 [main]            INFO  o.e.g.b.i.r.RecursiveTypesTest:190 - Loading context for locations:  
00:28:53.244 [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 [Thu May 09 00:28:53 UTC 2024]; root of context hierarchy 
00:28:53.248 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
00:28:53.260 [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@3f57bcad: defining beans []; root of factory hierarchy 
00:28:53.266 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:53.267 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:53.267 [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} 
00:28:53.267 [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] 
00:28:53.270 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@73cd37c0] 
00:28:53.270 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@21337f7b] 
00:28:53.272 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1800a575] 
00:28:53.273 [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 [Thu May 09 00:28:53 UTC 2024]; root of context hierarchy] 
00:28:53.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-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} 
00:28:53.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} 
00:28:53.297 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
00:28:53.306 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 
00:28:53.306 [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 
00:28:53.307 [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) 
00:28:53.307 [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)] 
00:28:53.307 [main]            DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 
00:28:53.308 [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 
00:28:53.309 [main]            INFO  o.e.g.b.e.i.b.a.s.BlueprintContainerCreator:54 - Discovered configurations {bundleentry://19.fwk1340565491/OSGI-INF/blueprint/recursive.xml} in bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 
00:28:53.309 [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... 
00:28:53.310 [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 
00:28:53.311 [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)] 
00:28:53.312 [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)] 
00:28:53.313 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
00:28:53.313 [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@4b2c5e02 
00:28:53.313 [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 
00:28:53.314 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
00:28:53.314 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.recursive 
00:28:53.315 [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] 
00:28:53.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.recursive, config=bundleentry://19.fwk1340565491/OSGI-INF/blueprint/recursive.xml) 
00:28:53.316 [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.fwk1340565491/OSGI-INF/blueprint/recursive.xml) 
00:28:53.316 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk1340565491/OSGI-INF/blueprint/recursive.xml): startup date [Thu May 09 00:28:53 UTC 2024]; root of context hierarchy 
00:28:53.316 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
00:28:53.322 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from OSGi resource[bundleentry://19.fwk1340565491/OSGI-INF/blueprint/recursive.xml|bnd.id=19|bnd.sym=org.eclipse.gemini.blueprint.iandt.recursive] 
00:28:53.391 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:53.391 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:53.392 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:53.392 [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.fwk1340565491/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
00:28:53.435 [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#199094f] 
00:28:53.437 [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.fwk1340565491/OSGI-INF/blueprint/recursive.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@58a85c4b: defining beans [recursiveTestBean]; root of factory hierarchy 
00:28:53.437 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
00:28:53.437 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
00:28:53.437 [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} 
00:28:53.437 [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] 
00:28:53.445 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintBundle 
00:28:53.446 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintBundleContext 
00:28:53.446 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintContainer 
00:28:53.446 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintConverter 
00:28:53.447 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.b.c.s.i.c.CycleOrderingProcessor:60 - Inspecting cycles for (blueprint) bean recursiveTestBean 
00:28:53.447 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
00:28:53.449 [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@58a85c4b: defining beans [recursiveTestBean,blueprintBundle,blueprintBundleContext,blueprintContainer,blueprintConverter]; root of factory hierarchy] 
00:28:53.450 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
00:28:53.450 [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@383086c9 
00:28:53.450 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
00:28:53.450 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
00:28:53.450 [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.fwk1340565491/OSGI-INF/blueprint/recursive.xml) 
00:28:53.450 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
00:28:53.450 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
00:28:53.450 [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.fwk1340565491/OSGI-INF/blueprint/recursive.xml) 
00:28:53.451 [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.fwk1340565491/OSGI-INF/blueprint/recursive.xml) 
00:28:53.451 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
00:28:53.451 [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.fwk1340565491/OSGI-INF/blueprint/recursive.xml) 
00:28:53.452 [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@22af0b84] 
00:28:53.452 [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@b4851cb] 
Loaded the generic argument:org.eclipse.gemini.blueprint.iandt.recursive.RecursiveGenericType@8c96703
00:28:53.469 [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@6f6831d9] 
00:28:53.469 [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.fwk1340565491/OSGI-INF/blueprint/recursive.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk1340565491/OSGI-INF/blueprint/recursive.xml): startup date [Thu May 09 00:28:53 UTC 2024]; root of context hierarchy] 
00:28:53.475 [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} 
00:28:53.475 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.b.c.s.BlueprintContainerServicePublisher:101 - Publishing service under classes {org.osgi.service.blueprint.container.BlueprintContainer} 
00:28:53.476 [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} 
00:28:53.476 [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} 
00:28:53.477 [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 
00:28:53.477 [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]
00:28:53.477 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
00:28:53.478 [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] 
00:28:53.478 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:440 - Reading OSGi results for test [testBeanReference] 
00:28:53.478 [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: 0.984 sec - in org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest
00:28:53.481 [Thread-0]        INFO  o.e.g.b.i.r.RecursiveTypesTest:471 - Shutting down OSGi platform 
00:28:53.481 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:53.481 [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) 
00:28:53.481 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
00:28:53.481 [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 [Thu May 09 00:28:53 UTC 2024]; root of context hierarchy 
00:28:53.481 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:53.482 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:53.482 [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 [Thu May 09 00:28:53 UTC 2024]; root of context hierarchy] 
00:28:53.482 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
00:28:53.482 [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]] 
00:28:53.483 [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 
00:28:53.483 [Thread-4]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:53.483 [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]] 
00:28:53.484 [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.fwk1340565491/OSGI-INF/blueprint/recursive.xml)] incremented to 1 
00:28:53.484 [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.fwk1340565491/OSGI-INF/blueprint/recursive.xml) 
00:28:53.484 [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@4b2c5e02 
00:28:53.484 [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] 
00:28:53.484 [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.fwk1340565491/OSGI-INF/blueprint/recursive.xml) 
00:28:53.484 [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.fwk1340565491/OSGI-INF/blueprint/recursive.xml) 
00:28:53.485 [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) 
00:28:53.485 [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.fwk1340565491/OSGI-INF/blueprint/recursive.xml): startup date [Thu May 09 00:28:53 UTC 2024]; root of context hierarchy 
00:28:53.485 [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.fwk1340565491/OSGI-INF/blueprint/recursive.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk1340565491/OSGI-INF/blueprint/recursive.xml): startup date [Thu May 09 00:28:53 UTC 2024]; root of context hierarchy] 
00:28:53.486 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
00:28:53.486 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
00:28:53.486 [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@4b2c5e02 
00:28:53.486 [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] 
00:28:53.486 [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.fwk1340565491/OSGI-INF/blueprint/recursive.xml)] decremented to 0 
00:28:53.486 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
00:28:53.486 [Thread-0]        DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
00:28:53.487 [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@15d6e8b5 
00:28:53.487 [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 
00:28:53.488 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle org.eclipse.gemini.blueprint.test_3.0.1.BUILD-202405090024 [17] for sending replayes events; last one was null 
00:28:53.488 [Thread-0]        INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
00:28:53.488 [Thread-0]        INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405090024] 

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/gemini-blueprint-equinox/integration-tests/tests/target/gemini-blueprint-integration-tests-3.0.1.BUILD-SNAPSHOT.jar
[INFO] 
[INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-integration-tests ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ gemini-blueprint-integration-tests ---
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/target/gemini-blueprint-integration-tests-3.0.1.BUILD-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/gemini-blueprint-integration-tests/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-integration-tests-3.0.1.BUILD-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemini-blueprint-equinox/integration-tests/tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/blueprint/iandt/gemini-blueprint-integration-tests/3.0.1.BUILD-SNAPSHOT/gemini-blueprint-integration-tests-3.0.1.BUILD-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Gemini Blueprint 3.0.1.BUILD-SNAPSHOT:
[INFO] 
[INFO] Gemini Blueprint ................................... SUCCESS [  3.396 s]
[INFO] Gemini Blueprint Mocks ............................. SUCCESS [  4.958 s]
[INFO] Gemini Blueprint IO ................................ SUCCESS [  2.039 s]
[INFO] Gemini Blueprint Core .............................. SUCCESS [ 28.015 s]
[INFO] Gemini Blueprint Extender .......................... SUCCESS [  3.207 s]
[INFO] Gemini Blueprint Extensions ........................ SUCCESS [  1.457 s]
[INFO] Gemini Blueprint Testing Framework ................. SUCCESS [ 13.728 s]
[INFO] Eclipse Gemini Blueprint Integration Tests Parent .. SUCCESS [  0.436 s]
[INFO] Eclipse Gemini Blueprint Integration Testing Bundles SUCCESS [  0.004 s]
[INFO] Gemini Blueprint Test Bundle: Simple service test bundle SUCCESS [  0.258 s]
[INFO] Gemini Blueprint Test Bundle: Simple service test bundle (impl differs) SUCCESS [  0.302 s]
[INFO] Gemini Blueprint Test Bundle: Simple service test bundle (impl differs) SUCCESS [  0.260 s]
[INFO] Gemini Blueprint Test Bundle: Simple service test bundle 2 SUCCESS [  0.235 s]
[INFO] Gemini Blueprint Test Bundle: Simple service test bundle 3 SUCCESS [  0.199 s]
[INFO] Gemini Blueprint Test Bundle: Simple service created by a factory which has a non trivial delay in createObject() SUCCESS [  0.551 s]
[INFO] Gemini Blueprint Test Bundle: Trivial OSGi bundle .. SUCCESS [  0.237 s]
[INFO] Gemini Blueprint Test Bundle: Simple test that uses trivial bundle SUCCESS [  0.224 s]
[INFO] Gemini Blueprint Test Bundle: Spring context lifecycle test bundle SUCCESS [  0.279 s]
[INFO] Gemini Blueprint Test Bundle: Spring context service listener test bundle SUCCESS [  0.228 s]
[INFO] Gemini Blueprint Test Bundle: Spring context service reference lifecycle test bundle SUCCESS [  0.228 s]
[INFO] Gemini Blueprint Test Bundle: Spring context service reference destruction test bundle SUCCESS [  0.291 s]
[INFO] Gemini Blueprint Test Bundle: Spring context dependencies test bundle SUCCESS [  0.217 s]
[INFO] Gemini Blueprint Test Bundle: Spring context service reference cardinality 0..1 bundle SUCCESS [  0.215 s]
[INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - A SUCCESS [  0.237 s]
[INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - B SUCCESS [  0.227 s]
[INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - Common SUCCESS [  0.242 s]
[INFO] Gemini Blueprint Test Bundle: IO fragment 1 bundle . SUCCESS [  0.205 s]
[INFO] Gemini Blueprint Test Bundle: IO fragment 2 bundle . SUCCESS [  0.201 s]
[INFO] Gemini Blueprint Test Bundle: Error bundle ......... SUCCESS [  0.231 s]
[INFO] Gemini Blueprint Test Bundle: Deadlock bundle ...... SUCCESS [  0.228 s]
[INFO] Gemini Blueprint Test Bundle: Configuration test bundle SUCCESS [  0.230 s]
[INFO] Gemini Blueprint Test Bundle: ExtenderVersion-Test-Bundle SUCCESS [  0.340 s]
[INFO] Gemini Blueprint Test Bundle: Integration testing bundles for configuration options SUCCESS [  0.003 s]
[INFO] Gemini Blueprint Test Bundle: NoPublish-Bundle ..... SUCCESS [  0.194 s]
[INFO] Gemini Blueprint Test Bundle: Async-NoWait-Bundle .. SUCCESS [  0.194 s]
[INFO] Gemini Blueprint Test Bundle: Async-Wait-Bundle .... SUCCESS [  0.223 s]
[INFO] Gemini Blueprint Test Bundle: Sync-NoWait-Bundle ... SUCCESS [  0.257 s]
[INFO] Gemini Blueprint Test Bundle: Sync-Tail-Bundle ..... SUCCESS [  0.266 s]
[INFO] Gemini Blueprint Test Bundle: Sync-Wait-Bundle ..... SUCCESS [  0.292 s]
[INFO] Gemini Blueprint Test Bundle: Spring service TCCL management inteface test bundle SUCCESS [  0.245 s]
[INFO] Gemini Blueprint Test Bundle: Spring service TCCL management test bundle SUCCESS [  0.226 s]
[INFO] Gemini Blueprint Test Bundle: Config File With Dots bundle SUCCESS [  0.212 s]
[INFO] Gemini Blueprint Test Bundle: Spring Proxy Creator bundle SUCCESS [  0.244 s]
[INFO] Gemini Blueprint Test Bundle: Extender Configuration Fragment Bundle SUCCESS [  0.194 s]
[INFO] Gemini Blueprint Test Bundle: JDK proxy test ....... SUCCESS [  0.239 s]
[INFO] Gemini Blueprint Test Bundle: Extender Event listener bundle Bundle SUCCESS [  0.218 s]
[INFO] Gemini Blueprint Test Bundle: namespace provider and consumer bundle SUCCESS [  0.381 s]
[INFO] Gemini Blueprint Test Bundle: Just a listener exported as a service SUCCESS [  0.219 s]
[INFO] Gemini Blueprint Test Bundle: Export Import Dependency Bundle SUCCESS [  0.217 s]
[INFO] Eclipse Gemini Blueprint JDK5 Integration Testing Bundles SUCCESS [  0.003 s]
[INFO] Gemini Blueprint Test Bundle: @Component beans bundle SUCCESS [  0.235 s]
[INFO] Eclipse Gemini Blueprint Test Bundle: Recursive Type test bundle SUCCESS [  0.217 s]
[INFO] Gemini Blueprint Integration Testing Bundles ....... SUCCESS [  0.003 s]
[INFO] Eclipse Gemini Blueprint Test Bundle: Simple service test bundle SUCCESS [  0.195 s]
[INFO] Eclipse Gemini Blueprint Test Bundle: Error bundle . SUCCESS [  0.208 s]
[INFO] Eclipse Gemini Blueprint Test Bundle: Waiting bundle SUCCESS [  0.196 s]
[INFO] Eclipse Gemini Blueprint Test Bundle: Configuration test bundle SUCCESS [  0.188 s]
[INFO] Eclipse Gemini Blueprint Integration Tests ......... SUCCESS [03:33 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:42 min
[INFO] Finished at: 2024-05-09T00:28:53Z
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS